Skip to content

Commit 1a8df16

Browse files
authored
add building block notebooks (#16)
* add building block notebooks * move to fit new organization * update notebook requirements * update import statement after reorg * move original example workflow, rename, fix imports * rename and move parflow extraction notebook to parflow directory * add optional export to .csv * update README.md to reflect moved example * fix typos
1 parent 0858048 commit 1a8df16

7 files changed

Lines changed: 1233 additions & 50 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,10 @@ flowchart LR
142142
```text
143143
cssi_evaluation/
144144
├── src/cssi_evaluation/ # Core framework code
145-
│ ├── models/ # Model-specific adapters
146145
│ ├── external_data_access/ # Observation and reference-data access helpers
146+
│ ├── models/ # Model-specific adapters
147147
│ ├── utils/ # Shared evaluation utilities
148-
│ ├── variables/ # Variable-specific diagnostics
149-
│ └── example_workflow.ipynb # Package-level example workflow
148+
│ ├── variables/ # Variable-specific example workflow
150149
├── examples/ # Example notebooks and supporting assets
151150
├── docs/ # Project documentation and notes
152151
├── tests/ # Package tests

0 commit comments

Comments
 (0)