Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
924da53
update mom6 history files to record minutes
DeniseWorthen Oct 30, 2025
4bb1ad8
Merge branch 'ufs-community:develop' into feature/addmom6_minutes
DeniseWorthen Oct 31, 2025
e05e228
change name of mom6 history file in iau test
DeniseWorthen Oct 31, 2025
deaa816
update cdeps share code to allow optional arguments
DeniseWorthen Nov 3, 2025
0545b06
point to MOM6 feature branch
DeniseWorthen Nov 3, 2025
cc469b5
actually point to MOM6 feature branch
DeniseWorthen Nov 3, 2025
26573f7
add config variables to MOM6 attributes
DeniseWorthen Nov 3, 2025
29316fc
Merge branch 'feature/addmom6_minutes' into feature/chk4output
DeniseWorthen Nov 3, 2025
25e7517
update daily diag_table fields to report in same format as hourly
DeniseWorthen Nov 3, 2025
f241708
update CDEPS w/ more optional arguments
DeniseWorthen Nov 5, 2025
68cc3ce
change names of optional argument
DeniseWorthen Nov 6, 2025
399221d
update MOM
DeniseWorthen Nov 6, 2025
774724a
update MOM6
DeniseWorthen Nov 11, 2025
da72a21
Merge branch 'develop' into feature/chk4output
DeniseWorthen Nov 11, 2025
d87b381
update MOM
DeniseWorthen Nov 11, 2025
63c3746
update MOM
DeniseWorthen Nov 11, 2025
d941a1b
fix typo
DeniseWorthen Nov 11, 2025
acd5f6f
remove iau_offset from ufs.config
DeniseWorthen Nov 13, 2025
62f8316
Merge branch 'ufs-community:develop' into feature/chk4output
DeniseWorthen Nov 20, 2025
4696475
update MOM6
DeniseWorthen Nov 20, 2025
3c5405f
Merge branch 'develop' into feature/addmom6_minutes
DeniseWorthen Nov 21, 2025
f4e3c90
update diag_table_template (used by datm) and SST file names
DeniseWorthen Nov 21, 2025
894e475
make diag_template use parsed time string
DeniseWorthen Nov 21, 2025
69349a4
add test_change list and hercules log
DeniseWorthen Nov 22, 2025
d69cdc6
fix typo in diag_table, no impact on any RT
DeniseWorthen Nov 22, 2025
1516a72
fix another typo
DeniseWorthen Nov 23, 2025
265f6e5
Merge remote-tracking branch 'origin/feature/addmom6_minutes' into fe…
DeniseWorthen Nov 23, 2025
3e6f9e5
fixup gefs diag_table
DeniseWorthen Nov 23, 2025
e37504c
fix hafs mom6 test
DeniseWorthen Nov 23, 2025
2a5ed64
Merge remote-tracking branch 'origin/feature/addmom6_minutes' into fe…
DeniseWorthen Nov 23, 2025
a9ae003
temporarily add output log debugging to all cpld cases
DeniseWorthen Nov 24, 2025
9db3f73
update MOM6
DeniseWorthen Nov 24, 2025
ede0226
Merge remote-tracking branch 'origin/develop' into feature/chk4output
DeniseWorthen Nov 24, 2025
f182dc8
remove temporary debug attribute
DeniseWorthen Nov 24, 2025
f0bb214
update MOM6 for stupid compile error
DeniseWorthen Nov 24, 2025
26962ba
add ursa log
DeniseWorthen Nov 25, 2025
471c836
test change list
DeniseWorthen Nov 25, 2025
8a0b4a0
update MOM6
DeniseWorthen Dec 1, 2025
2c4c5d9
Merge branch 'develop' into feature/chk4output
DeniseWorthen Dec 10, 2025
f3e32dd
add minutes to sfs diag table
DeniseWorthen Dec 10, 2025
4e1f9bd
Merge branch 'develop' into feature/chk4output
DeniseWorthen Dec 11, 2025
cc3dfde
Update bl_date.conf
FernandoAndrade-NOAA Dec 11, 2025
d5d9896
ORT Jobs Completed.
epic-cicd-jenkins Dec 12, 2025
b5ba478
hercules rt log - passed
gspetro-NOAA Dec 12, 2025
339b060
orion rt log - passed
gspetro-NOAA Dec 12, 2025
ea66e65
add hera RT log passed
FernandoAndrade-NOAA Dec 12, 2025
cecaf45
Acorn RT Log: Passed
BrianCurtis-NOAA Dec 12, 2025
00dc804
WCOSS2 RT Log: Passed
BrianCurtis-NOAA Dec 12, 2025
6fed7ee
add ursa RT log passed
FernandoAndrade-NOAA Dec 15, 2025
9eba7de
Ursa RT log: passed
jkbk2004 Dec 15, 2025
88ef380
update MOM6 and revert gitmodules
DeniseWorthen Dec 15, 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
54 changes: 43 additions & 11 deletions CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -122,49 +122,81 @@ end subroutine is_restart_fh
!!
!> @details Write a log file for a named component when a restart file is written
!!
!! @param[in] nextTime the ESMF time at the end of a ModelAdvance
!! @param[in] startTime the ESMF time at the Model Start
!! @param[in] complog the named component
!! @param[in] nextTime the ESMF time at the end of a ModelAdvance
!! @param[in] startTime the ESMF time at the Model Start
!! @param[in] complog the named component
!! @param[in] prefixtime optional, if true log filename has time prefix
!! @param[in] lastrestart optional, if present, write the time of the last restart
!! @param[in] lastoutput optional, if present, write the filename written at this FH
!! @param[out] rc return code
!!
!> @authorDenise.Worthen@noaa.gov
!> @date 04-14-2025
subroutine log_restart_fh(nextTime, startTime, complog, rc)
subroutine log_restart_fh(myTime, startTime, complog, prefixtime, lastrestart, lastoutput, rc)

use ESMF, only : ESMF_SUCCESS, ESMF_MAXSTR, ESMF_Time, ESMF_TimeInterval
use ESMF, only : ESMF_TimeGet, ESMF_TimeIntervalGet
use ESMF, only : operator(==), operator(-)

type(ESMF_Time), intent(in) :: nextTime, startTime
character(len=*), intent(in) :: complog
integer, intent(out) :: rc
type(ESMF_Time), intent(in) :: myTime, startTime
character(len=*), intent(in) :: complog
logical, intent(in), optional :: prefixtime
type(ESMF_Time), intent(in), optional :: lastrestart
character(len=*), intent(in), optional :: lastoutput
integer, intent(out) :: rc

! local variables
type(ESMF_TimeInterval) :: elapsedTime
real(ESMF_KIND_R8) :: fhour
character(ESMF_MAXSTR) :: filename
character(ESMF_MAXSTR) :: nexttimestring
character(ESMF_MAXSTR) :: timestring
integer :: fh_logunit
integer :: yr,mon,day,hour,minute,sec ! time units
logical :: lprefix
character(ESMF_MAXSTR) :: lastout
character(len=*), parameter :: subname='(log_restart_fh)'
!-----------------------------------------------------------------------

call ESMF_LogWrite(trim(subname)//": called", ESMF_LOGMSG_INFO)
rc = ESMF_SUCCESS

elapsedTime = nextTime - startTime
lprefix = .false.
if (present(prefixtime)) then
lprefix = prefixtime
end if
lastout = ''
if (present(lastoutput)) then
lastout = trim(lastoutput)
end if

elapsedTime = myTime - startTime
call ESMF_TimeIntervalGet(elapsedTime, h_r8=fhour,rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return

call ESMF_TimeGet(nexttime, yy=yr, mm=mon, dd=day, h=hour, m=minute, s=sec, rc=rc)
call ESMF_TimeGet(myTime, yy=yr, mm=mon, dd=day, h=hour, m=minute, s=sec, rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return
write(nexttimestring,'(6i8)')yr,mon,day,hour,minute,sec
if (lprefix) then
write(filename,'(i4.4,2(i2.2),A,3(i2.2),A)') yr, mon, day,'.', hour, minute, sec,'.'//trim(complog)
else
write(filename,'(a,i4.4)')'log.'//trim(complog)//'.f',int(fhour)
end if
if (present(lastrestart)) then
call ESMF_TimeGet(lastrestart, yy=yr, mm=mon, dd=day, h=hour, m=minute, s=sec, rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, line=__LINE__, file=__FILE__)) return
write(timestring,'(6i8)')yr,mon,day,hour,minute,sec
end if

write(filename,'(a,i4.4)')'log.'//trim(complog)//'.f',int(fhour)
open(newunit=fh_logunit,file=trim(filename))
write(fh_logunit,'(a)')'completed: '//trim(complog)
write(fh_logunit,'(a,f10.3)')'forecast hour:',fhour
write(fh_logunit,'(a)')'valid time: '//trim(nexttimestring)
if (len_trim(lastout) > 0) then
write(fh_logunit,'(a)')'last output: '//trim(lastout)
end if
if (present(lastrestart)) then
write(fh_logunit,'(a)')'last restart: '//trim(timestring)
end if
close(fh_logunit)

end subroutine log_restart_fh
Expand Down
1 change: 1 addition & 0 deletions MOM6-interface/mom6_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ list(APPEND mom6_nuopc_src_files
MOM6/config_src/drivers/nuopc_cap/mom_cap_time.F90
MOM6/config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90
MOM6/config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90
MOM6/config_src/drivers/nuopc_cap/mom_cap_outputlog.F90
MOM6/config_src/drivers/unit_tests/test_MOM_file_parser.F90
MOM6/config_src/drivers/unit_tests/test_MOM_mixedlayer_restrat.F90
MOM6/config_src/drivers/unit_tests/test_MOM_string_functions.F90
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=20251204
export BL_DATE=20251211
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,7 @@ export CHOUR=06
export MOM6_OUTPUT_DIR=./MOM6_OUTPUT
export MOM6_RESTART_DIR=./RESTART/
export MOM6_RESTART_SETTING=n
export MOM6_OUTPUT_FH=6

# Following not used for standalone
export USE_CICE_ALB=.false.
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 10 23:19:06 UTC 2025
Fri Dec 12 01:57:34 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_2257990/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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 = 261.650748
0: The maximum resident set size (KB) = 1532248
0: The total amount of wall time = 259.886628
0: The maximum resident set size (KB) = 1554012

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_2257990/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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 = 894.267249
0: The maximum resident set size (KB) = 1525316
0: The total amount of wall time = 863.198699
0: The maximum resident set size (KB) = 1526276

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_2257990/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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.090795
0: The maximum resident set size (KB) = 1505836
0: The total amount of wall time = 232.228539
0: The maximum resident set size (KB) = 1524632

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_2257990/mpi_mpi
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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 = 232.546106
0: The maximum resident set size (KB) = 1505032
0: The total amount of wall time = 231.630225
0: The maximum resident set size (KB) = 1537340

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_2257990/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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.874508
0: The maximum resident set size (KB) = 1546676
0: The total amount of wall time = 236.316792
0: The maximum resident set size (KB) = 1526712

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_2257990/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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 = 230.746165
0: The maximum resident set size (KB) = 1524708
0: The total amount of wall time = 236.068435
0: The maximum resident set size (KB) = 1536584

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_2257990/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2782280/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 = 234.457542
0: The maximum resident set size (KB) = 1537004
0: The total amount of wall time = 232.700810
0: The maximum resident set size (KB) = 1526152

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Thu Dec 11 00:29:35 UTC 2025
Elapsed time: 01h:10m:29s. Have a nice day!
Fri Dec 12 03:03:25 UTC 2025
Elapsed time: 01h:05m:52s. 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 @@
Wed Dec 10 21:51:42 UTC 2025
Fri Dec 12 00:33:21 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_1572526/dbg_base_dbg_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2421191/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 = 2289.100653
0: The maximum resident set size (KB) = 1639804
0: The total amount of wall time = 2287.613387
0: The maximum resident set size (KB) = 1627408

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_1572526/rst_rst
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2421191/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 = 587.902901
0: The maximum resident set size (KB) = 1636388
0: The total amount of wall time = 584.586746
0: The maximum resident set size (KB) = 1619408

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_1572526/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2421191/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 = 588.648106
0: The maximum resident set size (KB) = 1636224
0: The total amount of wall time = 588.503526
0: The maximum resident set size (KB) = 1632140

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Wed Dec 10 23:19:06 UTC 2025
Elapsed time: 01h:27m:24s. Have a nice day!
Fri Dec 12 01:57:33 UTC 2025
Elapsed time: 01h:24m:12s. 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 @@
Wed Dec 10 20:57:58 UTC 2025
Thu Dec 11 23:39:42 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_1466400/bit_base_bit_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2143820/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 = 611.902586
0: The maximum resident set size (KB) = 890648
0: The total amount of wall time = 619.196221
0: The maximum resident set size (KB) = 889664

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_1466400/dcp_dcp
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2143820/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 = 502.095487
0: The maximum resident set size (KB) = 862840
0: The total amount of wall time = 501.766802
0: The maximum resident set size (KB) = 860848

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_1466400/std_base_std_base
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2143820/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 = 504.715041
0: The maximum resident set size (KB) = 863284
0: The total amount of wall time = 503.690798
0: The maximum resident set size (KB) = 856260

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_1466400/thr_thr
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2143820/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.724938
0: The maximum resident set size (KB) = 875072
0: The total amount of wall time = 507.919821
0: The maximum resident set size (KB) = 861772

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Wed Dec 10 21:51:42 UTC 2025
Elapsed time: 00h:53m:44s. Have a nice day!
Fri Dec 12 00:33:21 UTC 2025
Elapsed time: 00h:53m:41s. Have a nice day!
Loading