Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
533f940
Derecho update of rocoto and ecflow paths
Aug 12, 2025
232f96b
Derecho rt_utils.sh: wait longer to query completed job status
Aug 13, 2025
8056a36
update derecho job_card fv3_qsub.IN_derecho
Aug 13, 2025
c1a3007
Derecho: updated spack-stack, job_card, RT tests configurations
Aug 26, 2025
8076a14
Merge branch 'develop' into fix/derecho
natalie-perlin Aug 26, 2025
92149f4
use new Derecho spack-stack 1.9.2 environment built with ncarenv/24.12
Aug 29, 2025
c16d2bb
update job_card for Derecho
Aug 29, 2025
d7fdfbc
update for ecflow path on Derecho
Aug 29, 2025
d23b617
Merge remote-tracking branch 'origin2/fix/derecho' into fix/derecho
Aug 29, 2025
290bd0d
Merge remote-tracking branch 'origin/develop' into fix/derecho
Sep 2, 2025
913f2e6
New Derecho environment with spack-stack-1.9.2
Sep 2, 2025
9b26d36
Merge branch 'ufs-community:develop' into fix/derecho
natalie-perlin Sep 17, 2025
5af4b25
updates of modulefile and compile_qsub for derecho
Sep 17, 2025
93e19fb
Merge recent changes from develop branch into fix/derecho
Sep 17, 2025
0c638f2
update a script fv3_qsub.IN_derecho
Sep 24, 2025
6faed91
updates for derecho RTs
Sep 24, 2025
9016e69
Merge branch 'develop' into fix/derecho
natalie-perlin Sep 25, 2025
d995154
Merge branch 'develop' into fix/derecho
gspetro-NOAA Oct 6, 2025
e958136
Merge branch 'develop' into fix/derecho
gspetro-NOAA Oct 8, 2025
793f072
tests configurations updated for derecho
Sep 28, 2025
2be10e2
Merge branch 'fix/derecho' of github.com:natalie-perlin/ufs-weather-m…
Oct 21, 2025
c3ce609
Merge branch 'ufs-community:develop' into fix/derecho
natalie-perlin Oct 27, 2025
25fc5a9
updated module-setup.sh for Derecho and ufs_derecho.intel.lua modulefile
Oct 29, 2025
2ed1ff8
revert changes in fv3_qsub.IN_derecho to form a job_card
Oct 31, 2025
7a1be20
Merge remote-tracking branch 'upstream/develop' into fix/derecho
jkbk2004 Dec 2, 2025
db392e9
turn off derecho failed cases
jkbk2004 Dec 2, 2025
730237e
Merge branch 'ufs-community:develop' into fix/derecho
natalie-perlin Dec 5, 2025
7272405
Fix for derecho: use nccmp/1.9.0.1 module from spack-stack
Dec 5, 2025
3448a6c
Merge branch 'develop' into fix/derecho
natalie-perlin Dec 16, 2025
3dd60b6
Fix for modulefiles/ufs_derecho.gnu.lua: add env. compiler variables
Dec 19, 2025
625da45
Merge branch 'develop' into fix/derecho
natalie-perlin Dec 19, 2025
51b4bb2
Merge remote-tracking branch 'origin2/fix/derecho' into fix/derecho
Dec 19, 2025
7143f10
Enable GNU tests on Derecho
Dec 19, 2025
2287498
Merge branch 'develop' into fix/derecho
natalie-perlin Dec 24, 2025
f001fb3
Merge branch 'develop' into fix/derecho
natalie-perlin Jan 2, 2026
ebd73f4
add derecho rt log: passed
jkbk2004 Jan 6, 2026
d3b48ae
Merge remote-tracking branch 'upstream/develop' into fix/derecho
jkbk2004 Jan 7, 2026
e8a7a21
combine in pr3035 ufsatm ci fix
jkbk2004 Jan 7, 2026
fed2867
sync up ufsatm feature branch
jkbk2004 Jan 7, 2026
209d0cf
update cmeps hash
jkbk2004 Jan 7, 2026
31de564
ORT Jobs Completed.
epic-cicd-jenkins Jan 7, 2026
e5a4b8d
add derecho RT log: passed
jkbk2004 Jan 8, 2026
c4f5883
add hera ursa RT log passed
FernandoAndrade-NOAA Jan 8, 2026
4bd9802
add gaeaC6 RT log passed
FernandoAndrade-NOAA Jan 8, 2026
f08a16e
hercules rt log - passed
gspetro-NOAA Jan 8, 2026
e80b951
orion rt log - passed
gspetro-NOAA Jan 8, 2026
16441f7
revert .gitmodules and resync commit
FernandoAndrade-NOAA Jan 8, 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 UFSATM
16 changes: 11 additions & 5 deletions modulefiles/ufs_derecho.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ loads UFS Model prerequisites for Derecho/GNU
]])

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

unload("ncarcompilers")
stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.2.0"
stack_gnu_ver=os.getenv("stack_gnu_ver") or "12.4.0"
load(pathJoin("stack-gcc", stack_gnu_ver))

stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.27"
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.29"
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))

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

load("ufs_common")

nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
load(pathJoin("nccmp", nccmp_ver))

setenv("CC", "mpicc")
setenv("CXX", "mpicxx")
setenv("FC", "mpif90")
setenv("CMAKE_Platform", "derecho.gnu")
load("ufs-weather-model-env")

whatis("Description: UFS build environment")
20 changes: 13 additions & 7 deletions modulefiles/ufs_derecho.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel
]])

setenv("LMOD_TMOD_FIND_FIRST","yes")
prepend_path("MODULEPATH", "/lustre/desc1/scratch/epicufsrt/contrib/modulefiles_extra")
prepend_path("MODULEPATH", "/glade/work/epicufsrt/contrib/spack-stack/derecho/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
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")
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")

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

setenv("CMAKE_Platform", "derecho.intel")
load("ufs-weather-model-env")
load("sp/2.5.0")
load("crtm/2.4.0.1")
load("scotch/7.0.4")
load("ufs_common")

nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
load(pathJoin("nccmp", nccmp_ver))

setenv("CC", "mpicc")
setenv("CXX", "mpicxx")
setenv("FC", "mpif90")
setenv("I_MPI_CC", "icx")
setenv("I_MPI_CXX", "icpx")
setenv("I_MPI_F90", "ifort")

setenv("CMAKE_Platform", "derecho.intel")
whatis("Description: UFS build environment")
2 changes: 1 addition & 1 deletion tests/fv3_conf/compile_qsub.IN_derecho
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#PBS -A @[ACCNR]
#PBS -q @[QUEUE]
#PBS -l select=1:ncpus=8:mpiprocs=1
#PBS -l walltime=00:30:00
#PBS -l walltime=01:00:00

set -eux

Expand Down
2 changes: 1 addition & 1 deletion tests/fv3_conf/fv3_qsub.IN_derecho
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export OMP_NUM_THREADS=@[THRD]
export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4
export ESMF_RUNTIME_PROFILE=ON
export ESMF_RUNTIME_PROFILE_OUTPUT="SUMMARY"
export MPICH_COLL_OPT_OFF=1
export I_MPI_EXTRA_FILESYSTEM="ON"

# Avoid job errors because of filesystem synchronization delays
sync && sleep 1
Expand Down
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 @@
Wed Dec 31 00:58:52 UTC 2025
Wed Jan 7 21:08:07 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_2802019/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 256.581553
0: The maximum resident set size (KB) = 1541904
0: The total amount of wall time = 258.392209
0: The maximum resident set size (KB) = 1555280

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_2802019/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 877.685145
0: The maximum resident set size (KB) = 1517992
0: The total amount of wall time = 871.473136
0: The maximum resident set size (KB) = 1539324

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_2802019/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 231.255494
0: The maximum resident set size (KB) = 1538076
0: The total amount of wall time = 231.995800
0: The maximum resident set size (KB) = 1521888

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_2802019/mpi_mpi
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 227.633437
0: The maximum resident set size (KB) = 1547160
0: The total amount of wall time = 228.633653
0: The maximum resident set size (KB) = 1536520

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_2802019/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 231.148856
0: The maximum resident set size (KB) = 1526680
0: The total amount of wall time = 228.639371
0: The maximum resident set size (KB) = 1524280

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_2802019/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 232.493602
0: The maximum resident set size (KB) = 1527784
0: The total amount of wall time = 230.240659
0: The maximum resident set size (KB) = 1537704

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_2802019/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3931070/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 = 230.003200
0: The maximum resident set size (KB) = 1522668
0: The total amount of wall time = 229.093169
0: The maximum resident set size (KB) = 1522848

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Wed Dec 31 02:02:11 UTC 2025
Elapsed time: 01h:03m:19s. Have a nice day!
Wed Jan 7 22:18:03 UTC 2026
Elapsed time: 01h:09m:56s. 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 @@
Tue Dec 30 23:34:10 UTC 2025
Wed Jan 7 19:41:10 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_2423745/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/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 = 2312.298243
0: The maximum resident set size (KB) = 1649184
0: The total amount of wall time = 2287.809788
0: The maximum resident set size (KB) = 1647272

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_2423745/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/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 = 591.656337
0: The maximum resident set size (KB) = 1636560
0: The total amount of wall time = 587.786005
0: The maximum resident set size (KB) = 1627728

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_2423745/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3437907/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 = 587.953075
0: The maximum resident set size (KB) = 1630792
0: The total amount of wall time = 609.104038
0: The maximum resident set size (KB) = 1639968

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Wed Dec 31 00:58:52 UTC 2025
Elapsed time: 01h:24m:42s. Have a nice day!
Wed Jan 7 21:08:07 UTC 2026
Elapsed time: 01h:26m:57s. 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 @@
Tue Dec 30 22:40:15 UTC 2025
Wed Jan 7 18:47:50 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_2081646/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/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.007189
0: The maximum resident set size (KB) = 891660
0: The total amount of wall time = 620.502098
0: The maximum resident set size (KB) = 900544

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_2081646/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/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 = 504.462394
0: The maximum resident set size (KB) = 864352
0: The total amount of wall time = 509.209122
0: The maximum resident set size (KB) = 859848

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_2081646/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/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 = 503.627943
0: The maximum resident set size (KB) = 862132
0: The total amount of wall time = 503.941938
0: The maximum resident set size (KB) = 859724

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_2081646/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3042953/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 = 503.666981
0: The maximum resident set size (KB) = 864172
0: The total amount of wall time = 502.187593
0: The maximum resident set size (KB) = 845816

Test thr PASS

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