Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
7067f3d
Update .gitmodule file
dustinswales Apr 15, 2025
ba23c92
Changes to use single precision in rte-rrtmgp CCPP interface
dustinswales Apr 21, 2025
4683b85
Update RRTMGP tests
dustinswales Apr 21, 2025
b90ee29
Fix MPI types in broadcast calls
dustinswales Apr 21, 2025
7cf6dc8
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Apr 21, 2025
f57fadb
Add RT for SP RTERRTMGP
dustinswales Apr 21, 2025
45c6812
Update ATM
dustinswales May 29, 2025
eebc833
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales May 29, 2025
292c8dd
Merge in Qingfu's GP branch
dustinswales May 29, 2025
554e049
Updated FV3
dustinswales Jul 22, 2025
75a7282
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Jul 22, 2025
246cb54
Update physics
dustinswales Jul 22, 2025
d8290b2
Cleanup GP options in RTs
dustinswales Jul 23, 2025
ccf1579
Fix typo
dustinswales Jul 25, 2025
85d391a
Update framework hash. Update to metadata.
dustinswales Jul 28, 2025
dc798e4
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Jul 28, 2025
e74eb3f
Updated ccpp/framework
dustinswales Jul 28, 2025
b3bcf87
Fix FV3 hash
dustinswales Jul 30, 2025
a02f581
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Jul 30, 2025
ef7d417
Update FV3
dustinswales Sep 5, 2025
c45679e
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Sep 5, 2025
33be995
Update ufsatm hash
dustinswales Sep 5, 2025
fbe8a68
Update RT logs for URSA.
dustinswales Sep 8, 2025
40c2e07
Update UFSATM
dustinswales Sep 8, 2025
47a8cb4
Update UFSATM
dustinswales Sep 15, 2025
d5b29fa
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Sep 15, 2025
d0f21a5
Update ATM
dustinswales Sep 18, 2025
317c339
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Sep 18, 2025
99785e8
Merge branch 'develop' into feature/rte-rrtmgp-v1.8
grantfirl Oct 3, 2025
cdffcb6
Merge branch 'develop' into feature/rte-rrtmgp-v1.8
grantfirl Oct 7, 2025
6a87663
Update bl_date.conf
FernandoAndrade-NOAA Oct 7, 2025
81c2308
orion rt log - passed
gspetro-NOAA Oct 8, 2025
4058667
remove obsolete RRTMGP namelist variables
grantfirl Oct 8, 2025
7446fec
hercules rt log - passed
gspetro-NOAA Oct 8, 2025
eb41bc8
add hera RT log passed
FernandoAndrade-NOAA Oct 8, 2025
f7de7bd
add gaeaC5 RT log passed
FernandoAndrade-NOAA Oct 8, 2025
b9c42ea
Acorn RT Log: Passed
BrianCurtis-NOAA Oct 9, 2025
bb07fff
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Oct 9, 2025
1a99e7b
ORT Jobs Completed.
epic-cicd-jenkins Oct 9, 2025
fe20d1d
add ursa RT log passed
FernandoAndrade-NOAA Oct 9, 2025
00093ec
hash update and revert change in gitmodules
jkbk2004 Oct 10, 2025
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: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ message("FIRE_BEHAVIOR .... ${FIRE_BEHAVIOR}")
###############################################################################
set(32BIT OFF CACHE BOOL "Enable 32BIT (single precision arithmetic in dycore and fast physics)")
set(CCPP_32BIT OFF CACHE BOOL "Enable CCPP_32BIT (single precision arithmetic in slow physics)")
set(RRTMGP_32BIT OFF CACHE BOOL "Enable 32BIT (single precision arithmetic in rte-rrtmgp radiation)")
set(AVX2 ON CACHE BOOL "Enable AVX2 instruction set")
set(AVX OFF CACHE BOOL "Enable AVX-I instruction set")
set(SIMDMULTIARCH OFF CACHE BOOL "Enable multi-target SIMD instruction sets")
Expand Down Expand Up @@ -118,6 +119,7 @@ endif()
message("")
message("32BIT ............ ${32BIT}")
message("CCPP_32BIT ....... ${CCPP_32BIT}")
message("RRTMGP_32BIT ..... ${RRTMGP_32BIT}")
message("AVX2 ............. ${AVX2}")
message("SIMDMULTIARCH .... ${SIMDMULTIARCH}")
message("DEBUG ............ ${DEBUG}")
Expand Down
1 change: 0 additions & 1 deletion tests-dev/test_cases/parm/baroclinic_wave.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
rrtmgp_nGptsLW = 128
rrtmgp_nBandsLW = 16
rrtmgp_nBandsSW = 14
doGP_cldoptics_LUT = .false.
doGP_lwscat = .false.
do_sppt = .false.
do_shum = .false.
Expand Down
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export BL_DATE=20251002
export BL_DATE=20251007
8 changes: 2 additions & 6 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ export FV3_RUN=control_run.IN
export INPUT_NML=control.nml.IN
export CCPP_SUITE=FV3_GFS_v16

export DOGP_CLDOPTICS_LUT=.false.
export DOGP_LWSCAT=.false.
export IAER=111
export ICLIQ_SW=1
Expand Down Expand Up @@ -647,7 +646,6 @@ export_gfs_physics ()
export HYBEDMF=.false.
# RRTMGP
export DO_RRTMGP=.false.
export DOGP_CLDOPTICS_LUT=.true.
export DOGP_LWSCAT=.true.
export DOGP_SGS_CNV=.true.
export USE_LW_JACOBIAN=.false.
Expand Down Expand Up @@ -986,9 +984,8 @@ export TTENDLIM=-999

# Radiation
export DO_RRTMGP=.false.
export DOGP_CLDOPTICS_LUT=.true.
export DOGP_LWSCAT=.true.
export DOGP_SGS_CNV=.true.
export DOGP_SGS_CNV=.false.
export USE_LW_JACOBIAN=.false.
export DAMP_LW_FLUXADJ=.false.
export RRTMGP_LW_PHYS_BLKSZ=2
Expand Down Expand Up @@ -1875,9 +1872,8 @@ export LSEASPRAY=.true.

# RRTMGP
export DO_RRTMGP=.false.
export DOGP_CLDOPTICS_LUT=.true.
export DOGP_LWSCAT=.true.
export DOGP_SGS_CNV=.true.
export DOGP_SGS_CNV=.false.

# CA
export DO_CA=.true.
Expand Down
62 changes: 31 additions & 31 deletions tests/logs/OpnReqTests_control_p8_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Mon Oct 6 15:48:40 UTC 2025
Wed Oct 8 23:13:09 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/bit_base_bit_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/bit_base_bit_base
Checking test bit_base results ....
Moving baseline bit_base files ....
Moving sfcf000.nc .........OK
Expand Down Expand Up @@ -51,14 +51,14 @@ Moving baseline bit_base files ....
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK

0: The total amount of wall time = 196.765241
0: The maximum resident set size (KB) = 2066076
0: The total amount of wall time = 250.557703
0: The maximum resident set size (KB) = 1545796

Test bit_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/dbg_base_dbg_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/dbg_base_dbg_base
Checking test dbg_base results ....
Moving baseline dbg_base files ....
Moving sfcf000.nc .........OK
Expand Down Expand Up @@ -106,14 +106,14 @@ Moving baseline dbg_base files ....
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK

0: The total amount of wall time = 1785.140708
0: The maximum resident set size (KB) = 2034728
0: The total amount of wall time = 875.891333
0: The maximum resident set size (KB) = 1533348

Test dbg_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/dcp_dcp
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/dcp_dcp
Checking test dcp results ....
Comparing sfcf000.nc .....USING NCCMP......OK
Comparing sfcf021.nc .....USING NCCMP......OK
Expand Down Expand Up @@ -160,14 +160,14 @@ Checking test dcp results ....
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK

0: The total amount of wall time = 176.147412
0: The maximum resident set size (KB) = 2007132
0: The total amount of wall time = 230.443676
0: The maximum resident set size (KB) = 1528124

Test dcp PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/mpi_mpi
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/mpi_mpi
Checking test mpi results ....
Comparing sfcf000.nc .....USING NCCMP......OK
Comparing sfcf021.nc .....USING NCCMP......OK
Expand Down Expand Up @@ -214,14 +214,14 @@ Checking test mpi results ....
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK

0: The total amount of wall time = 173.387151
0: The maximum resident set size (KB) = 2012656
0: The total amount of wall time = 226.151432
0: The maximum resident set size (KB) = 1540944

Test mpi PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/rst_rst
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/rst_rst
Checking test rst results ....
Comparing sfcf000.nc .....USING NCCMP......OK
Comparing sfcf021.nc .....USING NCCMP......OK
Expand Down Expand Up @@ -268,14 +268,14 @@ Checking test rst results ....
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK

0: The total amount of wall time = 171.871550
0: The maximum resident set size (KB) = 2006720
0: The total amount of wall time = 227.315474
0: The maximum resident set size (KB) = 1531888

Test rst PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/std_base_std_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/std_base_std_base
Checking test std_base results ....
Moving baseline std_base files ....
Moving sfcf000.nc .........OK
Expand Down Expand Up @@ -323,14 +323,14 @@ Moving baseline std_base files ....
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK

0: The total amount of wall time = 174.154724
0: The maximum resident set size (KB) = 1997872
0: The total amount of wall time = 229.300636
0: The maximum resident set size (KB) = 1531176

Test std_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_4119888/thr_thr
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2280223/thr_thr
Checking test thr results ....
Comparing sfcf000.nc .....USING NCCMP......OK
Comparing sfcf021.nc .....USING NCCMP......OK
Expand Down Expand Up @@ -377,11 +377,11 @@ Checking test thr results ....
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK

0: The total amount of wall time = 171.770336
0: The maximum resident set size (KB) = 2018132
0: The total amount of wall time = 228.619614
0: The maximum resident set size (KB) = 1528920

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Mon Oct 6 17:12:54 UTC 2025
Elapsed time: 01h:24m:14s. Have a nice day!
Thu Oct 9 00:56:07 UTC 2025
Elapsed time: 01h:42m:59s. Have a nice day!
30 changes: 15 additions & 15 deletions tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Mon Oct 6 18:25:35 UTC 2025
Wed Oct 8 21:36:28 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1422014/dbg_base_dbg_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/dbg_base_dbg_base
Checking test dbg_base results ....
Moving baseline dbg_base files ....
Moving sfcf021.tile1.nc .........OK
Expand Down Expand Up @@ -66,14 +66,14 @@ Moving baseline dbg_base files ....
Moving RESTART/iced.2021-03-23-21600.nc .........OK
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK

0: The total amount of wall time = 4458.766101
0: The maximum resident set size (KB) = 2206556
0: The total amount of wall time = 2257.865417
0: The maximum resident set size (KB) = 1648064

Test dbg_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1422014/rst_rst
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/rst_rst
Checking test rst results ....
Comparing sfcf021.tile1.nc .....USING NCCMP......OK
Comparing sfcf021.tile2.nc .....USING NCCMP......OK
Expand Down Expand Up @@ -135,14 +135,14 @@ Checking test rst results ....
Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK
Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK

0: The total amount of wall time = 365.629423
0: The maximum resident set size (KB) = 2185276
0: The total amount of wall time = 584.941874
0: The maximum resident set size (KB) = 1641916

Test rst PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1422014/std_base_std_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2069079/std_base_std_base
Checking test std_base results ....
Moving baseline std_base files ....
Moving sfcf021.tile1.nc .........OK
Expand Down Expand Up @@ -205,11 +205,11 @@ Moving baseline std_base files ....
Moving RESTART/iced.2021-03-23-21600.nc .........OK
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK

0: The total amount of wall time = 370.416611
0: The maximum resident set size (KB) = 2185384
0: The total amount of wall time = 580.889446
0: The maximum resident set size (KB) = 1632540

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Mon Oct 6 21:13:37 UTC 2025
Elapsed time: 02h:48m:04s. Have a nice day!
Wed Oct 8 23:13:08 UTC 2025
Elapsed time: 01h:36m:41s. Have a nice day!
38 changes: 19 additions & 19 deletions tests/logs/OpnReqTests_regional_control_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Mon Oct 6 14:52:27 UTC 2025
Wed Oct 8 20:29:12 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3928339/bit_base_bit_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/bit_base_bit_base
Checking test bit_base results ....
Moving baseline bit_base files ....
Moving dynf000.nc .........OK
Expand All @@ -15,14 +15,14 @@ Moving baseline bit_base files ....
Moving NATLEV.GrbF00 .........OK
Moving NATLEV.GrbF06 .........OK

0: The total amount of wall time = 414.629574
0: The maximum resident set size (KB) = 1381536
0: The total amount of wall time = 606.612629
0: The maximum resident set size (KB) = 891092

Test bit_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3928339/dcp_dcp
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/dcp_dcp
Checking test dcp results ....
Comparing dynf000.nc .....USING NCCMP......OK
Comparing dynf006.nc .....USING NCCMP......OK
Expand All @@ -33,14 +33,14 @@ Checking test dcp results ....
Comparing NATLEV.GrbF00 .....USING CMP......OK
Comparing NATLEV.GrbF06 .....USING CMP......OK

0: The total amount of wall time = 311.794489
0: The maximum resident set size (KB) = 1220872
0: The total amount of wall time = 490.049934
0: The maximum resident set size (KB) = 854452

Test dcp PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3928339/std_base_std_base
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/std_base_std_base
Checking test std_base results ....
Moving baseline std_base files ....
Moving dynf000.nc .........OK
Expand All @@ -52,14 +52,14 @@ Moving baseline std_base files ....
Moving NATLEV.GrbF00 .........OK
Moving NATLEV.GrbF06 .........OK

0: The total amount of wall time = 307.693426
0: The maximum resident set size (KB) = 1223796
0: The total amount of wall time = 492.148056
0: The maximum resident set size (KB) = 863932

Test std_base PASS


baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_3928339/thr_thr
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1331695/thr_thr
Checking test thr results ....
Comparing dynf000.nc .....USING NCCMP......OK
Comparing dynf006.nc .....USING NCCMP......OK
Expand All @@ -70,11 +70,11 @@ Checking test thr results ....
Comparing NATLEV.GrbF00 .....USING CMP......OK
Comparing NATLEV.GrbF06 .....USING CMP......OK

0: The total amount of wall time = 310.090349
0: The maximum resident set size (KB) = 1225332
0: The total amount of wall time = 493.580959
0: The maximum resident set size (KB) = 863688

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Mon Oct 6 15:44:17 UTC 2025
Elapsed time: 00h:51m:50s. Have a nice day!
Wed Oct 8 21:36:27 UTC 2025
Elapsed time: 01h:07m:15s. Have a nice day!
Loading