Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
dfdc347
initial commit for cdeps inline capability
uturuncoglu Aug 27, 2023
723d6c3
sync components
uturuncoglu Dec 22, 2023
52f3531
Merge remote-tracking branch 'upstream/develop' into feature/inline
uturuncoglu Dec 22, 2023
c2bed51
update FV3
uturuncoglu Dec 22, 2023
7340fc7
sync model
uturuncoglu Dec 22, 2023
ea5a667
mode work for cdeps inline
uturuncoglu Jan 25, 2024
70f0b07
update FV3
uturuncoglu Feb 23, 2024
914a87b
update fv3
uturuncoglu Feb 27, 2024
9060251
update fv3
uturuncoglu Feb 27, 2024
87a7c76
sync components
uturuncoglu Jul 12, 2024
f8840fd
sync model
uturuncoglu Jul 15, 2024
76a0076
update fv3
uturuncoglu Oct 20, 2024
7d6491a
sync components
uturuncoglu Jul 9, 2025
8c400ea
sync fv3
uturuncoglu Jul 9, 2025
b8a13c8
Merge remote-tracking branch 'upstream/develop' into feature/inline_sync
uturuncoglu Jul 9, 2025
a5142a5
update CMEPS
uturuncoglu Jul 9, 2025
1d10366
more work for sync
uturuncoglu Jul 9, 2025
6c762cd
remove change in app
uturuncoglu Jul 9, 2025
dd5648b
update fv3
uturuncoglu Jul 9, 2025
db162cf
sync CMEPS
uturuncoglu Jul 9, 2025
f692160
sync CDEPS
uturuncoglu Jul 9, 2025
575384a
update fv3
uturuncoglu Jul 13, 2025
65aec1b
update FV3
uturuncoglu Jul 14, 2025
e08a6e7
add new RT
uturuncoglu Jul 24, 2025
037919c
update FV3
uturuncoglu Jul 24, 2025
5e43801
update baseline files for new RT
uturuncoglu Jul 25, 2025
5b1e2c4
increase wall clock time
uturuncoglu Jul 28, 2025
0ab5072
update FV3
uturuncoglu Jul 28, 2025
1ef7ae2
sync components
uturuncoglu Jul 28, 2025
ec5489d
Merge remote-tracking branch 'upstream/develop' into feature/inline_sync
uturuncoglu Jul 28, 2025
25a549e
minor fix for new test - baseline added
uturuncoglu Jul 28, 2025
e35e58f
update fv3
uturuncoglu Jul 29, 2025
6b23f1f
sync components
uturuncoglu Sep 18, 2025
98a7468
sync model
uturuncoglu Sep 18, 2025
371399d
update ufsatm
uturuncoglu Sep 18, 2025
e21ccad
fix issue with ufsatm
uturuncoglu Sep 18, 2025
ed24e76
fix issue with ufsatm
uturuncoglu Sep 18, 2025
42f5032
push log file
uturuncoglu Sep 18, 2025
d92d468
fix test
uturuncoglu Sep 20, 2025
a0f496d
sync components
uturuncoglu Oct 15, 2025
3420047
minor fix in new test
uturuncoglu Oct 15, 2025
fe3f0a9
sync model
uturuncoglu Oct 15, 2025
99e6c05
fix issue with sub-component
uturuncoglu Oct 15, 2025
fcde436
add Ursa RT log and test_changes.list
gspetro-NOAA Oct 16, 2025
c0bf533
sync components
uturuncoglu Dec 27, 2025
863908a
sync model
uturuncoglu Dec 27, 2025
358bcc5
fix input directory
uturuncoglu Dec 27, 2025
7446016
sync model
uturuncoglu Dec 30, 2025
031e6f3
update ufsatm
uturuncoglu Jan 2, 2026
f741baa
sync ufsatm and cmeps
uturuncoglu Jan 8, 2026
e8de138
Merge remote-tracking branch 'upstream/develop' into feature/inline_sync
uturuncoglu Jan 8, 2026
ec21497
point CMEPS branch
uturuncoglu Jan 9, 2026
9d418de
sync UFSATM
uturuncoglu Jan 13, 2026
8ddba2f
sync WW3
uturuncoglu Jan 13, 2026
5b55b75
Merge remote-tracking branch 'upstream/develop' into feature/inline_sync
uturuncoglu Jan 13, 2026
c36101b
sync components
uturuncoglu Jan 15, 2026
86ebc49
Merge remote-tracking branch 'upstream/develop' into feature/inline_sync
uturuncoglu Jan 15, 2026
22557fa
test_changes.list
gspetro-NOAA Jan 15, 2026
4f14d7f
resolve conflict in test_changes.list
gspetro-NOAA Jan 15, 2026
633608e
update bl_date.conf
gspetro-NOAA Jan 15, 2026
7b3a326
hercules rt log - passed
gspetro-NOAA Jan 15, 2026
cc62b53
orion rt log - passed
gspetro-NOAA Jan 15, 2026
761fa23
derecho rt log - passed
gspetro-NOAA Jan 15, 2026
c15a8a7
hera rt log - passed
gspetro-NOAA Jan 15, 2026
56c69ae
gaea rt log - passed
gspetro-NOAA Jan 16, 2026
aea81e0
ORT Jobs Completed.
epic-cicd-jenkins Jan 16, 2026
5e1d2ed
ursa rt log - passed
gspetro-NOAA Jan 16, 2026
e130b54
Acorn RT Log: Passed
BrianCurtis-NOAA Jan 16, 2026
ef8db45
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Jan 16, 2026
737c131
update UFSATM and CMEPS
uturuncoglu Jan 16, 2026
62d3005
Merge branch 'feature/inline_sync' of https://github.com/uturuncoglu/…
uturuncoglu Jan 16, 2026
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 CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ if(FMS)
endif()
endif()

if(CMEPS)
if(CMEPS OR CDEPS)
find_package(PIO 2.5.3 REQUIRED COMPONENTS C Fortran)
endif()

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=20260113
export BL_DATE=20260115
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2486,6 +2486,7 @@ export DIAG_TABLE=diag_table_hrrr
export MODEL_CONFIGURE=model_configure_rrfs_conus13km.IN
export DIAG_TABLE_ADDITIONAL=diag_additional_rrfs_smoke
export FRAC_ICE=.true.
export USE_CDEPS_INLINE=.false.
}

export_rap_common()
Expand Down
15 changes: 15 additions & 0 deletions tests/fv3_conf/rrfs_cdeps_inline_run.IN
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
rm -fr INPUT RESTART
mkdir INPUT RESTART

cp -r @[INPUTDATA_ROOT]/FV3_input_data_cdeps_inline/INPUT .
cp -r @[INPUTDATA_ROOT]/FV3_input_data_cdeps_inline/INPUT_DATA .
cp @[INPUTDATA_ROOT]/FV3_input_data_cdeps_inline/stream.config .
cp @[INPUTDATA_ROOT]/FV3_aeroclim/* .

## Thompson MP lookup tables - copy standard and SIONlib tables of precomputed tables
if [ $IMP_PHYSICS = 8 ]; then
cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat .
cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat .
cp @[INPUTDATA_ROOT]/FV3_fix/freezeH2O.dat .
cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN .
fi
48 changes: 24 additions & 24 deletions tests/logs/OpnReqTests_control_p8_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Thu Jan 15 03:14:36 UTC 2026
Fri Jan 16 04:42:53 UTC 2026
Start Operation Requirement Test


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_1643806/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 253.061024
0: The maximum resident set size (KB) = 1544592
0: The total amount of wall time = 253.360317
0: The maximum resident set size (KB) = 1544308

Test bit_base PASS


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_1643806/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 875.210989
0: The maximum resident set size (KB) = 1517952
0: The total amount of wall time = 882.142226
0: The maximum resident set size (KB) = 1528264

Test dbg_base PASS


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_1643806/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 232.096512
0: The maximum resident set size (KB) = 1525868
0: The total amount of wall time = 229.731542
0: The maximum resident set size (KB) = 1526064

Test dcp PASS


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_1643806/mpi_mpi
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 230.687342
0: The maximum resident set size (KB) = 1515840
0: The total amount of wall time = 230.223718
0: The maximum resident set size (KB) = 1537592

Test mpi PASS


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_1643806/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 228.674138
0: The maximum resident set size (KB) = 1510888
0: The total amount of wall time = 231.807756
0: The maximum resident set size (KB) = 1527432

Test rst PASS


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_1643806/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 229.032290
0: The maximum resident set size (KB) = 1510532
0: The total amount of wall time = 231.247668
0: The maximum resident set size (KB) = 1535436

Test std_base PASS


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_1643806/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2774113/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 = 231.384966
0: The maximum resident set size (KB) = 1524508
0: The total amount of wall time = 230.659561
0: The maximum resident set size (KB) = 1523928

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Jan 15 04:19:25 UTC 2026
Elapsed time: 01h:04m:49s. Have a nice day!
Fri Jan 16 06:01:20 UTC 2026
Elapsed time: 01h:18m:27s. Have a nice day!
24 changes: 12 additions & 12 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 @@
Thu Jan 15 01:50:26 UTC 2026
Fri Jan 16 03:14:53 UTC 2026
Start Operation Requirement Test


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_1024513/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2144072/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 = 2310.819366
0: The maximum resident set size (KB) = 1634632
0: The total amount of wall time = 2319.092126
0: The maximum resident set size (KB) = 1633152

Test dbg_base PASS


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_1024513/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2144072/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 = 585.864624
0: The maximum resident set size (KB) = 1653948
0: The total amount of wall time = 583.017631
0: The maximum resident set size (KB) = 1633152

Test rst PASS


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_1024513/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2144072/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 = 580.713935
0: The maximum resident set size (KB) = 1638084
0: The total amount of wall time = 583.254882
0: The maximum resident set size (KB) = 1641976

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Jan 15 03:14:36 UTC 2026
Elapsed time: 01h:24m:11s. Have a nice day!
Fri Jan 16 04:42:53 UTC 2026
Elapsed time: 01h:28m:00s. Have a nice day!
30 changes: 15 additions & 15 deletions tests/logs/OpnReqTests_regional_control_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Thu Jan 15 00:56:55 UTC 2026
Fri Jan 16 02:20:45 UTC 2026
Start Operation Requirement Test


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_893823/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1894624/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 = 615.591069
0: The maximum resident set size (KB) = 880664
0: The total amount of wall time = 619.833403
0: The maximum resident set size (KB) = 890800

Test bit_base PASS


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_893823/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1894624/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 = 501.779052
0: The maximum resident set size (KB) = 865468
0: The total amount of wall time = 503.023956
0: The maximum resident set size (KB) = 850648

Test dcp PASS


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_893823/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1894624/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 = 497.337415
0: The maximum resident set size (KB) = 862984
0: The total amount of wall time = 506.866943
0: The maximum resident set size (KB) = 853552

Test std_base PASS


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_893823/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1894624/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 = 504.865255
0: The maximum resident set size (KB) = 863000
0: The total amount of wall time = 500.230750
0: The maximum resident set size (KB) = 854784

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Jan 15 01:50:25 UTC 2026
Elapsed time: 00h:53m:30s. Have a nice day!
Fri Jan 16 03:14:53 UTC 2026
Elapsed time: 00h:54m:08s. Have a nice day!
Loading