Tools for defining and running parametric computational models
ParametricModelUtils provides simple tools for:
- Defining parametric inputs- see
parametric_input.py; - Defining a parametric model - see
parametric_model.py; - Running a parametric model with a suite of different parameters - see
parametric_scheduler.py; - Database style reporting of the parametric model metadata (params, output path.
git clone https://github.com/hpc4geo/ParametricModelUtils.git
cd ParametricModelUtils
export PYTHONPATH=$PWD
Example usage of the module came be found in tests/p_input/, tests/p_model/, tests/p_scheduler/.
Example forward models can be found in examples/forward_models/.