Skip to content

Commit 81fc3d1

Browse files
authored
Feature/mynn sfc submodule (#3052) // Update WM user guide for AQM updates (#3071) // Sync WW3 develop to dev/ufs-weather-model (#3091) (#3052)
* UFSWM - Switch mynn sfc scheme to submodule * UFSWM - Update WM user guide ahead of the AQM release; fix doc ci fail * UFSWM - Sync WW3 develop to dev/ufs-weather-model * UFSATM - Updates in suite definitions files and ccpp preconfig file to work with mynn sfc scheme submodule * ccpp-physics - switch mynn sfc scheme to submodule * WW3 - Sync develop as of 2-12-2026 to dev/ufs-weather-model
1 parent 31f9d55 commit 81fc3d1

17 files changed

+2360
-2401
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

55
# Required
66
version: 2
7-
build:
8-
os: ubuntu-20.04
9-
tools:
10-
python: "3.9"
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.12"
11+
jobs:
12+
post_create_environment:
13+
- python -m pip install --upgrade "pip" "setuptools<81"
1114

1215
# Build documentation in the docs/ directory with Sphinx
1316
sphinx:

doc/UsersGuide/requirements.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
sphinx==7.4.7
2-
sphinx_rtd_theme
3-
sphinxcontrib-bibtex
4-
requests==2.32.2
1+
sphinx>=8.0.0
2+
sphinx_rtd_theme>=3.0.0
3+
sphinxcontrib-bibtex>=2.6.4
4+
requests>=2.32.2
5+
setuptools<81.0.0

doc/UsersGuide/requirements.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --allow-unsafe --strip-extras requirements.in
66
#
77
alabaster==0.7.16
88
# via sphinx
@@ -50,17 +50,17 @@ six==1.16.0
5050
# pybtex
5151
snowballstemmer==2.2.0
5252
# via sphinx
53-
sphinx==7.4.7
53+
sphinx==8.0.2
5454
# via
5555
# -r requirements.in
5656
# sphinx-rtd-theme
5757
# sphinxcontrib-bibtex
5858
# sphinxcontrib-jquery
59-
sphinx-rtd-theme==2.0.0
59+
sphinx-rtd-theme==3.1.0
6060
# via -r requirements.in
6161
sphinxcontrib-applehelp==1.0.8
6262
# via sphinx
63-
sphinxcontrib-bibtex==2.6.2
63+
sphinxcontrib-bibtex==2.6.4
6464
# via -r requirements.in
6565
sphinxcontrib-devhelp==1.0.6
6666
# via sphinx
@@ -76,3 +76,9 @@ sphinxcontrib-serializinghtml==1.1.10
7676
# via sphinx
7777
urllib3==2.2.2
7878
# via requests
79+
80+
# The following packages are considered to be unsafe in a requirements file:
81+
setuptools==80.10.2
82+
# via
83+
# -r requirements.in
84+
# sphinxcontrib-bibtex

doc/UsersGuide/source/Glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Glossary
2222
The `Air Quality Model <https://github.com/NOAA-EMC/AQM>`_ (AQM) is a UFS Application that dynamically couples the Community Multiscale Air Quality (:term:`CMAQ`) model with the UFS Weather Model through the :term:`NUOPC` Layer to simulate temporal and spatial variations of atmospheric compositions (e.g., ozone and aerosol compositions). The CMAQ, treated as a column chemistry model, updates concentrations of chemical species (e.g., ozone and aerosol compositions) at each integration time step. The transport terms (e.g., :term:`advection` and diffusion) of all chemical species are handled by the UFS Weather Model as :term:`tracers<tracer>`.
2323

2424
CCPP
25-
The `Common Community Physics Package <https://dtcenter.org/community-code/common-community-physics-package-ccpp>`_ is a forecast-model agnostic, vetted collection of code containing atmospheric physical parameterizations and suites of parameterizations for use in Numerical Weather Prediction (:term:`NWP`) along with a framework that connects the physics to the host forecast model.
25+
The `Common Community Physics Package <https://dtcenter.org/software-tools/common-community-physics-package-ccpp>`_ is a forecast-model agnostic, vetted collection of code containing atmospheric physical parameterizations and suites of parameterizations for use in Numerical Weather Prediction (:term:`NWP`) along with a framework that connects the physics to the host forecast model.
2626

2727
CCPP-Framework
2828
The infrastructure that connects physics schemes with a host model; also refers to a software

doc/UsersGuide/source/InputsOutputs.rst

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mediator). Currently, supported configurations include:
2828
* - ATMAERO
2929
- :term:`ATM` coupled to :term:`GOCART`
3030
* - ATMAQ
31-
- :term:`ATM` coupled to :term:`CMAQ`
31+
- :term:`ATM` coupled to :term:`AQM`
3232
* - ATML
3333
- :term:`ATM` coupled to :term:`NOAHMP`
3434
* - ATMF
@@ -907,7 +907,7 @@ The input files containing grid information and the time-varying forcing files f
907907

908908
.. note::
909909

910-
Users can find atmospheric forcing files for use with the Noah-MP land component (LND) in the `Land Data Assimilation (DA) data bucket <https://registry.opendata.aws/noaa-ufs-land-da/>`_. These files provide atmospheric forcing data related to precipitation, solar radiation, longwave radiation, temperature, pressure, winds, humidity, topography, and mesh data. Forcing files for the land component configuration come from the Global Soil Wetness Project Phase 3 (`GSWP3 <https://hydro.iis.u-tokyo.ac.jp/GSWP3/>`_) dataset.
910+
Users can find atmospheric forcing files for use with the Noah-MP land component (LND) in the `Land Data Assimilation (DA) data bucket <https://registry.opendata.aws/noaa-ufs-land-da/>`_. These files provide atmospheric forcing data related to precipitation, solar radiation, longwave radiation, temperature, pressure, winds, humidity, topography, and mesh data. Forcing files for the land component configuration come from the Global Soil Wetness Project Phase 3 (`GSWP3 <https://www.isimip.org/gettingstarted/input-data-bias-adjustment/details/4/>`_) dataset.
911911

912912
.. code-block:: console
913913
@@ -1078,7 +1078,7 @@ The aerosol initial input currently read by GOCART is the same format as the UFS
10781078
.. _aqm-in:
10791079

10801080
--------------
1081-
AQM (CMAQ)
1081+
UFS AQM
10821082
--------------
10831083

10841084
.. _aqm-fix-files:
@@ -1110,20 +1110,20 @@ AQM inputs defined in ``aqm.rc`` are listed and described in :numref:`Table %s <
11101110

11111111
* - Filename
11121112
- Description
1113-
* - AE_cb6r3_ae6_aq.nml
1114-
- AE Matrix NML
1115-
* - GC_cb6r3_ae6_aq.nml
1116-
- GC Matrix NML
1117-
* - NR_cb6r3_ae6_aq.nml
1118-
- NR Matrix NML
1113+
* - AE_cb6r5_ae7_aq.nml
1114+
- AE Matrix NML - Specifies chemical species, emissions mapping, and related settings for CMAQ's CB6r5 (Revision 5 of the Carbon Bond 6 Mechanism) chemical mechanism.
1115+
* - GC_cb6r5_ae7_aq.nml
1116+
- GC Matrix NML - Configures CMAQ's gas-phase chemistry controls.
1117+
* - NR_cb6r5_ae7_aq.nml
1118+
- NR Matrix NML - Non-reactive, gas-phase chemical species configuration for CMAQ.
11191119
* - Species_Table_TR_0.nml
1120-
- TR Matrix NML
1121-
* - CSQY_DATA_cb6r3_ae6_aq
1122-
- CSQY Data
1120+
- TR Matrix NML - CMAQ species transport definitions. Empty in the UFS as CMAQ is used as a column model with tracer transport using FV3.
1121+
* - CSQY_DATA_cb6r5_ae7_aq
1122+
- CSQY Data - CMAQ's chemical stoichiometric yield data table used by the solver for numerical calculations.
11231123
* - PHOT_OPTICS.dat
11241124
- Optics Data
11251125
* - omi_cmaq_2015_361X179.dat
1126-
- OMI data
1126+
- OMI data - Ozone Monitoring Instrument (OMI) profile mappings used in establishing CMAQ boundary conditions.
11271127
* - NEXUS/NEXUS_Expt.nc
11281128
- Emissions File
11291129
* - BEIS_RRFScmaq_C775.ncf
@@ -1133,6 +1133,17 @@ AQM inputs defined in ``aqm.rc`` are listed and described in :numref:`Table %s <
11331133
* - Hourly_Emissions_regrid_rrfs_13km_20190801_t12z_h72.nc
11341134
- File Emissions File
11351135

1136+
1137+
The most recent AQM input data files can be found in the `Weather Model S3 bucket <https://noaa-ufs-regtests-pds.s3.amazonaws.com/index.html>`_ in the input-data-202XXXXX/AQM directory for the most recent date. Below are the data subdirectories that exist in ``input-data-202XXXXX/AQM/v8``.
1138+
1139+
* - ``fix``
1140+
- Fix files are static, climatological, and topographical datasets required for model initialization and running. These files include terrain, land use, vegetation, and soil data.
1141+
* - ``NEXUS``
1142+
- "NEXUS" (NOAA Emission and eXchange Unified System) files are specialized input files used for air quality modeling to incorporate pollutant emissions data.
1143+
* - ``INPUT``
1144+
- This directory contains pre-processing, initial conditions, grid-dependent, and namelist files.
1145+
1146+
11361147
.. _lnd-in:
11371148

11381149
--------------

tests/logs/OpnReqTests_control_p8_ursa.log

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Sat Feb 7 21:20:09 UTC 2026
1+
Fri Feb 13 23:31:37 UTC 2026
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel
6-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/bit_base_bit_base
5+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel
6+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/bit_base_bit_base
77
Checking test bit_base results ....
88
Moving baseline bit_base files ....
99
Moving sfcf000.nc .........OK
@@ -51,14 +51,14 @@ Moving baseline bit_base files ....
5151
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
5252
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
5353

54-
0: The total amount of wall time = 143.654868
55-
0: The maximum resident set size (KB) = 2603116
54+
0: The total amount of wall time = 733.614236
55+
0: The maximum resident set size (KB) = 2602292
5656

5757
Test bit_base PASS
5858

5959

60-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel
61-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/dbg_base_dbg_base
60+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel
61+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/dbg_base_dbg_base
6262
Checking test dbg_base results ....
6363
Moving baseline dbg_base files ....
6464
Moving sfcf000.nc .........OK
@@ -106,14 +106,14 @@ Moving baseline dbg_base files ....
106106
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
107107
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
108108

109-
0: The total amount of wall time = 1212.053972
110-
0: The maximum resident set size (KB) = 2523832
109+
0: The total amount of wall time = 1207.041882
110+
0: The maximum resident set size (KB) = 2533752
111111

112112
Test dbg_base PASS
113113

114114

115-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
116-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/dcp_dcp
115+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
116+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/dcp_dcp
117117
Checking test dcp results ....
118118
Comparing sfcf000.nc .....USING NCCMP......OK
119119
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -160,14 +160,14 @@ Checking test dcp results ....
160160
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
161161
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
162162

163-
0: The total amount of wall time = 124.965523
164-
0: The maximum resident set size (KB) = 2505272
163+
0: The total amount of wall time = 125.221096
164+
0: The maximum resident set size (KB) = 2513256
165165

166166
Test dcp PASS
167167

168168

169-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
170-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/mpi_mpi
169+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
170+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/mpi_mpi
171171
Checking test mpi results ....
172172
Comparing sfcf000.nc .....USING NCCMP......OK
173173
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -214,14 +214,14 @@ Checking test mpi results ....
214214
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
215215
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
216216

217-
0: The total amount of wall time = 122.639153
218-
0: The maximum resident set size (KB) = 2495776
217+
0: The total amount of wall time = 702.296487
218+
0: The maximum resident set size (KB) = 2513744
219219

220220
Test mpi PASS
221221

222222

223-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
224-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/rst_rst
223+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
224+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/rst_rst
225225
Checking test rst results ....
226226
Comparing sfcf000.nc .....USING NCCMP......OK
227227
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -268,14 +268,14 @@ Checking test rst results ....
268268
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
269269
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
270270

271-
0: The total amount of wall time = 603.367093
272-
0: The maximum resident set size (KB) = 2508356
271+
0: The total amount of wall time = 727.559356
272+
0: The maximum resident set size (KB) = 2519692
273273

274274
Test rst PASS
275275

276276

277-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
278-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/std_base_std_base
277+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
278+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/std_base_std_base
279279
Checking test std_base results ....
280280
Moving baseline std_base files ....
281281
Moving sfcf000.nc .........OK
@@ -323,14 +323,14 @@ Moving baseline std_base files ....
323323
Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK
324324
Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK
325325

326-
0: The total amount of wall time = 119.739082
327-
0: The maximum resident set size (KB) = 2502468
326+
0: The total amount of wall time = 514.078367
327+
0: The maximum resident set size (KB) = 2527136
328328

329329
Test std_base PASS
330330

331331

332-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
333-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_947340/thr_thr
332+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel
333+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937680/thr_thr
334334
Checking test thr results ....
335335
Comparing sfcf000.nc .....USING NCCMP......OK
336336
Comparing sfcf021.nc .....USING NCCMP......OK
@@ -377,11 +377,11 @@ Checking test thr results ....
377377
Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK
378378
Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK
379379

380-
0: The total amount of wall time = 114.499191
381-
0: The maximum resident set size (KB) = 2502776
380+
0: The total amount of wall time = 386.290688
381+
0: The maximum resident set size (KB) = 2506028
382382

383383
Test thr PASS
384384

385385
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
386-
Sat Feb 7 22:32:57 UTC 2026
387-
Elapsed time: 01h:12m:48s. Have a nice day!
386+
Sat Feb 14 02:29:01 UTC 2026
387+
Elapsed time: 02h:57m:25s. Have a nice day!

tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Sat Feb 7 21:21:11 UTC 2026
1+
Fri Feb 13 23:31:37 UTC 2026
22
Start Operation Requirement Test
33

44

5-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel
6-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/dbg_base_dbg_base
5+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_intel
6+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937679/dbg_base_dbg_base
77
Checking test dbg_base results ....
88
Moving baseline dbg_base files ....
99
Moving sfcf021.tile1.nc .........OK
@@ -66,14 +66,14 @@ Moving baseline dbg_base files ....
6666
Moving RESTART/iced.2021-03-23-21600.nc .........OK
6767
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
6868

69-
0: The total amount of wall time = 3003.903806
70-
0: The maximum resident set size (KB) = 3020888
69+
0: The total amount of wall time = 2968.505908
70+
0: The maximum resident set size (KB) = 3026668
7171

7272
Test dbg_base PASS
7373

7474

75-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
76-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/rst_rst
75+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
76+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937679/rst_rst
7777
Checking test rst results ....
7878
Comparing sfcf021.tile1.nc .....USING NCCMP......OK
7979
Comparing sfcf021.tile2.nc .....USING NCCMP......OK
@@ -135,14 +135,14 @@ Checking test rst results ....
135135
Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK
136136
Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK
137137

138-
0: The total amount of wall time = 283.879319
139-
0: The maximum resident set size (KB) = 2993624
138+
0: The total amount of wall time = 282.957457
139+
0: The maximum resident set size (KB) = 2996672
140140

141141
Test rst PASS
142142

143143

144-
baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
145-
working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1012320/std_base_std_base
144+
baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_intel
145+
working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1937679/std_base_std_base
146146
Checking test std_base results ....
147147
Moving baseline std_base files ....
148148
Moving sfcf021.tile1.nc .........OK
@@ -205,11 +205,11 @@ Moving baseline std_base files ....
205205
Moving RESTART/iced.2021-03-23-21600.nc .........OK
206206
Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK
207207

208-
0: The total amount of wall time = 301.285978
209-
0: The maximum resident set size (KB) = 3004916
208+
0: The total amount of wall time = 1539.591764
209+
0: The maximum resident set size (KB) = 3005772
210210

211211
Test std_base PASS
212212

213213
OPERATION REQUIREMENT TEST WAS SUCCESSFUL
214-
Sat Feb 7 22:43:10 UTC 2026
215-
Elapsed time: 01h:21m:59s. Have a nice day!
214+
Sat Feb 14 02:16:51 UTC 2026
215+
Elapsed time: 02h:45m:15s. Have a nice day!

0 commit comments

Comments
 (0)