# This preset uses the three output streams (phys_dyn, phys, and diags)
# It adds vertical remap, and uses AVERAGE output

SCRIPTS_DIR=$CIMEROOT/../components/eamxx/cime_config/testdefs/testmods_dirs/scream/output

# Add the phys/dyn/diags streams
. $SCRIPTS_DIR/phys/shell_commands
. $SCRIPTS_DIR/phys_dyn/shell_commands
. $SCRIPTS_DIR/diags/shell_commands

# Add vertical remap
. $SCRIPTS_DIR/vremap/shell_commands

# Use AVERAGE
. $SCRIPTS_DIR/set_avg/shell_commands
