tobey
tobey
Currently the documentation, specifically Example Experiment 0, requires that the user has the following dataset on their computer: ``` /data/input-catalog/cru-ts40_ar5_rcp85_ncar-ccsm4_TOOLIK_FIELD_STATION_10x10/ ``` which is not something that comes with a clone...
Three problems encountered using `param.py`. There are not really bugs with ``param.py``, but were issues with the csv file. However the error handling and reporting to the user is so...
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...
For small parameter values we need to use log transform when generating a uniform sample distribution. This was present in the `calib` branch, `mads_calibration/Sensitivity.py::generate_uniform(...)` but did not make the migration...
If the` PYTHONPATH` variable is not set, the user encounters `ModuleNotFoundError` when various utility scripts attempt to import modules. For example: ``` develop@74d8ecc22900:/work$ runmask.py -h Traceback (most recent call last):...
In some circumstances, users are finding permissions denied problems when running various utility scripts in the docker container. Users should not need to be root inside the docker container, and...
Need to expand upon the concept that is drafted in "`mads_calibration/equlibrium_check.py`".
Currently the documentation build fails looking for some test and example data that exists only on T. Carman's machine. Goal is to make a special GCP bucket that we can...
It would be nice to implement this similar to the `--force-cmt` command line flag.