Skip to content

hpc4geo/ParametricModelUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParametricModelUtils

Tools for defining and running parametric computational models

Summary

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.

Usage

git clone https://github.com/hpc4geo/ParametricModelUtils.git 
cd ParametricModelUtils
export PYTHONPATH=$PWD

Examples

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

About

Tools for defining and running parametric computational models

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages