case.testΒΆ

case.test 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.test --help
usage: case.test [-h] [-d] [-v] [-s] [--caseroot CASEROOT] [--reset]
                 [--resubmit] [--skip-preview-namelist]
                 [testname]

This is the system test submit script for CIME. 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

positional arguments:
  testname              Name of the test to run, default is set in TESTCASE in env_test.xml

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           Print debug information (very verbose) to file /Users/sacks/cime/doc/source/Tools_user/temp_files/case.test.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
  --reset               Reset the case to its original state as defined by config_tests.xml
  --resubmit            Ignored in tests, but needed for all templates
  --skip-preview-namelist
                        Skip calling preview-namelist during case.run