Skip to content

Files

Latest commit

9a2cb72 · Jul 26, 2022

History

History
This branch is 1 commit ahead of, 16 commits behind HPSCTerrSys/eCLM:master.

namelist_generator

Installation

cd /path/to/eCLM/namelist_generator
pip install --user .

Usage

$ clm5nl-gen -h
clm5nl-gen - CLM5 namelist generator

Generates CLM5 namelists from  model parameters file and saves
the outputs to a specified directory. If no directory is
specified, the namelists are saved to the current directory.

Usage:
clm5nl-gen [--out DIR] PARAMFILE
clm5nl-gen (-h | --help)
clm5nl-gen (-v | --version)

Arguments:
PARAMFILE           model parameters file (.toml)

Options:
-o DIR --out DIR    Save generated namelists to this directory.
-h --help           Show this screen.
-v --version        Show version.