Skip to content

Commit 90bae73

Browse files
committed
notes
1 parent 5a48f50 commit 90bae73

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

notes.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
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

0 commit comments

Comments
 (0)