8.4. Configure Run

The global-workflow configs contain switches that change how the system runs. Many defaults are set initially. Users wishing to run with different settings should adjust their $EXPDIR configs and then rerun the setup_workflow.py script since some configuration settings/switches change the workflow/xml (“Adjusts XML” column value is “YES”).

Switch

What

Default

Adjusts XML

More Details

APP

Model application

ATM

YES

See case block in config.base for options

DEBUG_POSTSCRIPT

Debug option for PBS scheduler

NO

YES

Sets debug=true for additional logging

DOIAU

Enable 4DIAU for control with 3 increments

YES

NO

Turned off for cold-start first half cycle

DOHYBVAR

Run EnKF

YES

YES

Don’t recommend turning off

DONST

Run NSST

YES

NO

If YES, turns on NSST in anal/fcst steps, and turn off rtgsst

DO_AWIPS

Run jobs to produce AWIPS products

NO

YES

downstream processing, ops only

DO_BUFRSND

Run job to produce BUFR sounding products

NO

YES

downstream processing

DO_GEMPAK

Run job to produce GEMPAK products

NO

YES

downstream processing, ops only

DO_FIT2OBS

Run FIT2OBS job

YES

YES

Whether to run the FIT2OBS job

DO_TRACKER

Run tracker job

YES

YES

Whether to run the tracker job

DO_GENESIS

Run genesis job

YES

YES

Whether to run the genesis job

DO_GENESIS_FSU

Run FSU genesis job

YES

YES

Whether to run the FSU genesis job

DO_VERFOZN

Run GSI monitor ozone job

YES

YES

Whether to run the GSI monitor ozone job

DO_VERFRAD

Run GSI monitor radiance job

YES

YES

Whether to run the GSI monitor radiance job

DO_VMINMON

Run GSI monitor minimization job

YES

YES

Whether to run the GSI monitor minimization job

DO_METP

Run METplus jobs

YES

YES

One cycle spinup

EXP_WARM_START

Is experiment starting warm (.true.) or cold (.false)?

.false.

NO

Impacts IAU settings for initial cycle. Can also be set when running setup_expt.py script with the --start flag (e.g. --start warm)

DO_ARCHCOM

Archive COM

YES/NO

YES

Whether to archive the COM structure. Defaults are machine-specific.

ARCHCOM_TO

Where to archive COM

hpss, local, or globus_hpss

YES

If DO_ARCHCOM is YES, then this variable indicates where the COM structure tarballs should be saved. Choices are ‘hpss’, ‘local’, or ‘globus_hpss’. HPSS archiving requires a direct connection. Globus-HPSS archiving uses Mercury as a server to archiving to HPSS. This is currently only supported on Hercules. Defaults are machine specific.

ARCH_EXPDIR

Archive the EXPDIR

NO

NO

Whether to create a tarball of the EXPDIR. ARCH_HASHES and ARCH_DIFFS generate text files of git output that are archived with the EXPDIR.

QUILTING

Use I/O quilting

.true.

NO

If .true. choose OUTPUT_GRID as cubed_sphere_grid in netcdf or gaussian_grid

WRITE_DOPOST

Run inline post

.true.

NO

If .true. produces master post output in forecast job

USE_BUILD_GSINFO

Build the GSI info files

YES

NO

If YES, the GSI analysis jobs will build the satinfo, cnvinfo, and ozinfo files dynamically. If NO, static versions located in the GSI FIX directory will be used.