Data types #54
Replies: 2 comments 1 reply
|
Maybe this can be concluded since it is covered by #49 and #67. Tentatively, we've discussed
So users can interact with component variables directly like And we get a lot for free from xarray, hopefully making all those util modules and data structures you show unnecessary. Regarding transient data, isn't it just an array with an extra time dimension, indexed by kper/kstp? |
|
Regarding keyword options (i.e. booleans): modflowpy/flopy#2454 Assuming all defaults are defined in DFNs, flopy could simply never use |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The type hierarchy for data types in flopy3 is quite complicated. It would be better if we could use builtin or 3rd party data types and have their auxiliary functions situated somewhere else.
This ties in with #49 for grid data types.
All reactions