-
Notifications
You must be signed in to change notification settings - Fork 45
PPUG_create_postprocess
The second setup step in running the CESM post processing tools is to create a post processing case root either as a stand-alone case or as part of an existing CESM experiment caseroot.
This step needs to be run for each unique CESM caseroot or CESM case DOUT_S_ROOT data archive.
cd [POSTPROCESS_PATH] ./create_postprocess --help
- usage: create_postprocess [-h] [-backtrace] [-debug DEBUG] -caseroot CASEROOT
- [-cesmtag CESMTAG]
Read the necessary XML files from the postprocessing configuration system and translate them into bash scripts for batch submission of postprocessing tasks. Runtime options can be set in the XML files in the caseroot.
- optional arguments:
-
-h, --help show this help message and exit -backtrace, --backtrace show exception backtraces as extra debugging output - -debug DEBUG, --debug DEBUG
- debugging verbosity level output: 0 = none, 1 = minimum, 2 = maximum. 0 is default
- -caseroot CASEROOT, --caseroot CASEROOT
- fully quailfied path to case root directory
- -cesmtag CESMTAG, --cesmtag CESMTAG
- CESM repository tag
Cheyenne and DAV Quick Start Guide
* NO LONGER SUPPORTED as of 9/20/18 * Cheyenne and Geyser Quick Start Guide (v0.3.z)
Processor-counts, load-balancing and memory management on Cheyenne and Geyser
CESM Python Post Processing User's Guide
CESM Python Post Processing Developer's Guide