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
a3bf2ef
Update submodule FV3 related to feature/3dtke_gfspbl
BinLiu-NOAA Feb 14, 2025
0f21c33
Update submodule FV3.
BinLiu-NOAA May 9, 2025
0174b39
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
BinLiu-NOAA May 9, 2025
6ee1c40
Update submodule FV3.
BinLiu-NOAA May 9, 2025
8d1fe7c
Update submodule FV3.
BinLiu-NOAA May 9, 2025
5cb6522
Update submodule FV3
May 23, 2025
f3ab0b9
using MOM6 test branch
jiandewang May 28, 2025
af6d10f
modify mom6 cmake list
jiandewang May 28, 2025
7ac44e3
edits to MOM6 files for WARMSTARTS
NeilBarton-NOAA May 29, 2025
c4f0f13
results from regression test
NeilBarton-NOAA May 30, 2025
6ab62f9
Add an option to use liquid potential temperature in temperature equa…
BinLiu-NOAA Jun 2, 2025
bbc632f
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 2, 2025
5a318a7
Merge remote-tracking branch 'remotes/origin/develop' into feature/gf…
BinLiu-NOAA Jun 2, 2025
f91d2a4
Update fv3 and ccpp submodules
Jun 3, 2025
cf428c9
Update submodules ccpp for sa3dtke nonlocal mixing and stylistic coding
Jun 4, 2025
a59a4f3
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 5, 2025
b35c388
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 6, 2025
ad39119
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
BinLiu-NOAA Jun 9, 2025
08eb045
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 12, 2025
7cd21e7
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
BinLiu-NOAA Jun 14, 2025
267aeba
Update ccpp submodules for SA3DTKE non-local transport
Jun 16, 2025
74f4766
Update submodules ccpp/physics/physics for SA3DTKE nonlocal transport
Jun 17, 2025
5ea7fe8
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 20, 2025
e5d8356
Merge remote-tracking branch 'upstream/develop' into feature/3dtke_gf…
BinLiu-NOAA Jun 21, 2025
efe3263
Merge remote-tracking branch 'remotes/origin/develop' into feature/gf…
BinLiu-NOAA Jun 21, 2025
47bb6e9
Merge remote-tracking branch 'remotes/origin/feature/gfspbl_lpt' into…
BinLiu-NOAA Jun 21, 2025
3b963a3
Merge branch 'ufs-community:develop' into feature/update-MOM6-20250527
jiandewang Jun 26, 2025
f7624ae
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
BinLiu-NOAA Jun 26, 2025
6fd8767
Merge remote-tracking branch 'remotes/JW/feature/update-MOM6-20250527…
BinLiu-NOAA Jun 26, 2025
fd3668b
Merge remote-tracking branch 'remotes/NB/MOM6_025_WARMSTART' into fea…
BinLiu-NOAA Jun 26, 2025
e129f8f
Update submodule FV3.
BinLiu-NOAA Jun 27, 2025
16e20ca
add hercules RT log: passed
jkbk2004 Jun 27, 2025
e2c661f
add derecho RT log: passed
jkbk2004 Jun 27, 2025
1a2b568
add gaeac6 RT log: passed
jkbk2004 Jun 27, 2025
c0ead1a
add hera RT log: passed
jkbk2004 Jun 27, 2025
80a28f0
WCOSS2 RT Log: passed
BrianCurtis-NOAA Jun 27, 2025
d15e91b
add ORT test logs: passed
jkbk2004 Jun 27, 2025
4846e60
Acorn RT Log: Passed
BrianCurtis-NOAA Jun 27, 2025
cb26783
add orion RT log: passed
jkbk2004 Jun 27, 2025
c6d452e
update mom6 and fv3 hashes and revert changes in gitmodules
jkbk2004 Jun 30, 2025
e465614
Update .gitmodules
jkbk2004 Jun 30, 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 FV3
Submodule FV3 updated from 921278 to 640427
2 changes: 1 addition & 1 deletion MOM6-interface/MOM6
Submodule MOM6 updated 173 files
26 changes: 24 additions & 2 deletions MOM6-interface/mom6_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,23 @@ list(APPEND mom6_src_files
MOM6/src/ALE/regrid_edge_values.F90
MOM6/src/ALE/regrid_interp.F90
MOM6/src/ALE/regrid_solvers.F90
MOM6/src/ALE/remapping_attic.F90
MOM6/src/ALE/Recon1d_EMPLM_CWK.F90
MOM6/src/ALE/Recon1d_EMPLM_WA.F90
MOM6/src/ALE/Recon1d_EMPLM_WA_poly.F90
MOM6/src/ALE/Recon1d_EPPM_CWK.F90
MOM6/src/ALE/Recon1d_MPLM_CWK.F90
MOM6/src/ALE/Recon1d_MPLM_WA.F90
MOM6/src/ALE/Recon1d_MPLM_WA_poly.F90
MOM6/src/ALE/Recon1d_PCM.F90
MOM6/src/ALE/Recon1d_PLM_CW.F90
MOM6/src/ALE/Recon1d_PLM_CWK.F90
MOM6/src/ALE/Recon1d_PLM_hybgen.F90
MOM6/src/ALE/Recon1d_PPM_CW.F90
MOM6/src/ALE/Recon1d_PPM_CWK.F90
MOM6/src/ALE/Recon1d_PPM_H4_2018.F90
MOM6/src/ALE/Recon1d_PPM_H4_2019.F90
MOM6/src/ALE/Recon1d_PPM_hybgen.F90
MOM6/src/ALE/Recon1d_type.F90

MOM6/src/core/MOM.F90
MOM6/src/core/MOM_CoriolisAdv.F90
Expand Down Expand Up @@ -61,6 +77,7 @@ list(APPEND mom6_src_files
MOM6/src/diagnostics/MOM_obsolete_params.F90
MOM6/src/diagnostics/MOM_sum_output.F90
MOM6/src/diagnostics/MOM_wave_speed.F90
MOM6/src/diagnostics/MOM_diagnose_KdWork.F90

MOM6/src/equation_of_state/MOM_EOS_base_type.F90
MOM6/src/equation_of_state/MOM_EOS.F90
Expand Down Expand Up @@ -141,6 +158,8 @@ list(APPEND mom6_src_files
MOM6/src/framework/MOM_unit_testing.F90
MOM6/src/framework/MOM_write_cputime.F90
MOM6/src/framework/testing/MOM_file_parser_tests.F90
MOM6/src/framework/MOM_murmur_hash.F90
MOM6/src/framework/numerical_testing_type.F90

MOM6/src/ice_shelf/MOM_ice_shelf.F90
MOM6/src/ice_shelf/MOM_ice_shelf_diag_mediator.F90
Expand Down Expand Up @@ -208,13 +227,13 @@ list(APPEND mom6_src_files
MOM6/src/parameterizations/CVmix/cvmix_utils.F90

MOM6/src/parameterizations/stochastic/MOM_stochastics.F90
MOM6/src/parameterizations/lateral/MOM_wave_drag.F90

MOM6/src/tracer/DOME_tracer.F90

MOM6/src/tracer/ISOMIP_tracer.F90

MOM6/src/tracer/MOM_OCMIP2_CFC.F90
MOM6/src/tracer/MOM_generic_tracer.F90
MOM6/src/tracer/MOM_hor_bnd_diffusion.F90
MOM6/src/tracer/MOM_neutral_diffusion.F90
MOM6/src/tracer/nw2_tracers.F90
Expand All @@ -239,6 +258,7 @@ list(APPEND mom6_src_files
MOM6/src/tracer/MOM_CFC_cap.F90
MOM6/src/tracer/MARBL_forcing_mod.F90
MOM6/src/tracer/MARBL_tracers.F90
MOM6/src/tracer/MOM_tracer_advect_schemes.F90

MOM6/src/user/BFB_initialization.F90
MOM6/src/user/BFB_surface_forcing.F90
Expand Down Expand Up @@ -282,6 +302,7 @@ list(APPEND mom6_src_files
MOM6/config_src/external/GFDL_ocean_BGC/FMS_coupler_util.F90
MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer.F90
MOM6/config_src/external/GFDL_ocean_BGC/generic_tracer_utils.F90
MOM6/config_src/external/GFDL_ocean_BGC/MOM_generic_tracer.F90
MOM6/config_src/external/ODA_hooks/kdtree.f90
MOM6/config_src/external/ODA_hooks/ocean_da_core.F90
MOM6/config_src/external/ODA_hooks/ocean_da_types.F90
Expand Down Expand Up @@ -324,6 +345,7 @@ list(APPEND mom6_nuopc_src_files
MOM6/config_src/drivers/unit_tests/test_MOM_remapping.F90
MOM6/config_src/drivers/timing_tests/time_MOM_EOS.F90
MOM6/config_src/drivers/timing_tests/time_MOM_remapping.F90
MOM6/config_src/drivers/unit_tests/test_numerical_testing_type.F90
)

list(APPEND mom6_nuopc_src_files
Expand Down
60 changes: 30 additions & 30 deletions tests/logs/OpnReqTests_control_p8_hera.log
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Tue Jun 24 20:10:36 UTC 2025
Fri Jun 27 15:04:20 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/bit_base_bit_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 249.823758
0: The maximum resident set size (KB) = 1581264
0: The total amount of wall time = 246.755611
0: The maximum resident set size (KB) = 1575820

Test bit_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dbg_base_dbg_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 858.643356
0: The maximum resident set size (KB) = 1546540
0: The total amount of wall time = 846.076818
0: The maximum resident set size (KB) = 1559064

Test dbg_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/dcp_dcp
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.367319
0: The maximum resident set size (KB) = 1550736
0: The total amount of wall time = 224.054882
0: The maximum resident set size (KB) = 1553804

Test dcp PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/mpi_mpi
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 225.850178
0: The maximum resident set size (KB) = 1543856
0: The total amount of wall time = 222.347102
0: The maximum resident set size (KB) = 1554868

Test mpi PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/rst_rst
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 232.289501
0: The maximum resident set size (KB) = 1542060
0: The total amount of wall time = 225.240632
0: The maximum resident set size (KB) = 1558572

Test rst PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/std_base_std_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 226.698488
0: The maximum resident set size (KB) = 1550968
0: The total amount of wall time = 226.779885
0: The maximum resident set size (KB) = 1555376

Test std_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_813544/thr_thr
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1056930/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 = 228.358323
0: The maximum resident set size (KB) = 1553328
0: The total amount of wall time = 222.987354
0: The maximum resident set size (KB) = 1543748

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Tue Jun 24 21:16:12 UTC 2025
Fri Jun 27 16:09:56 UTC 2025
Elapsed time: 01h:05m:37s. 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 @@
Tue Jun 24 18:40:21 UTC 2025
Fri Jun 27 16:45:53 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/dbg_base_dbg_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 2261.852958
0: The maximum resident set size (KB) = 1648304
0: The total amount of wall time = 2324.545092
0: The maximum resident set size (KB) = 1639416

Test dbg_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/rst_rst
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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.848967
0: The maximum resident set size (KB) = 1642544
0: The total amount of wall time = 582.123517
0: The maximum resident set size (KB) = 1645904

Test rst PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_588137/std_base_std_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1378484/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 = 577.934275
0: The maximum resident set size (KB) = 1654020
0: The total amount of wall time = 573.454002
0: The maximum resident set size (KB) = 1643740

Test std_base PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Tue Jun 24 20:10:35 UTC 2025
Elapsed time: 01h:30m:19s. Have a nice day!
Fri Jun 27 18:27:02 UTC 2025
Elapsed time: 01h:41m:09s. 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 @@
Tue Jun 24 17:45:28 UTC 2025
Fri Jun 27 18:47:23 UTC 2025
Start Operation Requirement Test


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/bit_base_bit_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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.792812
0: The maximum resident set size (KB) = 897144
0: The total amount of wall time = 606.176814
0: The maximum resident set size (KB) = 902992

Test bit_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/dcp_dcp
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 492.213525
0: The maximum resident set size (KB) = 858640
0: The total amount of wall time = 494.271593
0: The maximum resident set size (KB) = 868508

Test dcp PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/std_base_std_base
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 489.451214
0: The maximum resident set size (KB) = 866024
0: The total amount of wall time = 492.141440
0: The maximum resident set size (KB) = 857252

Test std_base PASS


baseline dir = /scratch1/NCEPDEV/stmp4/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/role.epic/FV3_OPNREQ_TEST/opnReqTest_468456/thr_thr
baseline dir = /scratch1/NCEPDEV/stmp4/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu
working dir = /scratch1/NCEPDEV/stmp2/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1832764/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 = 491.404903
0: The maximum resident set size (KB) = 852864
0: The total amount of wall time = 482.676207
0: The maximum resident set size (KB) = 867420

Test thr PASS

OPERATION REQUIREMENT TEST WAS SUCCESSFUL
Tue Jun 24 18:40:16 UTC 2025
Elapsed time: 00h:54m:48s. Have a nice day!
Fri Jun 27 19:42:05 UTC 2025
Elapsed time: 00h:54m:42s. Have a nice day!
Loading