Skip to content

Commit 8f8fddc

Browse files
BinLiu-NOAAjiandewangNeilBarton-NOAA
authored
Bring in scale-aware 3DTKE related changes for GFS TKE EDMF PBL scheme ufs-community#2734; Add option in GFS PBL to use liquid/ice potential temperature in local mixing ufs-community#2763; Update MOM6 to its main repo. 20250527 commit ufs-community#2757; Mom6 025 warmstart option ufs-community#2761 (ufs-community#2734)
* UFSWM - change to MOM6 namelist file * FV3 - * ccpp-physics - Bring in the scale-aware 3DTKE related changes for GFS TKE EDMF PBL scheme * ccpp-physics - Add a namelist option in GFS TKE EDMF PBL scheme to apply an approximate way to represent local mixing/diffusion process in T-equation using liquid/ice water potential temperature. * atmos_cubed_sphere - Enable the scale-aware 3DTKE capability for the GFS TKE EDMF PBL scheme * MOM6 - update MOM6 to its main repo. 20250527 commit (originally GFDL 20250423 candidate) --------- Co-authored-by: jiandewang <jiande.wang@noaa.gov> Co-authored-by: NeilBarton-NOAA <neil.barton@noaa.gov>
1 parent 24d8dfd commit 8f8fddc

14 files changed

+2459
-2322
lines changed

FV3

Submodule FV3 updated from 921278b to 640427d

MOM6-interface/MOM6

Submodule MOM6 updated 173 files

MOM6-interface/mom6_files.cmake

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,23 @@ list(APPEND mom6_src_files
2121
MOM6/src/ALE/regrid_edge_values.F90
2222
MOM6/src/ALE/regrid_interp.F90
2323
MOM6/src/ALE/regrid_solvers.F90
24-
MOM6/src/ALE/remapping_attic.F90
24+
MOM6/src/ALE/Recon1d_EMPLM_CWK.F90
25+
MOM6/src/ALE/Recon1d_EMPLM_WA.F90
26+
MOM6/src/ALE/Recon1d_EMPLM_WA_poly.F90
27+
MOM6/src/ALE/Recon1d_EPPM_CWK.F90
28+
MOM6/src/ALE/Recon1d_MPLM_CWK.F90
29+
MOM6/src/ALE/Recon1d_MPLM_WA.F90
30+
MOM6/src/ALE/Recon1d_MPLM_WA_poly.F90
31+
MOM6/src/ALE/Recon1d_PCM.F90
32+
MOM6/src/ALE/Recon1d_PLM_CW.F90
33+
MOM6/src/ALE/Recon1d_PLM_CWK.F90
34+
MOM6/src/ALE/Recon1d_PLM_hybgen.F90
35+
MOM6/src/ALE/Recon1d_PPM_CW.F90
36+
MOM6/src/ALE/Recon1d_PPM_CWK.F90
37+
MOM6/src/ALE/Recon1d_PPM_H4_2018.F90
38+
MOM6/src/ALE/Recon1d_PPM_H4_2019.F90
39+
MOM6/src/ALE/Recon1d_PPM_hybgen.F90
40+
MOM6/src/ALE/Recon1d_type.F90
2541

2642
MOM6/src/core/MOM.F90
2743
MOM6/src/core/MOM_CoriolisAdv.F90
@@ -61,6 +77,7 @@ list(APPEND mom6_src_files
6177
MOM6/src/diagnostics/MOM_obsolete_params.F90
6278
MOM6/src/diagnostics/MOM_sum_output.F90
6379
MOM6/src/diagnostics/MOM_wave_speed.F90
80+
MOM6/src/diagnostics/MOM_diagnose_KdWork.F90
6481

6582
MOM6/src/equation_of_state/MOM_EOS_base_type.F90
6683
MOM6/src/equation_of_state/MOM_EOS.F90
@@ -141,6 +158,8 @@ list(APPEND mom6_src_files
141158
MOM6/src/framework/MOM_unit_testing.F90
142159
MOM6/src/framework/MOM_write_cputime.F90
143160
MOM6/src/framework/testing/MOM_file_parser_tests.F90
161+
MOM6/src/framework/MOM_murmur_hash.F90
162+
MOM6/src/framework/numerical_testing_type.F90
144163

145164
MOM6/src/ice_shelf/MOM_ice_shelf.F90
146165
MOM6/src/ice_shelf/MOM_ice_shelf_diag_mediator.F90
@@ -208,13 +227,13 @@ list(APPEND mom6_src_files
208227
MOM6/src/parameterizations/CVmix/cvmix_utils.F90
209228

210229
MOM6/src/parameterizations/stochastic/MOM_stochastics.F90
230+
MOM6/src/parameterizations/lateral/MOM_wave_drag.F90
211231

212232
MOM6/src/tracer/DOME_tracer.F90
213233

214234
MOM6/src/tracer/ISOMIP_tracer.F90
215235

216236
MOM6/src/tracer/MOM_OCMIP2_CFC.F90
217-
MOM6/src/tracer/MOM_generic_tracer.F90
218237
MOM6/src/tracer/MOM_hor_bnd_diffusion.F90
219238
MOM6/src/tracer/MOM_neutral_diffusion.F90
220239
MOM6/src/tracer/nw2_tracers.F90
@@ -239,6 +258,7 @@ list(APPEND mom6_src_files
239258
MOM6/src/tracer/MOM_CFC_cap.F90
240259
MOM6/src/tracer/MARBL_forcing_mod.F90
241260
MOM6/src/tracer/MARBL_tracers.F90
261+
MOM6/src/tracer/MOM_tracer_advect_schemes.F90
242262

243263
MOM6/src/user/BFB_initialization.F90
244264
MOM6/src/user/BFB_surface_forcing.F90
@@ -282,6 +302,7 @@ list(APPEND mom6_src_files
282302
MOM6/config_src/external/GFDL_ocean_BGC/FMS_coupler_util.F90
283303
MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer.F90
284304
MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer_utils.F90
305+
MOM6/config_src/external/GFDL_ocean_BGC/MOM_generic_tracer.F90
285306
MOM6/config_src/external/ODA_hooks/kdtree.f90
286307
MOM6/config_src/external/ODA_hooks/ocean_da_core.F90
287308
MOM6/config_src/external/ODA_hooks/ocean_da_types.F90
@@ -324,6 +345,7 @@ list(APPEND mom6_nuopc_src_files
324345
MOM6/config_src/drivers/unit_tests/test_MOM_remapping.F90
325346
MOM6/config_src/drivers/timing_tests/time_MOM_EOS.F90
326347
MOM6/config_src/drivers/timing_tests/time_MOM_remapping.F90
348+
MOM6/config_src/drivers/unit_tests/test_numerical_testing_type.F90
327349
)
328350

329351
list(APPEND mom6_nuopc_src_files

tests/logs/OpnReqTests_control_p8_hera.log

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Tue Jun 24 20:10:36 UTC 2025
1+
Fri Jun 27 15:04:20 UTC 2025
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
6-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/bit_base_bit_base
5+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
6+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 249.823758
55-
0: The maximum resident set size (KB) = 1581264
54+
0: The total amount of wall time = 246.755611
55+
0: The maximum resident set size (KB) = 1575820
5656

5757
Test bit_base PASS
5858

5959

60-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
61-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dbg_base_dbg_base
60+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
61+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 858.643356
110-
0: The maximum resident set size (KB) = 1546540
109+
0: The total amount of wall time = 846.076818
110+
0: The maximum resident set size (KB) = 1559064
111111

112112
Test dbg_base PASS
113113

114114

115-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
116-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dcp_dcp
115+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
116+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.367319
164-
0: The maximum resident set size (KB) = 1550736
163+
0: The total amount of wall time = 224.054882
164+
0: The maximum resident set size (KB) = 1553804
165165

166166
Test dcp PASS
167167

168168

169-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
170-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/mpi_mpi
169+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
170+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 225.850178
218-
0: The maximum resident set size (KB) = 1543856
217+
0: The total amount of wall time = 222.347102
218+
0: The maximum resident set size (KB) = 1554868
219219

220220
Test mpi PASS
221221

222222

223-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
224-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/rst_rst
223+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
224+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 232.289501
272-
0: The maximum resident set size (KB) = 1542060
271+
0: The total amount of wall time = 225.240632
272+
0: The maximum resident set size (KB) = 1558572
273273

274274
Test rst PASS
275275

276276

277-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
278-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/std_base_std_base
277+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
278+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 226.698488
327-
0: The maximum resident set size (KB) = 1550968
326+
0: The total amount of wall time = 226.779885
327+
0: The maximum resident set size (KB) = 1555376
328328

329329
Test std_base PASS
330330

331331

332-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
333-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/thr_thr
332+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
333+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.358323
381-
0: The maximum resident set size (KB) = 1553328
380+
0: The total amount of wall time = 222.987354
381+
0: The maximum resident set size (KB) = 1543748
382382

383383
Test thr PASS
384384

385385
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
386-
Tue Jun 24 21:16:12 UTC 2025
386+
Fri Jun 27 16:09:56 UTC 2025
387387
Elapsed time: 01h:05m:37s. Have a nice day!

tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Tue Jun 24 18:40:21 UTC 2025
1+
Fri Jun 27 16:45:53 UTC 2025
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
6-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/dbg_base_dbg_base
5+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
6+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 2261.852958
70-
0: The maximum resident set size (KB) = 1648304
69+
0: The total amount of wall time = 2324.545092
70+
0: The maximum resident set size (KB) = 1639416
7171

7272
Test dbg_base PASS
7373

7474

75-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
76-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/rst_rst
75+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
76+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 585.848967
139-
0: The maximum resident set size (KB) = 1642544
138+
0: The total amount of wall time = 582.123517
139+
0: The maximum resident set size (KB) = 1645904
140140

141141
Test rst PASS
142142

143143

144-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
145-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/std_base_std_base
144+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
145+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 577.934275
209-
0: The maximum resident set size (KB) = 1654020
208+
0: The total amount of wall time = 573.454002
209+
0: The maximum resident set size (KB) = 1643740
210210

211211
Test std_base PASS
212212

213213
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
214-
Tue Jun 24 20:10:35 UTC 2025
215-
Elapsed time: 01h:30m:19s. Have a nice day!
214+
Fri Jun 27 18:27:02 UTC 2025
215+
Elapsed time: 01h:41m:09s. Have a nice day!
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Tue Jun 24 17:45:28 UTC 2025
1+
Fri Jun 27 18:47:23 UTC 2025
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
6-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/bit_base_bit_base
5+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
6+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 611.792812
19-
0: The maximum resident set size (KB) = 897144
18+
0: The total amount of wall time = 606.176814
19+
0: The maximum resident set size (KB) = 902992
2020

2121
Test bit_base PASS
2222

2323

24-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
25-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/dcp_dcp
24+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
25+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 492.213525
37-
0: The maximum resident set size (KB) = 858640
36+
0: The total amount of wall time = 494.271593
37+
0: The maximum resident set size (KB) = 868508
3838

3939
Test dcp PASS
4040

4141

42-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
43-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/std_base_std_base
42+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
43+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 489.451214
56-
0: The maximum resident set size (KB) = 866024
55+
0: The total amount of wall time = 492.141440
56+
0: The maximum resident set size (KB) = 857252
5757

5858
Test std_base PASS
5959

6060

61-
baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
62-
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/thr_thr
61+
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
62+
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 491.404903
74-
0: The maximum resident set size (KB) = 852864
73+
0: The total amount of wall time = 482.676207
74+
0: The maximum resident set size (KB) = 867420
7575

7676
Test thr PASS
7777

7878
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
79-
Tue Jun 24 18:40:16 UTC 2025
80-
Elapsed time: 00h:54m:48s. Have a nice day!
79+
Fri Jun 27 19:42:05 UTC 2025
80+
Elapsed time: 00h:54m:42s. Have a nice day!

0 commit comments

Comments
 (0)