Skip to content

Commit 31f9d55

Browse files
authored
Add cpld_control_c1152 operational config tests for weekly RTs (#2749)
* UFSWM - Create c1152 regression test suite
1 parent 62b2c10 commit 31f9d55

27 files changed

+3153
-2378
lines changed

tests/default_vars.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ export fbh_omp_num_threads=1
128128

129129
export histaux_enabled=.false.
130130
export BMIC=.false.
131+
132+
export GFSv17opn=.false.
131133
export SFS=.false.
132134

133135
export EXCLUSIVE_NODES=.false.
@@ -483,6 +485,7 @@ export FV3_RUN=control_run.IN
483485
export INPUT_NML=control.nml.IN
484486
export CCPP_SUITE=FV3_GFS_v16
485487

488+
export DOGP_CLDOPTICS_LUT=.false.
486489
export DOGP_LWSCAT=.false.
487490
export IAER=111
488491
export ICLIQ_SW=1
@@ -615,7 +618,6 @@ export_mpas ()
615618
export LNDP_TYPE=0
616619
export N_VAR_LNDP=0
617620

618-
619621
export INPES=${INPES_dflt}
620622
export JNPES=${JNPES_dflt}
621623

@@ -660,6 +662,7 @@ export_gfs_physics ()
660662
export HYBEDMF=.false.
661663
# RRTMGP
662664
export DO_RRTMGP=.false.
665+
export DOGP_CLDOPTICS_LUT=.true.
663666
export DOGP_LWSCAT=.true.
664667
export DOGP_SGS_CNV=.true.
665668
export USE_LW_JACOBIAN=.false.
@@ -999,8 +1002,9 @@ export TTENDLIM=-999
9991002

10001003
# Radiation
10011004
export DO_RRTMGP=.false.
1005+
export DOGP_CLDOPTICS_LUT=.true.
10021006
export DOGP_LWSCAT=.true.
1003-
export DOGP_SGS_CNV=.false.
1007+
export DOGP_SGS_CNV=.true.
10041008
export USE_LW_JACOBIAN=.false.
10051009
export DAMP_LW_FLUXADJ=.false.
10061010
export RRTMGP_LW_PHYS_BLKSZ=2
@@ -1898,8 +1902,9 @@ export LSEASPRAY=.true.
18981902

18991903
# RRTMGP
19001904
export DO_RRTMGP=.false.
1905+
export DOGP_CLDOPTICS_LUT=.true.
19011906
export DOGP_LWSCAT=.true.
1902-
export DOGP_SGS_CNV=.false.
1907+
export DOGP_SGS_CNV=.true.
19031908

19041909
# CA
19051910
export DO_CA=.true.

tests/fv3_conf/cpld_control_run.IN

Lines changed: 72 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ elif [[ $ULTRALOW == .true. ]]; then
3131
FV3_IC=@[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_${LEVELS}_mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
3232
MOM_IC=@[INPUTDATA_ROOT]/MOM6_IC/${ATMRES}mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
3333
ICE_IC=@[INPUTDATA_ROOT]/CICE_IC/${ATMRES}mx${OCNRES}/${SYEAR}${SMONTH}${SDAY}${SHOUR}
34+
elif [[ $GFSv17opn == .true. ]]; then
35+
FV3_IC=@[INPUTDATA_GFSv17opn]/FV3_IC
36+
MOM_IC=@[INPUTDATA_GFSv17opn]/MOM6_IC
37+
ICE_IC=@[INPUTDATA_GFSv17opn]/CICE_IC
38+
WAV_IC=@[INPUTDATA_GFSv17opn]/WW3_IC
39+
CMEPS_IC=@[INPUTDATA_GFSv17opn]/CMEPS_IC
3440
elif [[ $SFS == .true. ]]; then
3541
FV3_IC=@[INPUTDATA_ROOT]/SFS/${SYEAR}${SMONTH}${SDAY}${SHOUR}
3642
MOM_IC=${FV3_IC}
@@ -46,39 +52,57 @@ else
4652
fi
4753

4854
# FV3 fixed input
49-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNSMCC] .
50-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNMSKH] .
51-
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNGLAC] .
52-
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNMXIC] .
53-
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNTSFC] .
54-
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNSNOC] .
55-
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNAISC] .
56-
57-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile1.nc INPUT/oro_data.tile1.nc
58-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile2.nc INPUT/oro_data.tile2.nc
59-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile3.nc INPUT/oro_data.tile3.nc
60-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile4.nc INPUT/oro_data.tile4.nc
61-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile5.nc INPUT/oro_data.tile5.nc
62-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile6.nc INPUT/oro_data.tile6.nc
63-
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/@[ATMRES]*.nc .
64-
65-
cp @[INPUTDATA_ROOT]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT
66-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT
67-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc
68-
69-
# MOM6 fixed input
70-
cp @[INPUTDATA_ROOT]/MOM6_FIX/@[OCNRES]/* ./INPUT
71-
72-
# CICE fixed input
73-
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc .
74-
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc .
75-
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc .
76-
77-
# WW3 fix/input
78-
if [[ $CPLWAV == .true. ]]; then
79-
cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3
80-
if [[ ${WW3_DOMAIN:0:2} != mx ]]; then
81-
cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] .
55+
if [[ $GFSv17opn == .true. ]]; then
56+
cp @[INPUTDATA_GFSv17opn]/FV3_fix/*.nc ./INPUT
57+
cp @[INPUTDATA_GFSv17opn]/FV3_fix/*.grb .
58+
cp @[INPUTDATA_GFSv17opn]/FV3_fix_tiled/* .
59+
cp @[INPUTDATA_GFSv17opn]/MOM6_FIX/* ./INPUT
60+
cp @[INPUTDATA_GFSv17opn]/CICE_FIX/* .
61+
cp @[INPUTDATA_GFSv17opn]/WW3_FIX/@[WW3_MODDEF] mod_def.ww3
62+
# TODO: when uglo_15km is present in standard input-data location
63+
# replace the above line with the following location for the mod_def.ww3
64+
# the existing mod_def in the GFSv17opn/WW3_FIX directory should be removed
65+
# cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3
66+
67+
cp @[INPUTDATA_GFSv17opn]/WW3_FIX/@[MESH_WAV] .
68+
cp @[INPUTDATA_GFSv17opn]/WW3_FIX/wave_gfs.buoys.full ww3_points.list
69+
cp @[INPUTDATA_GFSv17opn]/WW3_FIX/pnt_wght.uglo_15km.nc pnt_wght.ww3.nc
70+
cp @[INPUTDATA_GFSv17opn]/WW3_FIX/ww3_shel.nml .
71+
else
72+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNSMCC] .
73+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/@[FNMSKH] .
74+
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNGLAC] .
75+
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNMXIC] .
76+
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNTSFC] .
77+
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNSNOC] .
78+
cp @[INPUTDATA_ROOT]/FV3_fix/@[FNAISC] .
79+
80+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile1.nc INPUT/oro_data.tile1.nc
81+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile2.nc INPUT/oro_data.tile2.nc
82+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile3.nc INPUT/oro_data.tile3.nc
83+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile4.nc INPUT/oro_data.tile4.nc
84+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile5.nc INPUT/oro_data.tile5.nc
85+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/oro_@[ATMRES].mx@[OCNRES].tile6.nc INPUT/oro_data.tile6.nc
86+
cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]mx@[OCNRES]/@[ATMRES]*.nc .
87+
88+
cp @[INPUTDATA_ROOT]/CPL_FIX/a@[ATMRES]o@[OCNRES]/grid_spec.nc ./INPUT
89+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/@[ATMRES]_grid*.nc ./INPUT
90+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT/grid_spec.nc ./INPUT/@[ATMRES]_mosaic.nc
91+
92+
# MOM6 fixed input
93+
cp @[INPUTDATA_ROOT]/MOM6_FIX/@[OCNRES]/* ./INPUT
94+
95+
# CICE fixed input
96+
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/grid_cice_NEMS_mx@[OCNRES].nc .
97+
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/kmtu_cice_NEMS_mx@[OCNRES].nc .
98+
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc .
99+
100+
# WW3 fix/input
101+
if [[ $CPLWAV == .true. ]]; then
102+
cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3
103+
if [[ ${WW3_DOMAIN:0:2} != mx ]]; then
104+
cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] .
105+
fi
82106
fi
83107
fi
84108

@@ -212,6 +236,14 @@ else
212236
cp ${FV3_IC}/ufs.cpld.cpl*nc .
213237
ls -1 ufs.cpld.cpl*nc>rpointer.cpl
214238
cp ${WAV_IC}/ufs.cpld.ww3.r.${RESTART_FILE_SUFFIX_SECS}.nc .
239+
elif [[ $GFSv17opn == .true. ]]; then
240+
cp ${FV3_IC}/* ./INPUT
241+
cp ${MOM_IC}/* ./INPUT
242+
cp ${ICE_IC}/iced.* ./cice_model.res.nc
243+
ls -1 cice_model.res.nc>ice.restart_file
244+
cp ${WAV_IC}/* .
245+
cp ${CMEPS_IC}/ufs.cpld.cpl.r* ufs.cpld.cpl.r.nc
246+
ls -1 ufs.cpld.cpl.r.nc>rpointer.cpl
215247
fi
216248
fi
217249

@@ -277,8 +309,13 @@ fi
277309

278310
if [ $GWD_OPT -ne 0 ]; then
279311
cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc
280-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ls* ./INPUT
281-
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ss* ./INPUT
312+
if [[ $GFSv17opn == .true. ]]; then
313+
cp @[INPUTDATA_GFSv17opn]/FV3_fix/oro_data_ls* ./INPUT
314+
cp @[INPUTDATA_GFSv17opn]/FV3_fix/oro_data_ss* ./INPUT
315+
else
316+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ls* ./INPUT
317+
cp @[INPUTDATA_ROOT]/${FV3_DIR}/INPUT_L127_gfsv17/oro_data_ss* ./INPUT
318+
fi
282319
fi
283320

284321
if [ $IMP_PHYSICS = 8 ]; then

tests/fv3_conf/fv3_qsub.IN_wcoss2

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#PBS -N @[JBNME]
66
#PBS -A @[ACCNR]
77
#PBS -q @[QUEUE]
8-
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD]:mem=500G
9-
@[EXCLUSIVE_NODES_OPT]
8+
#PBS -l select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD]
9+
#PBS -l place=vscatter:exclhost
1010
#PBS -l walltime=00:@[WLCLK]:00
1111

1212
set -eux
@@ -19,26 +19,34 @@ set +x
1919
module use $PWD/modulefiles
2020
module load modules.fv3
2121
module load cray-pals
22+
module load craype-network-ucx
23+
module load cray-mpich-ucx
2224
module list
2325
set -x
2426

2527
echo "Model started: " `date`
2628

27-
export OMP_STACKSIZE=512M
2829
export OMP_NUM_THREADS=@[THRD]
29-
export OMP_PLACES=cores
30+
3031
export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4
3132
export ESMF_RUNTIME_PROFILE=ON
3233
export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY"
3334

35+
export FI_OFI_RXM_RX_SIZE=40000
36+
export FI_OFI_RXM_TX_SIZE=40000
37+
export FI_OFI_RXM_SAR_LIMIT=3145728
38+
export OMP_PLACES=cores
39+
export OMP_STACKSIZE=2048M
40+
export MPICH_MPIIO_HINTS="*:romio_cb_write=enable"
41+
3442
# This "if" block is part of the rt.sh self-tests in error-test.conf. It emulates the model failing to run.
3543
if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
3644
echo "The job should abort now, with exit status 1." 1>&2
3745
echo "If error checking is working, the metascheduler should mark the job as failed." 1>&2
3846
false
3947
fi
4048

41-
mpiexec -n @[TASKS] -ppn @[TPN] --cpu-bind core -depth @[THRD] ./fv3.exe
49+
mpiexec -n @[TASKS] -ppn @[TPN] --cpu-bind depth --depth @[THRD] ./fv3.exe
4250

4351
echo "Model ended: " `date`
4452
echo -n " $( date +%s )," >> job_timestamp.txt

tests/logs/OpnReqTests_control_p8_ursa.log

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Thu Feb 12 05:06:33 UTC 2026
1+
Sat Feb 7 21:20:09 UTC 2026
22
Start Operation Requirement Test
33

44

55
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel
6-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/bit_base_bit_base
6+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/bit_base_bit_base
77
Checking test bit_base results ....
88
Moving baseline bit_base files ....
99
Moving sfcf000.nc .........OK
@@ -51,14 +51,14 @@ Moving baseline bit_base files ....
5151
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
5252
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
5353

54-
0: The total amount of wall time = 541.036047
55-
0: The maximum resident set size (KB) = 2624176
54+
0: The total amount of wall time = 143.654868
55+
0: The maximum resident set size (KB) = 2603116
5656

5757
Test bit_base PASS
5858

5959

6060
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel
61-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/dbg_base_dbg_base
61+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/dbg_base_dbg_base
6262
Checking test dbg_base results ....
6363
Moving baseline dbg_base files ....
6464
Moving sfcf000.nc .........OK
@@ -106,14 +106,14 @@ Moving baseline dbg_base files ....
106106
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
107107
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
108108

109-
0: The total amount of wall time = 2664.825306
110-
0: The maximum resident set size (KB) = 2527640
109+
0: The total amount of wall time = 1212.053972
110+
0: The maximum resident set size (KB) = 2523832
111111

112112
Test dbg_base PASS
113113

114114

115115
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
116-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/dcp_dcp
116+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/dcp_dcp
117117
Checking test dcp results ....
118118
Comparing sfcf000.nc .....USING NCCMP......OK
119119
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -160,14 +160,14 @@ Checking test dcp results ....
160160
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
161161
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
162162

163-
0: The total amount of wall time = 125.819305
164-
0: The maximum resident set size (KB) = 2505356
163+
0: The total amount of wall time = 124.965523
164+
0: The maximum resident set size (KB) = 2505272
165165

166166
Test dcp PASS
167167

168168

169169
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
170-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/mpi_mpi
170+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/mpi_mpi
171171
Checking test mpi results ....
172172
Comparing sfcf000.nc .....USING NCCMP......OK
173173
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -214,14 +214,14 @@ Checking test mpi results ....
214214
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
215215
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
216216

217-
0: The total amount of wall time = 582.733878
218-
0: The maximum resident set size (KB) = 2520700
217+
0: The total amount of wall time = 122.639153
218+
0: The maximum resident set size (KB) = 2495776
219219

220220
Test mpi PASS
221221

222222

223223
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
224-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/rst_rst
224+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/rst_rst
225225
Checking test rst results ....
226226
Comparing sfcf000.nc .....USING NCCMP......OK
227227
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -268,14 +268,14 @@ Checking test rst results ....
268268
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
269269
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
270270

271-
0: The total amount of wall time = 114.764303
272-
0: The maximum resident set size (KB) = 2495444
271+
0: The total amount of wall time = 603.367093
272+
0: The maximum resident set size (KB) = 2508356
273273

274274
Test rst PASS
275275

276276

277277
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
278-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/std_base_std_base
278+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/std_base_std_base
279279
Checking test std_base results ....
280280
Moving baseline std_base files ....
281281
Moving sfcf000.nc .........OK
@@ -323,14 +323,14 @@ Moving baseline std_base files ....
323323
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
324324
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
325325

326-
0: The total amount of wall time = 115.418772
327-
0: The maximum resident set size (KB) = 2491076
326+
0: The total amount of wall time = 119.739082
327+
0: The maximum resident set size (KB) = 2502468
328328

329329
Test std_base PASS
330330

331331

332332
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
333-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3790693/thr_thr
333+
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/thr_thr
334334
Checking test thr results ....
335335
Comparing sfcf000.nc .....USING NCCMP......OK
336336
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -377,11 +377,11 @@ Checking test thr results ....
377377
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
378378
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
379379

380-
0: The total amount of wall time = 116.691212
381-
0: The maximum resident set size (KB) = 2495672
380+
0: The total amount of wall time = 114.499191
381+
0: The maximum resident set size (KB) = 2502776
382382

383383
Test thr PASS
384384

385385
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
386-
Thu Feb 12 06:50:18 UTC 2026
387-
Elapsed time: 01h:43m:45s. Have a nice day!
386+
Sat Feb 7 22:32:57 UTC 2026
387+
Elapsed time: 01h:12m:48s. Have a nice day!

0 commit comments

Comments
 (0)