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

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

# Add the phys/diags streams (cannot add phys_dyn, b/c we use horiz remap)
. $SCRIPTS_DIR/phys/shell_commands
. $SCRIPTS_DIR/diags/shell_commands

# Add horiz remap
. $SCRIPTS_DIR/hremap_to_ne4/shell_commands

# Add vert remap
. $SCRIPTS_DIR/vremap/shell_commands

# Use AVERAGE
. $SCRIPTS_DIR/set_avg/shell_commands
