case.runΒΆ

case.run is a script template in CIMEROOT/config/cesm/machines that is dynamically created in the CASEROOT. Note that scripts .case.run and .case.test are hidden files and should never be run manually.

$ ./case.run --help
usage: case.run [-h] [-d] [-v] [-s] [--caseroot CASEROOT]
                [--skip-preview-namelist] [--completion-sets-continue-run]
                [--resubmit]

template to create a case run script. This should only ever be called
by case.submit when on batch system. This script only exists as a way of providing
batch directives. Use case.submit from the command line to run your case.

DO NOT RUN THIS SCRIPT MANUALLY

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Print debug information (very verbose) to file /glade/work/turuncu/APPS/ufs-mrweather-app/cime/doc/source/Tools_user/temp_files/case.run.log
  -v, --verbose         Add additional context (time and file) to log messages
  -s, --silent          Print only warnings and error messages
  --caseroot CASEROOT   Case directory to build
  --skip-preview-namelist
                        Skip calling preview-namelist during case.run
  --completion-sets-continue-run
                        This is used to ensure CONTINUE_RUN is cleared for an initial run, but set for subsequent runs.
  --resubmit            If RESUBMIT is set, this performs the resubmissions.