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
00d1ed4
Fix rrfs (conus13km) decomp tests
DusanJovic-NOAA Mar 25, 2025
96ecd37
Temporarily add config file for rrfs conus13km testing. DO NOT MERGE
DusanJovic-NOAA Mar 25, 2025
0977b63
Bind omp threads to cores on wcoss2
DusanJovic-NOAA Mar 25, 2025
1375b5d
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA Mar 25, 2025
21fa133
Update FV3 and re-enable rrfs conus13km restart tests
DusanJovic-NOAA Mar 26, 2025
14347eb
Update FV3
DusanJovic-NOAA May 19, 2025
8ac305f
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA May 19, 2025
e193dd7
Remove rrfs_for_testing_do_not_merge.conf
DusanJovic-NOAA May 23, 2025
f418374
Update test_changes.list
DusanJovic-NOAA May 23, 2025
1aee1d9
Update FV3
DusanJovic-NOAA May 23, 2025
b62ae75
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA May 23, 2025
26f90f5
Update logs/RegressionTests_hera.log against current baselines, conus…
DusanJovic-NOAA May 23, 2025
e089374
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA May 23, 2025
e4b6abe
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA May 27, 2025
4e8853c
Update FV3
DusanJovic-NOAA Jun 23, 2025
2b0436a
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA Jun 23, 2025
d3ba91d
Update FV3
DusanJovic-NOAA Jul 22, 2025
a8d941c
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA Jul 22, 2025
d12f7bb
Update FV3
DusanJovic-NOAA Aug 5, 2025
097f81f
Merge remote-tracking branch 'origin/develop' into rrfs_conus13km_tests
DusanJovic-NOAA Aug 5, 2025
d38f5e3
Update FV3
DusanJovic-NOAA Aug 5, 2025
d53093d
Update the detection of Hera/Ursa
DavidHuber-NOAA Aug 8, 2025
6b32e84
sync up fv3 feature branch
jkbk2004 Aug 11, 2025
c4a72ae
sync up against develop
jkbk2004 Aug 11, 2025
d1f1d3e
sync up ww3/mom6 hashes
jkbk2004 Aug 11, 2025
5a6bf0c
sync up cmeps hash
jkbk2004 Aug 11, 2025
b107d09
Update bl_date.conf
jkbk2004 Aug 11, 2025
e98beb6
Merge remote-tracking branch 'upstream/fix/detect_machine' into rrfs_…
jkbk2004 Aug 11, 2025
7acb86e
ORT Jobs Completed.
epic-cicd-jenkins Aug 11, 2025
d28b0d3
update AQM hash to sync with AQM develop
jkbk2004 Aug 11, 2025
ef7f8d6
add orion RT log: passed
jkbk2004 Aug 11, 2025
a7fab99
ORT Jobs Completed.
epic-cicd-jenkins Aug 12, 2025
24578d7
add hera RT log passed
FernandoAndrade-NOAA Aug 12, 2025
25f0992
add ursa RT log passed
FernandoAndrade-NOAA Aug 12, 2025
e1cc003
add gaeac6 RT log passed
FernandoAndrade-NOAA Aug 12, 2025
243a613
ORT Jobs Completed.
epic-cicd-jenkins Aug 12, 2025
c9dc465
add hercules RT log: pass
jkbk2004 Aug 12, 2025
008bf3c
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Aug 12, 2025
9617f8b
add derecho RT log: passed
jkbk2004 Aug 12, 2025
00d7aed
Acorn RT Log: Passed
BrianCurtis-NOAA Aug 12, 2025
a6b96ad
update fv3 hash and revert changes in gitmodules
jkbk2004 Aug 13, 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: 1 addition & 1 deletion AQM
Submodule AQM updated 0 files
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated from cd9200 to 65884b
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=20250806
export BL_DATE=20250811
4 changes: 2 additions & 2 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2088,8 +2088,8 @@ export SHAL_CNV=.false.
export DO_SAT_ADJ=.false.
export DO_DEEP=.false.
export CCPP_SUITE='FV3_HRRR'
export INPES=12
export JNPES=12
export INPES=10
export JNPES=8
export NPX=397
export NPY=233
export NPZ=65
Expand Down
15 changes: 9 additions & 6 deletions tests/detect_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,15 @@ elif [[ -d /lfs/h1 && ! -d /lfs/h3 ]]; then
elif [[ -d /mnt/lfs1 ]]; then
# We are on NOAA Jet
MACHINE_ID=jet
elif [[ -d /scratch1 ]]; then
# We are on NOAA Hera
MACHINE_ID=hera
elif [[ -d /collab1 ]]; then
# We are on NOAA Ursa
MACHINE_ID=ursa
elif [[ -d /scratch3 ]]; then
# We are on NOAA Hera or Ursa
mount=$(findmnt -n -o SOURCE /home)
if [[ ${mount} =~ "ursa" ]]; then
# We are on ursa
MACHINE_ID=ursa
elif [[ ${mount} =~ "hera" ]]; then
MACHINE_ID=hera
fi
elif [[ -d /work ]]; then
# We are on MSU Orion or Hercules
mount=$(findmnt -n -o SOURCE /home)
Expand Down
4 changes: 2 additions & 2 deletions tests/fv3_conf/fv3_qsub.IN_acorn
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#PBS -N @[JBNME]
#PBS -A @[ACCNR]
#PBS -q @[QUEUE]
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[TPN]:mpiprocs=@[TPN]:mem=500G
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD]:mem=500G
#PBS -l place=excl
#PBS -l walltime=00:@[WLCLK]:00

Expand Down Expand Up @@ -38,7 +38,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
false
fi

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

echo "Model ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
4 changes: 2 additions & 2 deletions tests/fv3_conf/fv3_qsub.IN_wcoss2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#PBS -N @[JBNME]
#PBS -A @[ACCNR]
#PBS -q @[QUEUE]
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[TPN]:mpiprocs=@[TPN]:mem=500G
#PBS -l place=vscatter,select=@[NODES]:ncpus=@[NCPUS]:mpiprocs=@[TPN]:ompthreads=@[THRD]:mem=500G
#PBS -l place=excl
#PBS -l walltime=00:@[WLCLK]:00

Expand Down Expand Up @@ -38,7 +38,7 @@ if [ "${JOB_SHOULD_FAIL:-NO}" = WHEN_RUNNING ] ; then
false
fi

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

echo "Model ended: " `date`
echo -n " $( date +%s )," >> job_timestamp.txt
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 Aug 7 21:15:08 UTC 2025
Tue Aug 12 05:26:57 UTC 2025
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_3593997/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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 = 250.691060
0: The maximum resident set size (KB) = 1567076
0: The total amount of wall time = 250.989289
0: The maximum resident set size (KB) = 1562780

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_3593997/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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 = 868.416753
0: The maximum resident set size (KB) = 1554348
0: The total amount of wall time = 863.847574
0: The maximum resident set size (KB) = 1553424

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_3593997/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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.942864
0: The maximum resident set size (KB) = 1542368
0: The total amount of wall time = 229.385009
0: The maximum resident set size (KB) = 1534920

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_3593997/mpi_mpi
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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 = 229.012956
0: The maximum resident set size (KB) = 1514324
0: The total amount of wall time = 234.547094
0: The maximum resident set size (KB) = 1519896

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_3593997/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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 = 230.517260
0: The maximum resident set size (KB) = 1519300
0: The total amount of wall time = 227.388849
0: The maximum resident set size (KB) = 1520548

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_3593997/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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.174248
0: The maximum resident set size (KB) = 1532716
0: The total amount of wall time = 228.023528
0: The maximum resident set size (KB) = 1533424

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_3593997/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_96884/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 = 226.191036
0: The maximum resident set size (KB) = 1532000
0: The total amount of wall time = 226.477711
0: The maximum resident set size (KB) = 1522904

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Aug 7 22:23:01 UTC 2025
Elapsed time: 01h:07m:54s. Have a nice day!
Tue Aug 12 06:30:14 UTC 2025
Elapsed time: 01h:03m:17s. 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 Aug 7 19:48:50 UTC 2025
Tue Aug 12 04:03:41 UTC 2025
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_3125544/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3504645/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 = 2311.998438
0: The maximum resident set size (KB) = 1663984
0: The total amount of wall time = 2291.504333
0: The maximum resident set size (KB) = 1637768

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_3125544/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3504645/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.427345
0: The maximum resident set size (KB) = 1629772
0: The total amount of wall time = 571.539200
0: The maximum resident set size (KB) = 1643668

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_3125544/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3504645/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 = 579.445871
0: The maximum resident set size (KB) = 1644760
0: The total amount of wall time = 576.801742
0: The maximum resident set size (KB) = 1643464

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Aug 7 21:15:07 UTC 2025
Elapsed time: 01h:26m:18s. Have a nice day!
Tue Aug 12 05:26:57 UTC 2025
Elapsed time: 01h:23m:32s. 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 Aug 7 18:50:30 UTC 2025
Tue Aug 12 03:10:13 UTC 2025
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_2909697/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3003315/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 = 610.967202
0: The maximum resident set size (KB) = 900380
0: The total amount of wall time = 612.231249
0: The maximum resident set size (KB) = 901604

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_2909697/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3003315/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 = 490.119031
0: The maximum resident set size (KB) = 870580
0: The total amount of wall time = 494.760997
0: The maximum resident set size (KB) = 867336

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_2909697/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3003315/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 = 494.985931
0: The maximum resident set size (KB) = 867440
0: The total amount of wall time = 491.090701
0: The maximum resident set size (KB) = 856800

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_2909697/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3003315/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 = 487.886508
0: The maximum resident set size (KB) = 858580
0: The total amount of wall time = 490.576819
0: The maximum resident set size (KB) = 856200

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Aug 7 19:48:49 UTC 2025
Elapsed time: 00h:58m:19s. Have a nice day!
Tue Aug 12 04:03:25 UTC 2025
Elapsed time: 00h:53m:12s. Have a nice day!
Loading