Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ export NTILES=6
export INPES=${INPES_dflt}
export JNPES=${JNPES_dflt}
export RESTART_INTERVAL=0
export USE_FV3_ROUTEHANDLES=.false.
export QUILTING=.true.
export QUILTING_RESTART=.true.
export WRITE_GROUP=1
Expand Down
6 changes: 6 additions & 0 deletions tests/fv3_conf/cpld_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ else
if [ $CPLLND = .true. ]; then
cp ../${DEP_RUN}${SUFFIX}/ufs.cpld.lnd.out.${RESTART_FILE_SUFFIX_SECS}.tile*.nc RESTART/.
fi

# FV3 route handle files
if [[ $USE_FV3_ROUTEHANDLES = .true. ]]; then
cp ../${DEP_RUN}${SUFFIX}/routehandle_fb* ./
fi

elif [[ $ULTRALOW == .true. ]]; then
# Warm starts from ICs; all cases use 9km unstructured WW3
cp ${FV3_IC}/*.nc ./INPUT
Expand Down
864 changes: 434 additions & 430 deletions tests/logs/RegressionTests_ursa.log

Large diffs are not rendered by default.

349 changes: 0 additions & 349 deletions tests/parm/control_gfsv17.nml.IN

This file was deleted.

1 change: 1 addition & 0 deletions tests/parm/model_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dt_atmos: @[DT_ATMOS]
restart_interval: @[RESTART_INTERVAL]
restart_fh: @[RESTART_FH]

use_saved_routehandles: @[USE_FV3_ROUTEHANDLES]
quilting: @[QUILTING]
quilting_restart: @[QUILTING_RESTART]
write_groups: @[WRITE_GROUP]
Expand Down
1 change: 1 addition & 0 deletions tests/parm/model_configure_atmaq.IN
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
quilting: @[QUILTING]

use_saved_routehandles: @[USE_FV3_ROUTEHANDLES]
write_groups: @[WRITE_GROUP]
write_tasks_per_group: @[WRTTASK_PER_GROUP]
num_files: @[NUM_FILES]
Expand Down
1 change: 1 addition & 0 deletions tests/parm/model_configure_fire.IN
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ fhrot: 0
RUN_CONTINUE: .false.
ENS_SPS: .false.
dt_atmos: @[DT_ATMOS]
use_saved_routehandles: @[USE_FV3_ROUTEHANDLES]
calendar: 'julian'
memuse_verbose: .false.
restart_interval: @[RESTART_INTERVAL]
Expand Down
Loading