Skip to content

Commit ac8ae82

Browse files
Derecho updates: new spack-stack-1.9.2, rocoto, ecflow paths, TPN=128 default + Fix UFSATM CI github action #3035 (#2863)
* Derecho update of rocoto and ecflow paths * Derecho rt_utils.sh: wait longer to query completed job status * use new Derecho spack-stack 1.9.2 environment built with ncarenv/24.12 * updates of modulefile and compile_qsub for derecho * update a script fv3_qsub.IN_derecho * updates for derecho RTs * tests configurations updated for derecho * updated module-setup.sh for Derecho and ufs_derecho.intel.lua modulefile * turn off derecho failed cases * Fix for derecho: use nccmp/1.9.0.1 module from spack-stack * Fix for modulefiles/ufs_derecho.gnu.lua: add env. compiler variables * Enable GNU tests on Derecho * combine in pr3035 ufsatm ci fix
1 parent f8b0802 commit ac8ae82

28 files changed

+2310
-2231
lines changed

modulefiles/ufs_derecho.gnu.lua

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ loads UFS Model prerequisites for Derecho/GNU
33
]])
44

55
setenv("LMOD_TMOD_FIND_FIRST","yes")
6-
prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra")
7-
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-gcc-12.2.0/install/modulefiles/Core")
6+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-gcc-12.4/install/modulefiles/Core")
87

98
unload("ncarcompilers")
10-
stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.2.0"
9+
stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.4.0"
1110
load(pathJoin("stack-gcc", stack_gnu_ver))
1211

13-
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.27"
12+
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.29"
1413
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))
1514

1615
cmake_ver=os.getenv("cmake_ver") or "3.27.9"
@@ -19,7 +18,14 @@ load(pathJoin("cmake", cmake_ver))
1918
stack_python_ver=os.getenv("stack_python_ver") or "3.11.7"
2019
load(pathJoin("stack-python", stack_python_ver))
2120

21+
load("ufs_common")
22+
23+
nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
24+
load(pathJoin("nccmp", nccmp_ver))
25+
26+
setenv("CC", "mpicc")
27+
setenv("CXX", "mpicxx")
28+
setenv("FC", "mpif90")
2229
setenv("CMAKE_Platform", "derecho.gnu")
23-
load("ufs-weather-model-env")
2430

2531
whatis("Description: UFS build environment")

modulefiles/ufs_derecho.intel.lua

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
33
]])
44

55
setenv("LMOD_TMOD_FIND_FIRST","yes")
6-
prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra")
76
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
8-
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-4natrhl/gcc/12.2.0")
7+
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.29-3sepg3g/gcc/12.4.0")
98

109
unload("ncarcompilers")
1110
stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1"
@@ -20,10 +19,17 @@ load(pathJoin("cmake", cmake_ver))
2019
stack_python_ver=os.getenv("stack_python_ver") or "3.11.7"
2120
load(pathJoin("stack-python", stack_python_ver))
2221

23-
setenv("CMAKE_Platform", "derecho.intel")
24-
load("ufs-weather-model-env")
25-
load("sp/2.5.0")
26-
load("crtm/2.4.0.1")
27-
load("scotch/7.0.4")
22+
load("ufs_common")
23+
24+
nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
25+
load(pathJoin("nccmp", nccmp_ver))
2826

27+
setenv("CC", "mpicc")
28+
setenv("CXX", "mpicxx")
29+
setenv("FC", "mpif90")
30+
setenv("I_MPI_CC", "icx")
31+
setenv("I_MPI_CXX", "icpx")
32+
setenv("I_MPI_F90", "ifort")
33+
34+
setenv("CMAKE_Platform", "derecho.intel")
2935
whatis("Description: UFS build environment")

tests/fv3_conf/compile_qsub.IN_derecho

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#PBS -A @[ACCNR]
66
#PBS -q @[QUEUE]
77
#PBS -l select=1:ncpus=8:mpiprocs=1
8-
#PBS -l walltime=00:30:00
8+
#PBS -l walltime=01:00:00
99

1010
set -eux
1111

tests/fv3_conf/fv3_qsub.IN_derecho

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export OMP_NUM_THREADS=@[THRD]
3131
export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4
3232
export ESMF_RUNTIME_PROFILE=ON
3333
export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY"
34-
export MPICH_COLL_OPT_OFF=1
34+
export I_MPI_EXTRA_FILESYSTEM="ON"
3535

3636
# Avoid job errors because of filesystem synchronization delays
3737
sync && sleep 1

tests/logs/OpnReqTests_control_p8_hera.log

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Wed Dec 31 00:58:52 UTC 2025
1+
Wed Jan 7 21:08:07 UTC 2026
22
Start Operation Requirement Test
33

44

55
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
6-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/bit_base_bit_base
6+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 256.581553
55-
0: The maximum resident set size (KB) = 1541904
54+
0: The total amount of wall time = 258.392209
55+
0: The maximum resident set size (KB) = 1555280
5656

5757
Test bit_base PASS
5858

5959

6060
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
61-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/dbg_base_dbg_base
61+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 877.685145
110-
0: The maximum resident set size (KB) = 1517992
109+
0: The total amount of wall time = 871.473136
110+
0: The maximum resident set size (KB) = 1539324
111111

112112
Test dbg_base PASS
113113

114114

115115
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
116-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/dcp_dcp
116+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 231.255494
164-
0: The maximum resident set size (KB) = 1538076
163+
0: The total amount of wall time = 231.995800
164+
0: The maximum resident set size (KB) = 1521888
165165

166166
Test dcp PASS
167167

168168

169169
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
170-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/mpi_mpi
170+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 227.633437
218-
0: The maximum resident set size (KB) = 1547160
217+
0: The total amount of wall time = 228.633653
218+
0: The maximum resident set size (KB) = 1536520
219219

220220
Test mpi PASS
221221

222222

223223
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
224-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/rst_rst
224+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 231.148856
272-
0: The maximum resident set size (KB) = 1526680
271+
0: The total amount of wall time = 228.639371
272+
0: The maximum resident set size (KB) = 1524280
273273

274274
Test rst PASS
275275

276276

277277
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
278-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/std_base_std_base
278+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 232.493602
327-
0: The maximum resident set size (KB) = 1527784
326+
0: The total amount of wall time = 230.240659
327+
0: The maximum resident set size (KB) = 1537704
328328

329329
Test std_base PASS
330330

331331

332332
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
333-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2802019/thr_thr
333+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 230.003200
381-
0: The maximum resident set size (KB) = 1522668
380+
0: The total amount of wall time = 229.093169
381+
0: The maximum resident set size (KB) = 1522848
382382

383383
Test thr PASS
384384

385385
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
386-
Wed Dec 31 02:02:11 UTC 2025
387-
Elapsed time: 01h:03m:19s. Have a nice day!
386+
Wed Jan 7 22:18:03 UTC 2026
387+
Elapsed time: 01h:09m:56s. Have a nice day!

tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Tue Dec 30 23:34:10 UTC 2025
1+
Wed Jan 7 19:41:10 UTC 2026
22
Start Operation Requirement Test
33

44

55
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
6-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/dbg_base_dbg_base
6+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/dbg_base_dbg_base
77
Checking test dbg_base results ....
88
Moving baseline dbg_base files ....
99
Moving sfcf021.tile1.nc .........OK
@@ -66,14 +66,14 @@ Moving baseline dbg_base files ....
6666
Moving RESTART/iced.2021-03-23-21600.nc .........OK
6767
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
6868

69-
0: The total amount of wall time = 2312.298243
70-
0: The maximum resident set size (KB) = 1649184
69+
0: The total amount of wall time = 2287.809788
70+
0: The maximum resident set size (KB) = 1647272
7171

7272
Test dbg_base PASS
7373

7474

7575
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
76-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/rst_rst
76+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/rst_rst
7777
Checking test rst results ....
7878
Comparing sfcf021.tile1.nc .....USING NCCMP......OK
7979
Comparing sfcf021.tile2.nc .....USING NCCMP......OK
@@ -135,14 +135,14 @@ Checking test rst results ....
135135
Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK
136136
Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK
137137

138-
0: The total amount of wall time = 591.656337
139-
0: The maximum resident set size (KB) = 1636560
138+
0: The total amount of wall time = 587.786005
139+
0: The maximum resident set size (KB) = 1627728
140140

141141
Test rst PASS
142142

143143

144144
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
145-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2423745/std_base_std_base
145+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/std_base_std_base
146146
Checking test std_base results ....
147147
Moving baseline std_base files ....
148148
Moving sfcf021.tile1.nc .........OK
@@ -205,11 +205,11 @@ Moving baseline std_base files ....
205205
Moving RESTART/iced.2021-03-23-21600.nc .........OK
206206
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
207207

208-
0: The total amount of wall time = 587.953075
209-
0: The maximum resident set size (KB) = 1630792
208+
0: The total amount of wall time = 609.104038
209+
0: The maximum resident set size (KB) = 1639968
210210

211211
Test std_base PASS
212212

213213
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
214-
Wed Dec 31 00:58:52 UTC 2025
215-
Elapsed time: 01h:24m:42s. Have a nice day!
214+
Wed Jan 7 21:08:07 UTC 2026
215+
Elapsed time: 01h:26m:57s. Have a nice day!
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Tue Dec 30 22:40:15 UTC 2025
1+
Wed Jan 7 18:47:50 UTC 2026
22
Start Operation Requirement Test
33

44

55
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
6-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/bit_base_bit_base
6+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/bit_base_bit_base
77
Checking test bit_base results ....
88
Moving baseline bit_base files ....
99
Moving dynf000.nc .........OK
@@ -15,14 +15,14 @@ Moving baseline bit_base files ....
1515
Moving NATLEV.GrbF00 .........OK
1616
Moving NATLEV.GrbF06 .........OK
1717

18-
0: The total amount of wall time = 615.007189
19-
0: The maximum resident set size (KB) = 891660
18+
0: The total amount of wall time = 620.502098
19+
0: The maximum resident set size (KB) = 900544
2020

2121
Test bit_base PASS
2222

2323

2424
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
25-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/dcp_dcp
25+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/dcp_dcp
2626
Checking test dcp results ....
2727
Comparing dynf000.nc .....USING NCCMP......OK
2828
Comparing dynf006.nc .....USING NCCMP......OK
@@ -33,14 +33,14 @@ Checking test dcp results ....
3333
Comparing NATLEV.GrbF00 .....USING CMP......OK
3434
Comparing NATLEV.GrbF06 .....USING CMP......OK
3535

36-
0: The total amount of wall time = 504.462394
37-
0: The maximum resident set size (KB) = 864352
36+
0: The total amount of wall time = 509.209122
37+
0: The maximum resident set size (KB) = 859848
3838

3939
Test dcp PASS
4040

4141

4242
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
43-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/std_base_std_base
43+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/std_base_std_base
4444
Checking test std_base results ....
4545
Moving baseline std_base files ....
4646
Moving dynf000.nc .........OK
@@ -52,14 +52,14 @@ Moving baseline std_base files ....
5252
Moving NATLEV.GrbF00 .........OK
5353
Moving NATLEV.GrbF06 .........OK
5454

55-
0: The total amount of wall time = 503.627943
56-
0: The maximum resident set size (KB) = 862132
55+
0: The total amount of wall time = 503.941938
56+
0: The maximum resident set size (KB) = 859724
5757

5858
Test std_base PASS
5959

6060

6161
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
62-
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2081646/thr_thr
62+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/thr_thr
6363
Checking test thr results ....
6464
Comparing dynf000.nc .....USING NCCMP......OK
6565
Comparing dynf006.nc .....USING NCCMP......OK
@@ -70,11 +70,11 @@ Checking test thr results ....
7070
Comparing NATLEV.GrbF00 .....USING CMP......OK
7171
Comparing NATLEV.GrbF06 .....USING CMP......OK
7272

73-
0: The total amount of wall time = 503.666981
74-
0: The maximum resident set size (KB) = 864172
73+
0: The total amount of wall time = 502.187593
74+
0: The maximum resident set size (KB) = 845816
7575

7676
Test thr PASS
7777

7878
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
79-
Tue Dec 30 23:34:09 UTC 2025
80-
Elapsed time: 00h:53m:54s. Have a nice day!
79+
Wed Jan 7 19:41:10 UTC 2026
80+
Elapsed time: 00h:53m:21s. Have a nice day!

0 commit comments

Comments
 (0)