Open tobeycarman opened 10 months ago
Just remove it.
Elchin Jafarov
On Fri, Jan 26, 2024 at 5:01 PM tobey @.***> wrote:
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
— Reply to this email directly, view it on GitHub https://github.com/uaf-arctic-eco-modeling/dvm-dos-tem/issues/671, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALHZENARNBUZYP2MF37VTLYQQRSBAVCNFSM6AAAAABCMY4NX2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYDEOJWGE3TINQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Not sure where this should live. Something like this: