-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #1290 infiltration from imod5 #1291
Issue #1290 infiltration from imod5 #1291
Conversation
…m_imod5_data method
…infiltration_from_imod5
|
def from_imod5_data(cls, imod5_data: dict[str, GridDataDict]) -> "Infiltration": | ||
cap_data = imod5_data["cap"] | ||
data = {} | ||
# Use runon resistance as downward resistance, and runoff for downward |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think run-on needs to have a dash in it. At least that's what i find online. The weird thing is that it is not needed for runoff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird! I think I prefer keeping the naming consistent (i.e. "runon" and "runoff"), as I like consistency and python variable names cannot contain a dash
c2f9f52
into
issue_#1260_from_imod5_data_metaswap
Fixes #1290
Description
Adds from_imod5_data classmethod.
Requirements:
I also added the
upward_resistance
anddownward_resistance
to the list with grids which have a subunit coordinate, as a comment in @HendrikKok's script mentioned this was missing, and a required feature.Checklist
Issue #nr
, e.g.Issue #737