CONUS 3km Quick Start Guide
On Hera or Jet, clone the app’s
mainbranch and navigate to its directory:git clone https://github.com/NOAA-GSL/mpas_app.git --recursive cd mpas_app
Build the model and components:
./build.sh -p <platform>
Load the
mpas_appconda environment:source load_wflow_modules.sh <platform>
Create your user yaml in the
ushdirectory. The file itself can be as simple as:user: experiment_dir: /path/to/exp/dir platform: jet platform: account: wrfruc
Generate the experiment:
cd ush ./experiment_gen.py workflows/3km_conus.yaml workflows/conus.<platform>.yaml <your_user_yaml.yaml>
This generates an experiment directory at the path specified in your user YAML that contains a Rocoto XML file, which is ready to use.