Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
branch = dev/ufs-weather-model
branch = production/GFS.v17
[submodule "stochastic_physics"]
path = stochastic_physics
url = https://github.com/NOAA-PSL/stochastic_physics
Expand Down
2 changes: 1 addition & 1 deletion UFSATM
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 47 files
+1 −2 model/src/PDLIB/yowelementpool.F90
+5 −5 model/src/PDLIB/yowexchangeModule.F90
+8 −6 model/src/PDLIB/yowfunction.F90
+18 −16 model/src/PDLIB/yowpdlibmain.F90
+2 −2 model/src/PDLIB/yowrankModule.F90
+21 −36 model/src/pdlib_field_vec.F90
+9 −19 model/src/w3adatmd.F90
+1 −1 model/src/w3arrymd.F90
+9 −1 model/src/w3fldsmd.F90
+12 −6 model/src/w3gdatmd.F90
+1 −0 model/src/w3gridmd.F90
+5 −3 model/src/w3idatmd.F90
+44 −48 model/src/w3initmd.F90
+6 −4 model/src/w3iobcmd.F90
+27 −31 model/src/w3iogomd.F90
+16 −10 model/src/w3iogrmd.F90
+34 −33 model/src/w3iopomd.F90
+15 −7 model/src/w3iorsmd.F90
+10 −7 model/src/w3iosfmd.F90
+4 −3 model/src/w3iotrmd.F90
+1 −3 model/src/w3odatmd.F90
+35 −27 model/src/w3parall.F90
+5 −6 model/src/w3partmd.F90
+19 −24 model/src/w3pro3md.F90
+31 −43 model/src/w3profsmd.F90
+335 −323 model/src/w3profsmd_pdlib.F90
+6 −3 model/src/w3sdb1md.F90
+2 −1 model/src/w3snl1md.F90
+4 −1 model/src/w3src4md.F90
+52 −24 model/src/w3srcemd.F90
+15 −24 model/src/w3strkmd.F90
+6 −7 model/src/w3tidemd.F90
+1 −2 model/src/w3timemd.F90
+46 −65 model/src/w3triamd.F90
+60 −31 model/src/w3updtmd.F90
+12 −3 model/src/w3uqckmd.F90
+61 −41 model/src/w3wavemd.F90
+5 −4 model/src/w3wdasmd.F90
+1 −6 model/src/w3wdatmd.F90
+4 −1 model/src/wav_comp_nuopc.F90
+4 −5 model/src/wav_import_export.F90
+113 −72 model/src/wav_shel_inp.F90
+3 −8 model/src/ww3_gint.F90
+4 −4 model/src/ww3_grib.F90
+7 −5 model/src/ww3_outf.F90
+22 −15 model/src/ww3_outp.F90
+1 −1 regtests/ww3_tp2.1/input/ww3_ounf_flds_hrly.inp
7 changes: 6 additions & 1 deletion tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export_mpas ()
export OUTPUT_GRID="'mpas'"
export OUTPUT_FILE="'netcdf'"
export ZSTANDARD_LEVEL=0

export ZSTANDARD_LEVEL_RST=0
export DOMAINS_STACK_SIZE=3000000
}

Expand Down Expand Up @@ -912,7 +912,9 @@ export FILENAME_BASE="'atm' 'sfc'"
export OUTPUT_GRID="'cubed_sphere_grid'"
export OUTPUT_FILE="'netcdf'"
export ZSTANDARD_LEVEL=0
export ZSTANDARD_LEVEL_RST=0
export IDEFLATE=0
export IDEFLATE_RST=0
export QUANTIZE_NSD=0
export ICHUNK2D=0
export JCHUNK2D=0
Expand Down Expand Up @@ -1654,6 +1656,7 @@ export_mom6() {
export MOM6_USE_LI2016=True
export MOM6_TOPOEDITS=''
export MOM6_HFREEZE=20.0
export MOM6_WRITE_GEOM=2
# since CPL_SLOW is set to DT_THERM, this should be always be false
export MOM6_THERMO_SPAN=False
export MOM6_USE_WAVES=True
Expand Down Expand Up @@ -2119,7 +2122,9 @@ export_hafs_regional ()
export OUTPUT_GRID="'regional_latlon'"
export OUTPUT_FILE="'netcdf'"
export ZSTANDARD_LEVEL=0
export ZSTANDARD_LEVEL_RST=0
export IDEFLATE=0
export IDEFLATE_RST=0
export QUANTIZE_NSD=0
export CEN_LON=-62.0
export CEN_LAT=25.0
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/MOM_input_025.IN
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ DEFAULT_ANSWER_DATE = 20250818 ! default = 99991231
! This sets the default value for the various _ANSWER_DATE parameters.
WAVE_INTERFACE_ANSWER_DATE = 20230101

WRITE_GEOM = 2 ! default = 1
WRITE_GEOM = @[MOM6_WRITE_GEOM] ! default = 1
! If =0, never write the geometry and vertical grid files. If =1, write the
! geometry and vertical grid files only for a new simulation. If =2, always
! write the geometry and vertical grid files. Other values are invalid.
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/MOM_input_050.IN
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1
DEFAULT_ANSWER_DATE = 20250818 ! default = 99991231
! This sets the default value for the various _ANSWER_DATE parameters.
WAVE_INTERFACE_ANSWER_DATE = 20230101
WRITE_GEOM = 2 ! default = 1
WRITE_GEOM = @[MOM6_WRITE_GEOM] ! default = 1
! If =0, never write the geometry and vertical grid files. If =1, write the
! geometry and vertical grid files only for a new simulation. If =2, always
! write the geometry and vertical grid files. Other values are invalid.
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/MOM_input_100.IN
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1
DEFAULT_ANSWER_DATE = 20250818 ! default = 99991231
! This sets the default value for the various _ANSWER_DATE parameters.
WAVE_INTERFACE_ANSWER_DATE = 20230101
WRITE_GEOM = 2 ! default = 1
WRITE_GEOM = @[MOM6_WRITE_GEOM] ! default = 1
! If =0, never write the geometry and vertical grid files. If =1, write the
! geometry and vertical grid files only for a new simulation. If =2, always
! write the geometry and vertical grid files. Other values are invalid.
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure.IN
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ filename_base: @[FILENAME_BASE]
output_grid: @[OUTPUT_GRID]
output_file: @[OUTPUT_FILE]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
ichunk2d: @[ICHUNK2D]
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_atmaq.IN
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ dt_atmos: @[DT_ATMOS]
restart_interval: @[RESTART_INTERVAL]
write_dopost: @[WRITE_DOPOST]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
quilting: @[QUILTING]
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_fire.IN
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ restart_interval: @[RESTART_INTERVAL]
output_1st_tstep_rst: .false.
write_dopost: @[WRITE_DOPOST]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
nbits: 0
ichunk2d: -1
jchunk2d: -1
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_gnv1.IN
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ filename_base: @[FILENAME_BASE]
output_grid: @[OUTPUT_GRID]
output_file: @[OUTPUT_FILE]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
ichunk2d: @[ICHUNK2D]
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_hafs.IN
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ ichunk3d: -1
jchunk3d: -1
kchunk3d: -1
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]

Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_regional.IN
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ output_file: @[OUTPUT_FILE]
write_nemsioflip: .false.
write_fsyncflag: .false.
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
nbits: 0
ichunk2d: -1
jchunk2d: -1
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_regional_rrfs_a.IN
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ cpl: .false.
restart_interval: @[RESTART_INTERVAL]
quilting: @[QUILTING]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
use_saved_routehandles: @[USE_FV3_ROUTEHANDLES]

#
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_regional_stoch.IN
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ num_files: 2
filename_base: 'dyn' 'phy'
output_file: @[OUTPUT_FILE]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]

output_grid: 'lambert_conformal'
cen_lon: -97.5
Expand Down
2 changes: 2 additions & 0 deletions tests/parm/model_configure_rrfs_conus13km.IN
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ num_files: @[NUM_FILES]
filename_base: @[FILENAME_BASE]
output_file: @[OUTPUT_FILE]
zstandard_level: @[ZSTANDARD_LEVEL]
zstandard_level_rst: @[ZSTANDARD_LEVEL_RST]
ideflate: @[IDEFLATE]
ideflate_rst: @[IDEFLATE_RST]
quantize_mode: 'quantize_bitround'
quantize_nsd: @[QUANTIZE_NSD]
ichunk3d: @[ICHUNK3D]
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/control_debug_p8
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ export SATMEDMF=.true.
export K_SPLIT=2
export N_SPLIT=4
export ZSTANDARD_LEVEL=5

export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/control_p8
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ export SATMEDMF=.true.
export K_SPLIT=2
export N_SPLIT=4
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/control_p8.v2.sfc
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ export DOGP_LWSCAT=.true.

export SATMEDMF=.true.
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/control_p8_atmlnd
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export initial_albedo=0.2
export WRITE_DOPOST=.false.
export OUTPUT_GRID=cubed_sphere_grid
export ZSTANDARD_LEVEL=0
export ZSTANDARD_LEVEL_RST=0
export OUTPUT_FH="1 -1"
if [[ "$ATMRES" = "$LNDRES" ]]; then
export lnd_input_dir="INPUT/"
Expand Down
1 change: 1 addition & 0 deletions tests/tests/control_p8_rrtmgp
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ export N_SPLIT=4

if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
fi
1 change: 1 addition & 0 deletions tests/tests/control_p8_rrtmgp_rad32
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,5 @@ export N_SPLIT=4

if [[ " hera orion hercules jet " =~ " ${MACHINE_ID} " ]] ; then
ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
fi
2 changes: 1 addition & 1 deletion tests/tests/control_restart_p8
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ export N_SPLIT=4

export SATMEDMF=.true.
export ZSTANDARD_LEVEL=5

export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/control_restart_p8_atmlnd
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ else
export lnd_fixed_dir="INPUT/${LNDRES}/"
fi
export ZSTANDARD_LEVEL=0
export ZSTANDARD_LEVEL_RST=0
2 changes: 1 addition & 1 deletion tests/tests/control_wam
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export DIAG_TABLE=diag_table_wam

export INPUT_NML=wam_v17.nml.IN
export ZSTANDARD_LEVEL=5

export ZSTANDARD_LEVEL_RST=5

if [[ $MACHINE_ID = hera ]]; then
export WLCLK=45
Expand Down
1 change: 1 addition & 0 deletions tests/tests/control_wam_debug
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ export DIAG_TABLE=diag_table_wam
export INPUT_NML=wam_v17.nml.IN

export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/control_wrtGauss_netcdf_parallel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export IAER=5111
export IOVR=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export QUANTIZE_NSD=14

export K_SPLIT=2
Expand Down
1 change: 1 addition & 0 deletions tests/tests/control_wrtGauss_netcdf_parallel_debug
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export IAER=5111
export IOVR=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export QUANTIZE_NSD=14
export OUTPUT_FH="0 1"

Expand Down
1 change: 1 addition & 0 deletions tests/tests/conus13km_2threads
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export USE_MERRA2=.true.
export ESMF_THREADING=false
export THRD=$atm_omp_num_threads
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5

if [[ ${MACHINE_ID} = ursa ]]; then
export EXCLUSIVE_NODES=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/conus13km_control
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export QUILTING_RESTART=.false.
export USE_MERRA2=.true.

export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5

if [[ $MACHINE_ID = ursa ]]; then
export EXCLUSIVE_NODES=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/conus13km_decomp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export JNPES=10
export QUILTING_RESTART=.false.
export USE_MERRA2=.true.
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5

if [[ ${MACHINE_ID} = ursa ]]; then
export EXCLUSIVE_NODES=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/conus13km_restart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export RRFS_RESTART=YES
export QUILTING_RESTART=.false.
export USE_MERRA2=.true.
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5

if [[ ${MACHINE_ID} = ursa ]]; then
export EXCLUSIVE_NODES=.true.
Expand Down
1 change: 1 addition & 0 deletions tests/tests/cpld_control_gefs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export OUTPUT_GRID="'gaussian_grid'"
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export ATMTILESIZE=`expr $NPX - 1`
export IDEFLATE=1
export IDEFLATE_RST=1
export QUANTIZE_NSD=0
export ICHUNK3D=${IMO}
export JCHUNK3D=${JMO}
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_p8
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export FV3_RUN=cpld_control_run.IN
if [[ $MACHINE_ID = derecho ]] || [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi

export WLCLK=50
export K_SPLIT=4
export N_SPLIT=5

Expand Down
1 change: 1 addition & 0 deletions tests/tests/dependency_unmet
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,4 @@ export CCPP_SUITE=FV3_GFS_v17_p8
export INPUT_NML=global_control.nml.IN

export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/fail_to_run
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ export CCPP_SUITE=FV3_GFS_v17_p8
export INPUT_NML=global_control.nml.IN

export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
1 change: 1 addition & 0 deletions tests/tests/gnv1_nested
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export FILENAME_BASE="'atm' 'sfc'"
export OUTPUT_GRID=gaussian_grid
export OUTPUT_FILE="'netcdf' 'netcdf'"
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export ICHUNK2D=-1
export JCHUNK2D=-1
export ICHUNK3D=-1
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_global_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export RESTART_N=${FHMAX}
export atm_omp_num_threads=2
export DT_ATMOS=90
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_global_multiple_4nests_atm
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export RESTART_N=${FHMAX}
export atm_omp_num_threads=2
export DT_ATMOS=90
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_global_storm_following_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export atm_omp_num_threads=2

export DT_ATMOS=180
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export RESTART_N=${FHMAX}
export atm_omp_num_threads=2
export DT_ATMOS=90
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export RESTART_N=${FHMAX}
export atm_omp_num_threads=2
export DT_ATMOS=180
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm_gfdlmpv3
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export RESTART_N=${FHMAX}
export atm_omp_num_threads=2
export DT_ATMOS=180
export IDEFLATE=1
export IDEFLATE_RST=1
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm_ocn
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export FHMAX=6
export RESTART_N=${FHMAX}
export DT_ATMOS=180
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm_ocn_wav
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export FHMAX=6
export RESTART_N=${FHMAX}
export DT_ATMOS=180
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm_thompson_gfdlsf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export atm_omp_num_threads=2
export DT_ATMOS=180
export DT_INNER=${DT_ATMOS}
export ZSTANDARD_LEVEL=0
export ZSTANDARD_LEVEL_RST=0
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
1 change: 1 addition & 0 deletions tests/tests/hafs_regional_atm_wav
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export FHMAX=6
export RESTART_N=${FHMAX}
export DT_ATMOS=180
export ZSTANDARD_LEVEL=5
export ZSTANDARD_LEVEL_RST=5
export OUTPUT_FH='3 -1'
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
Expand Down
Loading
Loading