Skip to content
Snippets Groups Projects
Karl-Hermann Wieners's avatar
Karl-Hermann Wieners authored
* Added error handling for interpolation of configuration values
* Changed command line error to use logging interface
* Reduced verbosity of template defaulting
0a3ee839
History
=================================================================
Make Experiments! - Run-script generation for earth system models
=================================================================

Make Experiments! (mkexp) contains a set of tools for preparing experiments
with the MPI-M's earth system models.

mkexp
    takes a simple configuration file from the user and the templates provided
    by the model to generate a set of shell scripts that - when run - will set
    up directories, prepare input data, define configurations, and launch the
    actual model run and processing.

expdiff
    is a tool that - given two mkexp configuration files - will compare the
    generated scripts with either the standard diff program or any equivalent
    tool, taking care of differences by experiment names etc. It is complemented
    by expdiff_path which does the same kind of diff but takes its information
    from the command line instead.