Skip to content

Commit

Permalink
switch to subset by default for WW3 PIO
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Oct 21, 2024
1 parent 6494390 commit 3bc3b5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1025,13 +1025,13 @@ export_ugwpv1() {
exit 1
;;
esac

if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBGWD=${CDMBGWD_GSL}; fi
if [[ ${SEDI_SEMI} = .true. ]]; then export DT_ATMOS=$((DT_ATMOS/2)); fi
export DT_INNER=${DT_ATMOS}

}


# Defaults for the CICE6 model namelist, mx100
export_cice6() {
Expand Down Expand Up @@ -1168,7 +1168,7 @@ export_ww3() {
export WW3_PIO_FORMAT='pnetcdf'
export WW3_PIO_STRIDE=4
export WW3_PIO_IOTASKS=-99
export WW3_PIO_REARR='box'
export WW3_PIO_REARR='subset'
export WW3_PIO_ROOT=-99
}

Expand Down Expand Up @@ -1614,7 +1614,7 @@ export_hafs_regional ()
export WW3_PIO_FORMAT='pnetcdf'
export WW3_PIO_STRIDE=4
export WW3_PIO_IOTASKS=-99
export WW3_PIO_REARR='box'
export WW3_PIO_REARR='subset'
export WW3_PIO_ROOT=-99

# Set CMEPS component defaults
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/atmwav_control_noaero_p8
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export WW3_restart_from_binary='false'
export WW3_PIO_FORMAT='pnetcdf'
export WW3_PIO_STRIDE=4
export WW3_PIO_IOTASKS=-99
export WW3_PIO_REARR='box'
export WW3_PIO_REARR='subset'
export WW3_PIO_ROOT=-99

# ufs.configure
Expand Down

0 comments on commit 3bc3b5f

Please sign in to comment.