tobey

Results 61 issues of 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...

bug
documentation

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...

parameter utility tooling

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...

documentation
AC-REFAC
calibration

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...

AC-REFAC
calibration

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):...

bug
docker

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...

bug
docker

Need to expand upon the concept that is drafted in "`mads_calibration/equlibrium_check.py`".

enhancement
calibration

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...

enhancement
documentation
docker

It would be nice to implement this similar to the `--force-cmt` command line flag.

enhancement