Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write up description of recommended directory layout for a calibration project. #671

Open
tobeycarman opened this issue Jan 26, 2024 · 1 comment
Labels
AC-REFAC Feedback for the ac-refac branch, pre-merge. calibration Anything related to fixing, changing improving the workflow and tools for calibration documentation

Comments

@tobeycarman
Copy link
Member

Not sure where this should live. Something like this:

../dvmdostem-workflows/calibration/CMT06-IMNAVIAT
├── analysis
│   └── example_notebook.ipynb
|
├── calibrated_parameters
│   ├── cmt_bgcsoil.txt
│   ├── .....
│   └── cmt_firepar.txt
├── output
│   ├── cmax_gppallignoringnitrogen
│   │   ├── ca
│   │   │   ├── calibration
│   │   │   ├── config
│   │   │   ├── last_test.finalresults
│   │   │   ├── last_test.iterationresults
│   │   │   ├── output
│   │   │   ├── parameters
│   │   │   ├── plot_optimization_fit.png
│   │   │   └── run-mask.nc
│   │   └── sa-N300
│   │       ├── info.txt
│   │       ├── initial_params_run_dir
│   │       ├── param_props.csv
│   │       ├── results.csv
│   │       ├── sample_000000000
│   │       ├── .....
│   │       ├── sample_000000299
│   │       ├── sample_matrix.csv
│   │       ├── sample_matrix_distributions.png
│   │       └── targets.csv
│   │   
│   └── nmax_krb_npp
│       ├── sa-N10
│       │   ├── info.txt
│       │   ├── initial_params_run_dir
│       │   ├── param_props.csv
│       │   ├── sample_000000000
│       │   ├── ....
│       │   ├── sample_000000009
│       │   ├── sample_matrix.csv
│       │   └── sample_matrix_distributions.png
│       └── sa-N7
│           ├── info.txt
│           ├── param_props.csv
│           └── sample_matrix.csv
|
└── working_config
    ├── ca
    │   └── cmax_gppallignoringnitrogen.yaml
    └── sa
        ├── cmax_gppallignoringnitrogen.yaml
        └── nmax_krb_npp.yaml
@tobeycarman tobeycarman added documentation AC-REFAC Feedback for the ac-refac branch, pre-merge. labels Jan 26, 2024
@Elchin
Copy link
Collaborator

Elchin commented Jan 27, 2024 via email

@tobeycarman tobeycarman added the calibration Anything related to fixing, changing improving the workflow and tools for calibration label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AC-REFAC Feedback for the ac-refac branch, pre-merge. calibration Anything related to fixing, changing improving the workflow and tools for calibration documentation
Projects
None yet
Development

No branches or pull requests

2 participants