File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# todo
22- maybe store scalars as xarray attrs?
3- - factor out into proper module structure
3+ - quickstart notebook with readme example
44- demo notebook explaining how it works
55 - compare/contrast implementations
66 - attrs vs xarray access pattern
7- - translate examples to new data model
7+ - translate more examples to new pattern
88 - emphasize friction points
99 - inspiration from imod examples
10- -
10+ - component access patterns
11+ - dict style: subcomponents by name, e.g. ` gwf["chd1"] `
12+ - attr style: subcomponents by type, e.g. ` gwf.chd ` as list of CHD packages
13+ - define base component types as dfns?
14+ - distinguish abstract vs concrete dfn
15+ - some concept of dfn inheritance
16+ - e.g. models and exchanges have their own variables
17+ which all concrete model and exchanges types should
18+ inherit, not so for simulations and packages though
You can’t perform that action at this time.
0 commit comments