You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add an include_overflow option to get_grid() and then mimic POP when include_overflow = True? I only sort of understand the overflow code, but if the overflow locations are hard-coded in the POP codebase then they'd need to be hard-coded into get_grid() as well; if instead POP sets it up based on a configuration file somewhere, pop-tools would need to access that same file.
Implementation detail, but I would have the default value of include_overflow be None, and then do something like
Here is diff between
pop_tools.get_grid('gx1v7').KMT - ds_ref.KMT
, whereds_ref
was read from model output:KMT is depressed by 1 at the overflow locations.
Not clear how to proceed here...
The text was updated successfully, but these errors were encountered: