Skip to content

Commit

Permalink
Add IOPT_DIAG=2 to test cases
Browse files Browse the repository at this point in the history
With LSM upgrades in PR ufs-community#2354, the IOPT_DIAG option will
now be set to 2 instead of 1. This change was in most
RTs. This commit will change the option for the remaining
RTs that did not have this option.
  • Loading branch information
dpsarmie committed Jul 24, 2024
1 parent 3094b3d commit 6d6e2bb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then
WLCLK=40
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_gfsv17_iau
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

#IAU
export CHOUR=12
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_sfs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then
WLCLK=40
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_debug_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export KNOB_UGWP_NDX4LH=4

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

export WW3_DOMAIN=global_270k
export MESH_WAV=mesh.${WW3_DOMAIN}.nc
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_mpi_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

# HR4 GFSv17 GWD update
export DO_UGWP_V0=.false.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_restart_gfsv17
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export UFS_CONFIGURE=ufs.configure.s2sw.IN

#GFSv17 settings
export PROGSIGMA=.true.
export IOPT_DIAG=1
export IOPT_DIAG=2

# HR4 GFSv17 GWD update
export DO_UGWP_V0=.false.
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/gnv1_nested
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export LHEATSTRG=.false.
export LSEASPRAY=.false.
export IMFDEEPCNV=5
export IMFDEEPCNV_NEST02=5
export IOPT_DIAG=1
export IOPT_DIAG=2
export NSTF_NAME=2,0,0,0,0
export EFFR_IN=.true.
export RES_LATLON_DYNAMICS='""'
Expand Down

0 comments on commit 6d6e2bb

Please sign in to comment.