diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 5e57a89cf5..513f8d1539 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 5e57a89cf533fe98352bcfd1a464b1d50713274d +Subproject commit 513f8d153924e18ae0f91f5440195d15210a489e diff --git a/FV3 b/FV3 index 99091f9742..1648e176fa 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 99091f9742670bdebd84bd13f17b9115457d64dd +Subproject commit 1648e176fa869d0ca9ce9ea5822b3594afd8c353 diff --git a/NOAHMP-interface/CMakeLists.txt b/NOAHMP-interface/CMakeLists.txt index f8b6d99ab1..4344c2818f 100644 --- a/NOAHMP-interface/CMakeLists.txt +++ b/NOAHMP-interface/CMakeLists.txt @@ -13,6 +13,7 @@ list(APPEND _noahmp_cap_files noahmp/drivers/nuopc/lnd_comp_kind.F90 # CCPP interface list(APPEND _noahmp_ccpp_files noahmp/drivers/ccpp/noahmpdrv.F90 + noahmp/drivers/ccpp/lnd_iau_mod.F90 noahmp/drivers/ccpp/sfc_diff.f noahmp/drivers/ccpp/machine.F noahmp/drivers/ccpp/noahmp_tables.f90 diff --git a/NOAHMP-interface/noahmp b/NOAHMP-interface/noahmp index 3ac32f0db7..025043d1ad 160000 --- a/NOAHMP-interface/noahmp +++ b/NOAHMP-interface/noahmp @@ -1 +1 @@ -Subproject commit 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 +Subproject commit 025043d1ad662fca05f29f88ddd88ddf46c81882 diff --git a/WW3 b/WW3 index c7004b658b..4f518cf86b 160000 --- a/WW3 +++ b/WW3 @@ -1 +1 @@ -Subproject commit c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd +Subproject commit 4f518cf86baa723f9a1e7f5e4ed375f0d32a6f4a diff --git a/doc/UsersGuide/source/BuildingAndRunning.rst b/doc/UsersGuide/source/BuildingAndRunning.rst index 02bfb2a846..a1c35b31b6 100644 --- a/doc/UsersGuide/source/BuildingAndRunning.rst +++ b/doc/UsersGuide/source/BuildingAndRunning.rst @@ -452,7 +452,7 @@ Running the Model .. attention:: Although the following discussions are general, users may not be able to execute the script successfully "as is" unless they are on a - `Tier-1 platform `__. + :wm-wiki:`Tier-1 platform `. .. _UsingRegressionTest: @@ -504,8 +504,7 @@ or (2) create a new file (e.g., ``my_rt.conf``), add the tests, and execute ``./ On NOAA RDHPCS ------------------ -On `Tier-1 platforms `__, users can run +On :wm-wiki:`Tier-1 platforms `, users can run regression tests by editing the ``rt.conf`` file and executing: .. code-block:: console @@ -733,8 +732,7 @@ operational requirement test. The only difference is that the ``opnReqTest`` scr The ``tests/opnReqTests`` directory contains opnReqTest-specific lower-level scripts used to set up run configurations. -On `Tier-1 platforms `_, tests can +On :wm-wiki:`Tier-1 platforms `, tests can be run by invoking .. code-block:: console diff --git a/doc/UsersGuide/source/CAPE2020.rst b/doc/UsersGuide/source/CAPE2020.rst new file mode 100644 index 0000000000..821cd4da61 --- /dev/null +++ b/doc/UsersGuide/source/CAPE2020.rst @@ -0,0 +1,170 @@ +.. role:: raw-html(raw) + :format: html + +.. _cape-2020: + +********************* +July 2020 CAPE Case +********************* + +The July 2020 CAPE case is an atmosphere-only forecast run at C48 resolution with 127 vertical levels. It is set to run a 24-hour forecast from 2020-07-23 at 0z using the `FV3_GFS_v16 `_ physics suite and default values from the WM's `default_vars.sh `_ ``export_fv3_v16`` function. + +The original July 2020 CAPE case illustrated a shortcoming of the Global Forecast System (GFS) v16 --- low Convective Available Potential Energy (CAPE) predictions during summertime (:cite:t:`SunEtAl2024`). :cite:t:`SunEtAl2024` (2024) used this case study to investigate the low CAPE bias in the GFS and determined that "the GFS simulates smaller surface latent heat flux and larger surface sensible heat flux than the observations" due to "slightly drier-than-observed soil moisture" within the offline Global Data Assimilation System (GDAS) initial conditions used in the study. This resulted in less latent heat and moisture being fed back to the lower levels of the atmosphere and ultimately changed the overall vertical profile of the atmosphere, which lowered CAPE values relative to the older GFS v15.2. + +The UFS WM and its subcomponents have undergone signficant changes since the original July 2020 CAPE case study was posted and since :cite:t:`SunEtAl2024`'s experiment, so the current GFS v16 CAPE bias may have shifted. However, users may still wish to run this case and then experiment with different (potentially user-generated) initial conditions, a coupled land surface model (LSM), or other factors to explore elements that improve or worsen CAPE bias. Additionally, :cite:t:`SunEtAl2024`'s findings only apply to this case study, so users may wish to expand their research to include other warm-season cases. + +============================================ +Obtaining Data for the July 2020 CAPE Case +============================================ + +.. include:: ./doc-snippets/hsd_data.rst + +.. _chgres-data: + +User-Generated Data +--------------------- + +.. attention:: + + The following instructions apply only to users with access to :term:`HPSS` on :term:`RDHPCS`. In the future, there are plans to expand options for access to raw initial conditions data for other users. + +Users who have access to :term:`HPSS` can generate initial conditions (:term:`ICs`) for a particular forecast case (date) and resolution by downloading the raw GFS data and converting it to the appropriate resolution using the the UFS_UTILS ``gdas_init`` utility. ``gdas_init`` pulls the input data required by ``chgres_cube`` from HPSS and then runs the ``chgres_cube`` utility to create coldstart initial conditions for the desired resolution and number of vertical levels. Users who already have access to raw GFS ICs can use just the ``chgres_cube`` utility to perform the conversion on their existing data. Users may wish to refer to the `UFS_UTILS User's Guide `_ for more information. + +.. note:: + + In order to generate all necessary configuration, data, input, and fix files to run a configuration similar to the July 2020 CAPE case for another date (still C48 resolution), the user first needs to run the base ``ufs_test.sh`` script for the default July 2020 CAPE case as described in :numref:`Section %s `. + +To generate coldstart ICs via the UFS_UTILS ``gdas_init``/``chgres_cube`` utilities on an :term:`RDHPCS` with :term:`HPSS` access (e.g., Hera or Jet), the user can run the following commands: + +.. code-block:: console + + git clone https://github.com/ufs-community/UFS_UTILS.git + cd UFS_UTILS/fix + ./link_fixdirs.sh emc + cd .. + ./build_all.sh + cd util/gdas_init + +where ```` is Hera or Jet. + +Then, users will need to edit the ``config`` file to: + +* Set paths for data extraction and converted files (``EXTRACT_DIR`` and ``OUTDIR``, respectively) +* Set ``yy/mm/dd/hh`` to desired forecast start time +6 hours +* Set ``CDUMP`` to ``gfs`` to generate GFS ICs +* Set ``LEVS`` to 128 +* Set ``EXTRACT_DATA`` to ``yes`` (unless data is already staged in ``EXTRACT_DIR``) +* Set ``CRES_HIRES`` to desired resolution for coldstart files (e.g., ``C192``) + +These variables are documented in more detail in the `UFS_UTILS gdas_init documentation `_. + +In the machine-specific driver (e.g., ``driver.jet.sh``), users will need to set ``PROJECT_CODE`` to an account that the user can use for submitting batch jobs. + +After configuring the utility, users can run the driver script: + +.. code-block:: console + + ./driver..sh + +These steps will (1) pull raw GFS data from HPSS into ``EXTRACT_DIR`` and then (2) convert the raw data to coldstart ICs (placed in ``OUTDIR/gfs.YYYYMMDD/HH/model_data/atmos/input``). The converted coldstart ICs can then be used as input data for certain UFS WM regression tests (RTs) of corresponding model resolution and configuration (e.g., C48 GFS coldstart data in the ``control_c48.v2.sfc`` RT). + +.. note:: + + Note that since 6/4/24, the ``develop`` branch of UFS_UTILS generates only version 2 (v2) surface (sfc) files via ``gdas_init`` and ``chgres_cube``. Therefore, successful integration of the converted coldstart files has only been achieved using the recently added ``v2.sfc`` WM RTs (see e.g., :wm-repo:`control_c48.v2.sfc ` and PRs :wm-repo:`#2005 ` and :wm-repo:`#1977 `). Since the v2 surface files are significantly different from the v1 surface file format, the user may need to re-configure the higher resolution test case to ensure that fix files, physics suite, and other input data used are consistent with v2 surface files. + +.. _run-cape: + +================================= +Running the July 2020 CAPE Case +================================= + +This section explains how to run the July 2020 CAPE case described above using the ``ufs_test.sh`` script. + +Clone the Repository +-------------------- + +.. include:: ./doc-snippets/clone_hsd.rst + +Machine Configuration +----------------------- + +.. include:: ./doc-snippets/hsd_machine_config.rst + +.. _cape-config: + +Test Configuration +---------------------- + +The July 2020 CAPE case can be run as-is without adjusting the configuration. Users may also choose to run a similar configuration for a different date or the same July 2020 CAPE case at a higher resolution. + +Different Date +^^^^^^^^^^^^^^^^ + +Users may choose to run a similar UFS WM configuration for different dates with user-generated :term:`ICs` (see :numref:`Section %s ` for instructions on downloading this data from :term:`HPSS`). In this case, users will need to copy the ``gfs*.nc`` and ``sfc*.nc`` files from ``OUTDIR/gfs.YYYYMMDD/HH/model_data/atmos/input`` into the ``INPUT`` directory of a UFS WM run directory. (The run directory is set in ``create_xml.py`` as ``${PTMP}/${USER}/FV3_RT/rt_${pid}`` for HSD cases.) Note that this will only work when the run directory uses ICs of the same resolution. + +Additionally, users will need to adjust the model start time in the ``model_configure`` file. For example: + +.. code-block:: + + start_year: 2019 + start_month: 06 + start_day: 15 + start_hour: 06 + start_minute: 0 + start_second: 0 + nhours_fcst: 24 + fhrot: 0 + ... + +Different Resolution +^^^^^^^^^^^^^^^^^^^^^^ + +If users choose to run the July 2020 CAPE case at higher resolutions, they can generate GFS ICs at C192, C384, or C768 resolutions following the instructions :ref:`above `. However, they will also need to ensure that the experiment configuration files (i.e., ``${UFS_WM}/tests-dev/test_cases/tests/2020_CAPE`` and ``${UFS_WM}/tests-dev/test_cases/exp_conf/2020_CAPE``), input namelist, physics suites, and ``fv3_conf/*.IN`` file are consistent and configured properly for their desired resolution. Configurations at these higher resolutions are untested, and users can expect to do significant troubleshooting to make them work. + +When changing resolution, it is recommended that users view the :wm-repo:`control_c192 `, :wm-repo:`control_c384 `, or :wm-repo:`control_c768 ` test files as a starting point. Those test files will provide guidance on variable settings and ``model_configure``/input namelist settings. Additionally, users will need to ensure that the ``FV3_RUN`` file (named ``2020_CAPE.IN`` for the 2020_CAPE experiment) points to the correct input data. Users can modify the ``parm/fv3_conf`` files associated with the sample ``control_*`` tests to enable use of v2 surface data (as in the :wm-repo:`control_c48.v2.sfc ` or :wm-repo:`2020_CAPE ` cases). Any new or modified test file, input namelist, or ``*.IN`` file should be placed in the appropriate directory in ``tests-dev/exp_conf`` so that the files are correctly propagated into the ``tests-dev`` directory when invoking the ``-s`` argument with ``ufs_test.sh``. + +.. attention:: + + Although it is *possible* to adjust the July 2020 CAPE case to run at non-default resolutions, this is unsupported functionality. Users may experiment with the capability but will need to commit to significant troubleshooting/experimentation to run the case at those resolutions. + +Baseline Configuration +---------------------- + +.. include:: ./doc-snippets/hsd_baseline_config.rst + +.. _run-2020-cape: + +Running Tests +------------- + +.. include:: ./doc-snippets/hsd_run_tests.rst + +Examples +^^^^^^^^^^ + +A user with access to the ``epic`` account can run the ``2020_CAPE`` test case with the ``intel`` compiler on an :term:`RDHPCS` where they have access using the following command: + +.. code-block:: console + + ./ufs_test.sh -a epic -s -c -k -r -n "2020_CAPE intel" + +Running Multiple Cases +^^^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ./doc-snippets/hsd_run_multiple.rst + +.. _check-results: + +Checking Results +----------------- + +.. include:: ./doc-snippets/hsd_check_results.rst + +For example, to monitor progress or check results for the ``2020_CAPE_intel`` case, run: + +.. code-block:: console + + tail -f ${UFS_WM}/tests-dev/run_dir/2020_CAPE_intel/err + tail -f ${UFS_WM}/tests-dev/run_dir/2020_CAPE_intel/out + +.. include:: ./doc-snippets/hsd_notes.rst \ No newline at end of file diff --git a/doc/UsersGuide/source/CodeOverview.rst b/doc/UsersGuide/source/CodeOverview.rst index 852186292a..c05263fc06 100644 --- a/doc/UsersGuide/source/CodeOverview.rst +++ b/doc/UsersGuide/source/CodeOverview.rst @@ -31,7 +31,7 @@ Currently, Level 1 (or Tier-1) platforms for regression testing are: * Hercules (Intel/GNU compilers) * AWS Docker container (Intel) -More information is available in the `UFS WM wiki `__. +More information is available in the :wm-wiki:`UFS WM wiki `. Level 2-4 Systems =================== diff --git a/doc/UsersGuide/source/Configurations.rst b/doc/UsersGuide/source/Configurations.rst deleted file mode 100644 index 69d659ffa5..0000000000 --- a/doc/UsersGuide/source/Configurations.rst +++ /dev/null @@ -1,1028 +0,0 @@ -.. |nbsp| unicode:: 0xA0 - :trim: - -.. role:: raw-html(raw) - :format: html - -.. _Configurations: - -************************* -Configurations -************************* - -The UFS Weather Model (WM) can be run in any of several configurations, from a single-component atmospheric -model to a fully coupled model with multiple earth system components (e.g., atmosphere, ocean, sea-ice, land, and -mediator). This chapter documents a few of the currently supported configurations. For a full list of -supported configurations, view the `rt.conf `__ file. - -.. attention:: - - This chapter is a work in progress. There are a multitude of options for configuring the UFS WM, - and this chapter merely details a few supported configurations. It will be expanded over time - to include the full set of configurations supported for WM regression tests (RTs). - -.. _UFS-configurations-documented: - -.. list-table:: *Documented UFS Weather Model Configuration Categories* - :widths: 10 70 - :header-rows: 1 - - * - Configuration Category - - Description - * - :ref:`ATM ` - - Standalone Atmospheric Model (:term:`ATM`) - * - :ref:`ATMW ` - - Coupled :term:`ATM` and :term:`WW3` - * - :ref:`ATMAERO ` - - Coupled :term:`ATM` and :term:`GOCART` - * - :ref:`ATML ` - - Coupled :term:`ATM` and :term:`LND` - * - :ref:`LND ` - - Coupled :term:`CDEPS` - :term:`DATM` - :term:`LND` -:term:`CMEPS` - * - :ref:`RRFS ` - - :term:`ATM` with :term:`data assimilation` - * - :ref:`HAFS ` - - Coupled components may include :term:`CDEPS` - :term:`ATM` - :term:`HYCOM` - :term:`WW3` - :term:`MOM6` - :term:`CMEPS` - -This chapter details the supported build/run options for each supported configuration. -Click on the configuration category in :numref:`Table %s ` -to go to that section. Each configuration category includes sample code for setting ``CMAKE_FLAGS`` and ``CCPP_SUITES``. -Additionally, there is a list of preferred physics suites, examples of ``ufs.configure`` files, -and links to information on other input files required to run the model. - -============ -Background -============ - -Each RT configuration file (located in the ``ufs-weather-model/tests/tests`` -`directory `__) -sets default variables by calling setup functions from ``ufs-weather-model/tests/default_vars.sh`` -(see defaults `here `__). -Then, the RT configuration file sets test-specific variablesthese values will override -the defaults. For example, the ``control_c48`` test file sets a list of files that -it will use, calls the ``export_fv3`` function from ``default_vars.sh``, and then exports -test-specific variables. An excerpt is included below (``...`` indicates omitted lines): - -.. code-block:: console - - export LIST_FILES="sfcf000.nc \ - sfcf024.nc \ - atmf000.nc \ - atmf024.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - ... - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc" - - export_fv3 - - export INPES=1 - export JNPES=1 - export WRTTASK_PER_GROUP=2 - export NPZ=127 - export NPZP=128 - export NPX=49 - export NPY=49 - export DT_ATMOS=1200 - ... - -``default_vars.sh`` contains eight functions that set defaults for different types of tests. :numref:`Table %s ` describes what each function does. - -.. _def-funcs: - -.. list-table:: *default_vars.sh functions* - :widths: 10 70 - :header-rows: 1 - - * - Function Name - - Description - * - export_fv3 - - Set variables to the FV3 default values (first common variables, then model-specific ones). Different machines may have different defaults for some variables. - * - export_cpl - - Set variables to the default values for *coupled* / S2S configurations. - * - export_35d_run - - Set variables to the default values for EMC's weekly coupled benchmark 35d tests (see `rt_35d.conf `__). - * - export_datm_cdeps - - Set variables to the default values for configurations that use the data atmosphere (:term:`DATM`) component. - * - export_hafs_datm_cdeps - - Set variables to the default values for HAFS configurations that use the data atmosphere (DATM) component. - * - export_hafs_docn_cdeps - - Set variables to the default values for HAFS configurations that use the data ocean (:term:`DOCN`) component. - * - export_hafs_regional - - Set variables to the default values for regional HAFS configurations. - * - export_hafs - - Set variables to the default values for HAFS configurations. - -Multiple ``default_vars.sh`` functions may be called in a given test. Values set in one -function will be overridden when the same values are set in a subsequent function. - -The most up-to-date list of ``develop`` branch data required for each test is available in -the `UFS WM RT Data Bucket `__. -Users should click on "Browse Bucket" and navigate to the most recent date (in ``develop-YYYY-MM-DD`` format). -Then, users should select *Intel* or *GNU* based on the compiler used in the test they -want to run and then select the test name to see the required data. - -==================================== -Atmospheric Model Configurations -==================================== - -The atmospheric model configurations all use the UFS WM atmospheric component -and may couple it with other models (e.g., a wave or aerosol model). - -.. _atm-documented: - -ATM - Standalone Atmospheric Model -===================================== - -The standalone atmospheric model (:term:`ATM`) is an :term:`FV3`-based prognostic -atmospheric model that can be used for short- and medium-range research and operational -forecasts. In standalone mode, ``ATM`` is not coupled to any other model. - -Current ATM regression tests cover a wide variety of functionality and involve several -physics tests. :numref:`Table %s ` contains a small selection of ATM-only RTs; -it will be expanded to cover the full range of ATM-only supported configurations in time: - -.. _atm-rts: - -.. list-table:: *ATM regression test descriptions* - :widths: 10 40 10 10 15 5 - :header-rows: 1 - - * - Test Name - - Description - - Physics Suite (see `namelist options `__) - - DT_ATMOS - - Start Date - - Forecast Length (hours) - * - `control_c48 `__ - - Compare global control C48L127 results with previous trunk version - - FV3_GFS_v16 - - 1200 - - 2021-03-22 06:00:00 - - 24 - * - `control_p8 `__ - - Compare global control results with previous trunk version - - FV3_GFS_v17_p8 - - 720 - - 2021-03-22 06:00:00 - - 24 - * - `regional_control `__ - - FV3 regional control (hi-res 3km, small domain) test - - FV3_GFS_v15_thompson_mynn_lam3km - - 1800 - - 2016-10-03 00:00:00 - - 6 - -**Sample** ``CMAKE_FLAGS`` **Setting** - -.. code-block:: console - - export CMAKE_FLAGS="-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON" - -**Supported Physics Suites** - -.. list-table:: *Physics suites used in the ATM configurations above* - :widths: 10 50 - :header-rows: 1 - - * - Physics Suite - - Description - * - FV3_GFS_v16 - - The :term:`CCPP` GFS_v16 physics suite is described in the CCPP documentation `here `__. - * - FV3_GFS_v17_p8 - - The CCPP GFS_v17_p8 physics suite is described in the CCPP documentation `here `__. - * - FV3_GFS_v15_thompson_mynn_lam3km - - The CCPP GFS_v15 physics suite with the Thompson Aerosol-Aware Cloud Microphysics Scheme - (see `here `__) and - Mynn Surface Layer Module (see `here `__) - tailored for a limited area model (LAM) 3-km resolution grid. - -**Additional Information** - -Input files required for ATM configurations can be viewed in :numref:`Section %s ` -or in the `UFS WM RT Data Bucket `__. -Information on ``ufs.configure`` files is available in :numref:`Section %s `, -and a sample ATM ``ufs.configure`` file (``ufs.configure.atm.IN``) is available -`here `__. - -.. _atmw-documented: - -ATMW -======= - -The ATMW configuration couples :term:`ATM` with :term:`WaveWatch III`. -These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. - -.. list-table:: *ATMW regression test descriptions* - :widths: 50 10 30 50 10 10 10 10 10 - :header-rows: 1 - - * - Test |nbsp| Name |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| - - Description - - General Physics Parameters - - Detailed |nbsp| Physics |nbsp| Parameters |nbsp| (see |nbsp| namelist |nbsp| options `here `__ |nbsp| for variable definitions) - - Start |nbsp| Date |nbsp| |nbsp| |nbsp| |nbsp| - - Fcst Length (hours) - - Output Grid - - Configuration Files - - Other - * - `atmwav_control_noaero_p8 `__ - - Compare global control results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_GFS_v16" :raw-html:`

` - - **Microphysics:** IMP_PHYSICS=8 :raw-html:`

` - - **Time Step:** DT_ATMOS=720 :raw-html:`

` - - - **Set to FALSE:** LHEATSTRG, DO_UGWP_V1, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_TOFD, DO_UGWP_V1_OROG_ONLY, DO_UGWP_V0_NST_ONLY, LDIAG_UGWP, CA_GLOBAL, LANDICE, LGFDLMPRAD, DO_SAT_ADJ, MULTIGRID, USE_CICE_ALB, DO_RRTMGP :raw-html:`

` - **Set to TRUE:** USE_MERRA2, LSEASPRAY, DO_UGWP_V0, DO_GSL_DRAG_SS, DO_CA, CA_SGS, CA_TRIGGER, TILEDFIX, CPL, CPLWAV, CPLWAV2ATM, FRAC_GRID, WRITE_NSFLIP, DOGP_CLDOPTICS_LUT, DOGP_LWSCAT, DOGP_SGS_CNV, SATMEDMF :raw-html:`

` - **Set to VALUE:** IALB=2, IEMS=2, LSM=2, IOPT_DVEG=4, IOPT_CRS=2, IOPT_RAD=3, IOPT_ALB=1, IOPT_STC=3, IOPT_SFC=3, IOPT_TRS=2, IOPT_DIAG=2, D2_BG_K1=0.20, D2_BG_K2=0.04, PSM_BC=1, DDDMP=0.1, IAER=1011, KNOB_UGWP_VERSION=0, KNOB_UGWP_NSLOPE=1, NCA=1, NCELLS=5, NLIVES=12, NTHRESH=18, NSEED=1, NFRACSEED=0.5, NSPINUP=1, ISEED_CA=12345, FSICL=0, FSICS=0, DNATS=0, DZ_MIN=6, cap_dbug_flag=0, MIN_SEAICE=0.15, - - 2021-03-22 06:00:00 - - 12 - - OUTPUT_GRID=gaussian_grid :raw-html:`

` - **Grid Parameters**: INPES=$INPES_cpl_atmw, JNPES=$JNPES_cpl_atmw, NPZ=127, NPZP=128 - - FIELD_TABLE=field_table_thompson_noaero_tke - DIAG_TABLE=diag_table_p8_template - INPUT_NML=cpld_control.nml.IN - UFS_CONFIGURE=ufs.configure.atmw.IN - FV3_RUN=control_run.IN - - RUNTYPE=startup, med_model=cmeps, atm_model=fv3, wav_model=ww3 - -.. _atmaero-documented: - -ATMAERO -========= - -The ATMAERO configuration couples :term:`ATM` with :term:`GOCART`. -These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. - -.. attention:: - - Certain physics-related settings are common to all of the supported RRFS configurations. These values are set in each test's configuration file because they differ from the ``default_vars.sh`` values: - - General Physics Parameters: - * **Suite:** CCPP_SUITE= `FV3_GFS_v17_p8 `__ - * **Microphysics:** IMP_PHYSICS=8 - * **Time Step:** DT_ATMOS=720 - - Detailed Physics Parameters: - * **Set to FALSE:** DO_UGWP_V1, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_TOFD, DO_UGWP_V1_OROG_ONLY, DO_UGWP_V0_NST_ONLY, LDIAG_UGWP, CA_GLOBAL, LANDICE, LGFDLMPRAD, DO_SAT_ADJ, USE_CICE_ALB, DO_RRTMGP - * **Set to TRUE:** WRITE_DOPOST, CPL, CPLCHM, USE_MERRA2, LSEASPRAY, DO_UGWP_V0, DO_GSL_DRAG_SS, DO_CA, CA_SGS, CA_TRIGGER, TILEDFIX, FRAC_GRID, WRITE_NSFLIP, DOGP_CLDOPTICS_LUT, DOGP_LWSCAT, DOGP_SGS_CNV, SATMEDMF - * **Set to VALUE:** NSTF_NAME='2,0,0,0,0', atm_model='fv3', chm_model='gocart', DOMAINS_STACK_SIZE=8000000, IALB=2, IEMS=2, LSM=2, IOPT_DVEG=4, IOPT_CRS=2, IOPT_RAD=3, IOPT_ALB=1, IOPT_STC=3, IOPT_SFC=3, IOPT_TRS=2, IOPT_DIAG=2, D2_BG_K1=0.20, D2_BG_K2=0.04, PSM_BC=1, DDDMP=0.1, GWD_OPT=2, KNOB_UGWP_VERSION=0, KNOB_UGWP_NSLOPE=1, NCA=1, NCELLS=5, NLIVES=12, NTHRESH=18, NSEED=1, NFRACSEED=0.5, NSPINUP=1, ISEED_CA=12345, FSICL=0, FSICS=0, DZ_MIN=6, MIN_SEAICE=0.15 - - The "Detailed Physics Parameters" column in :numref:`Table %s ` details physics settings that differ from both the ``default_vars.sh`` values and these ATMAERO-specific defaults. - -.. _atmaero-rts: - -.. list-table:: *ATMAERO regression test descriptions* - :widths: 50 10 50 10 10 10 10 10 - :header-rows: 1 - - * - Test |nbsp| Name |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| - - Description - - Detailed |nbsp| Physics |nbsp| Parameters |nbsp| (see |nbsp| namelist |nbsp| options `here `__ |nbsp| for variable definitions) - - Start |nbsp| Date |nbsp| |nbsp| |nbsp| |nbsp| - - Fcst Length (hours) - - Output Grid - - Configuration Files - - Other - * - `atmaero_control_p8 `__ - - Compare global results for prognostic aerosols with previous trunk version - - **Set to FALSE:** LHEATSTRG :raw-html:`

` - **Set to TRUE:** ATMAERO default values only :raw-html:`

` - **Set to VALUE:** IAER=1011, DNATS=2 - - 2021-03-22 06:00:00 - - 24 - - OUTPUT_GRID=gaussian_grid :raw-html:`

` - **Grid Parameters**: INPES=${INPES_atmaero}, JNPES=${JNPES_atmaero}, NPZ=127, NPZP=128 - - FIELD_TABLE=field_table_thompson_noaero_tke_GOCART - DIAG_TABLE=diag_table_cpld.IN - INPUT_NML=ufs.configure.atmaero_esmf.IN - UFS_CONFIGURE=ufs.configure.atmaero.IN - FV3_RUN=control_run.IN - - RESTART_INTERVAL=12 -1 - * - `atmaero_control_p8_rad `__ - - Compare global results for prognostic aerosols with previous trunk version - - **Set to FALSE:** ATMAERO values only :raw-html:`

` - **Set to TRUE:** LHEATSTRG :raw-html:`

` - **Set to VALUE:** IAER=2011, DNATS=2 - - 2021-03-22 06:00:00 - - 24 - - OUTPUT_GRID=gaussian_grid :raw-html:`

` - **Grid Parameters**: NPZ=127, NPZP=128 - - FIELD_TABLE=field_table_thompson_noaero_tke_GOCART - DIAG_TABLE=diag_table_cpld.IN - INPUT_NML=cpld_control.nml.IN - UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN - FV3_RUN=control_run.IN - - RESTART_INTERVAL=12 -1 - * - `atmaero_control_p8_rad_micro `__ - - Compare global results for prognostic aerosols with previous trunk version - - **Set to FALSE:** :raw-html:`

` - **Set to TRUE:** LHEATSTRG :raw-html:`

` - **Set to VALUE:** IAER=2011, DNATS=4 - - 2021-03-22 06:00:00 - - 24 - - OUTPUT_GRID=gaussian_grid :raw-html:`

` - **Grid Parameters**: NPZ=127, NPZP=128 - - FIELD_TABLE=field_table_thompson_noaero_tke_GOCART - DIAG_TABLE=diag_table_p8_gocart_micro - INPUT_NML=merra2_thompson.nml.IN - UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN - FV3_RUN=control_run.IN - - RESTART_INTERVAL='12 -1' - -ATMAQ -======= - -**COMING SOON!** - -.. _atml-documented: - -ATML -====== - -The ATML configuration couples :term:`ATM` with :term:`LND`. -These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. - -.. attention:: - There is an issue with ``-D32BIT=ON`` in the ATM-LND tests, and NoahMP requires r8 libraries. - -.. COMMENT: Should "r8" be "p8"? - -.. _atml-rts: - -.. list-table:: *ATML regression test descriptions* - :widths: 10 40 10 10 15 5 - :header-rows: 1 - - * - Test Name - - Description - - Physics Suite (see `namelist options `__) - - DT_ATMOS - - Start Date - - Forecast Length (hours) - * - control_p8_atmlnd_sbs - - Compare global control results with previous trunk version - - FV3_GFS_v17_p8 - - 720 - - 2021-03-22 06:00:00 - - 24 - -**Sample** ``CMAKE_FLAGS`` **Setting** - -.. code-block:: console - - export CMAKE_FLAGS="-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v17_p8" - - -**Supported Physics Suites** - -.. list-table:: *Physics suites used in the ATM configurations above* - :widths: 10 50 - :header-rows: 1 - - * - Physics Suite - - Description - * - FV3_GFS_v17_p8 - - The :term:`CCPP` GFS_v17_p8 physics suite is described in the CCPP documentation `here `__. - -**Additional Information** - -Input files required for ATML configurations can be viewed in :numref:`Section %s (ATM) ` -and :numref:`Section %s (LND) ` or in the `UFS WM RT Data Bucket `__. -Information on ``ufs.configure`` files is available in :numref:`Section %s `, -and a sample ATML ``ufs.configure`` file (``ufs.configure.atm_lnd.IN``) is available -`here `__. - - -.. _rrfs-documented: - -======================================= -Rapid Refresh Forecast System (RRFS) -======================================= - -The RRFS configurations use an :term:`ATM`-only configuration on a high-resolution -regional grid with data assimilation capabilities. -These tests use the default values set in the ``export_fv3``, ``export_rap_common``, ``export_rrfs_v1``, and/or ``export_hrrr_conus13km`` functions of ``default_vars.sh`` unless other values are explicitly set in a given test file. In all tests, the values in ``export_fv3`` are set first. Depending on the test, some of these values may be overriden by ``export_rrfs_v1`` (which includes values from ``export_rap_common``) or ``export_hrrr_conus13km``. :numref:`Table %s ` compares the values set in ``export_fv3`` to the values set in the other functions. - -.. note:: - - ``export_rrfs_v1`` calls ``export_rap_common``, which calls ``export_fv3``. Values from ``export_fv3`` are set first, followed by values in ``export_rap_common`` and then values in ``export_rrfs_v1``. Values in italics indicate that the value is inherited from a previously-called function. - -.. _rrfs-default-vars-comparison: - -.. csv-table:: *RRFS Default Variables* - :file: tables/RRFSDefaultVariables.csv - :widths: 50 10 10 10 10 - :header-rows: 1 - :stub-columns: 1 - -Current RRFS regression tests cover a wide variety of functionality and involve several -physics tests. :numref:`Table %s ` (below) contains a selection of RTs for RRFS functionality. Blanks indicate that the value comes from the default setting file. These default values are listed in :numref:`Table %s ` above. - -.. _rrfs-rts: - -.. csv-table:: *RRFS regression test descriptions* - :file: tables/rrfs-rts.csv - :widths: 20 20 30 50 10 10 10 - :header-rows: 1 - -**Sample** ``CMAKE_FLAGS`` **Setting** - -.. code-block:: console - - export CMAKE_FLAGS="-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON" - -**Supported Physics Suites** - -.. list-table:: *Physics suites used in the RRFS configurations above* - :widths: 10 50 - :header-rows: 1 - - * - Physics Suite - - Description - * - FV3_HRRR - - The FV3_HRRR physics suite is described in the :term:`CCPP` documentation `here `__. - * - FV3_RRFS_v1beta - - The FV3_RRFS_v1beta physics suite is described in the CCPP documentation `here `__. - * - FV3_RRFS_v1nssl - - The FV3_RRFS_v1nssl physics suite is similar to the *FV3_RRFS_v1beta* suite; however, it uses the NSSL 2-moment microphysics scheme instead of the Thompson microphysics scheme. - - -**Additional Information** - -Each test file lists the input files required for a given test. Input files required for RRFS ATM configurations can be downloaded from the `UFS WM RT Data Bucket `__. Users who wish to run additional (unsupported) cases may also find useful data in the `NOAA RRFS data bucket `__. - -Information on ``ufs.configure`` files is available in :numref:`Section %s `. The supported RRFS WM RTs use the same ``ufs.configure`` file that ATM-only tests do (``ufs.configure.atm.IN``). This file can be viewed in the ``ufs-weather-model/tests/parm`` `directory `__. - -Additionally, users can find examples of various RRFS configuration files in the ``ufs-weather-model/tests/parm`` `directory `__. These files include ``model_configure_*``, ``*_run.IN`` (input run), ``*.nml.IN`` (input namelist), ``field_table_*``, and ``diag_table_*`` files. - -.. _lnd-documented: - -======= -LND -======= - -The LND configuration couples :term:`DATM`, :term:`CDEPS`, and :term:`CMEPS` with :term:`LND`. These tests use default values set in the ``export_datm_cdeps`` function of ``default_vars.sh``. - -.. _lnd-rts: - -.. list-table:: *LND regression test descriptions* - :widths: 10 40 10 10 15 5 - :header-rows: 1 - - * - Test Name - - Description - - Physics Suite - - DT_ATMOS - - Start Date - - Forecast Length (hours) - * - datm_cdeps_lnd_gswp3 - - DATM_CDEPS_NOAHMP_GSWP3 - control - - N/A - - N/A - - 2000-01-01 00:00:00 - - 24 - * - datm_cdeps_lnd_gswp3_rst - - DATM_CDEPS_NOAHMP_GSWP3_RST - control restart - - N/A - - N/A - - 2000-01-01 12:00:00 - - 12 - -**Sample** ``CMAKE_FLAGS`` **Setting** - -.. code-block:: console - - export CMAKE_FLAGS="-DAPP=LND" - -**Additional Information** - -Input files required for LND configurations can be viewed in :numref:`Section %s (LND) ` -or in the `UFS WM RT Data Bucket `__. -Information on ``ufs.configure`` files is available in :numref:`Section %s `, -and a sample ATML ``ufs.configure`` file (``ufs.configure.atm_lnd.IN``) is available -`here `__. - - -============================================= -Seasonal to Subseasonal (S2S) Configurations -============================================= - -**COMING SOON!** - -============== -NG-GODAS -============== - -**COMING SOON!** - -.. _hafs-documented: - -======================================================== -Hurricane Analysis and Reforecast System Configurations -======================================================== - -The HAFS configuration uses an :term:`DATM`-only configuration. - -These tests use the default values set in the ``export_fv3``, ``export_hafs``, ``export_hafs_regional``, ``export_hafs_datm_cdeps``, and ``export_hafs_docn_cdeps`` functions of ``default_vars.sh`` unless other values are explicitly set in a given test file. In all tests, the values in ``export_fv3`` are set first. - -.. note:: - - ``export_hafs`` calls ``export_hafs_regional``, which calls ``export_hafs_datm_cdeps`` or ``export_hafs_docn_cdeps``, which calls ``export_fv3``. Values from ``export_fv3`` are set first, followed by values in ``export_hafs``, ``export_hafs_regional``, and then values in ``export_hafs_datm_cdeps`` or ``export_hafs_docn_cdeps``. - - -.. list-table:: *Default physics-related variables used in the HAFS configurations below* - :widths: 10 50 - :header-rows: 1 - - * - Export Function - - Variables - * - export_hafs - - **Set to FALSE:** S2S, AQM, DATM_CDEPS, DOCN_CDEPS, HYBEDMF, CNVGWD, LTAEROSOL, LHEATSTRG, IS_MOVING_NEST :raw-html:`

` - **Set to TRUE:** FV3, HAFS, SATMEDMF, HURR_PBL, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_SS, DO_GSL_DRAG_TOFD, LRADAR, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** NTILES=1, IMFSHALCNV=2, IMFDEEPCNV=2, MONINQ_FAC=-1.0, ISATMEDMF=1, IOPT_SFC=1, IOPT_DVEG=2, IOPT_CRS=1, IOPT_RAD=1, IOPT_ALB=2, IOPT_STC=1, LSM=1, IMP_PHYSICS=11, IAER=111, CDMBWD=1.0,1.0,1.0,1.0, FV_CORE_TAU=5., RF_CUTOFF=30.e2, RF_CUTOFF_NEST=50.e2, VORTEX_TRACKER=0, NTRACK=0, MOVE_CD_X=0, MOVE_CD_Y=0, NFHOUT=3, NFHMAX_HF=-1, NFHOUT_HF=3, NSOUT=-1, OUTPUT_FH=-1 - * - export_hafs_regional - - **Set to FALSE:** S2S, AQM, DOCN_CDEPS, WRITE_DOPOST, USE_COLDSTART, MULTIGRID :raw-html:`

` - **Set to TRUE:** FV3, HAFS, CPL, QUILTING, OUTPUT_HISTORY, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** NTILES=1, FHMAX=6, ENS_NUM=1, DT_ATMOS=900, RESTART_INTERVAL=0, FHROT=0, coupling_interval_fast_sec=0, WRITE_GROUP=1, WRTTASK_PER_GROUP=6, NUM_FILES=2, FILENAME_BASE="'atm' 'sfc'", OUTPUT_GRID="'regional_latlon'", OUTPUT_FILE="'netcdf'", IDEFLATE=0, QUANTIZE_NSD=0, NFHOUT=3, NFHMAX_HF=-1, NFHOUT_HF=3, CEN_LON=-62.0, CEN_LAT=25.0, LON1=-114.5, LAT1=-5.0, LON2=-9.5, LAT2=55.0, DLON=0.03, DLAT=0.03, DIAG_TABLE=diag_table_hafs, FIELD_TABLE=field_table_hafs, WW3OUTDTHR=3, OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP", WAV_CUR='C', med_model=cmeps, pio_rearranger=box, CAP_DBUG_FLAG=0, CPLMODE=hafs, RUNTYPE=startup, MESH_WAV=mesh.hafs.nc, MODDEF_WAV=mod_def.natl_6m - * - export_hafs_datm_cdeps - - **Set to FALSE:** FV3, S2S, AQM, DOCN_CDEPS :raw-html:`

` - **Set to TRUE:** HAFS, DATM_CDEPS :raw-html:`

` - **Set to VALUE:** NTILES=1, atm_model=datm, DATM_IN_CONFIGURE=datm_in, DATM_STREAM_CONFIGURE=hafs_datm.streams.era5.IN - * - export_hafs_docn_cdeps - - **Set to FALSE:** S2S, AQM :raw-html:`

` - **Set to TRUE:** FV3, HAFS, DOCN_CDEPS :raw-html:`

` - **Set to VALUE:** NTILES=1, ocn_model=docn, ocn_datamode=sstdata, pio_rearranger=box, DOCN_IN_CONFIGURE=docn_in, DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN - -.. _hafs-rts: - -.. list-table:: *HAFS regression test descriptions* - :widths: 50 10 30 50 10 10 10 10 10 - :header-rows: 1 - - * - Test |nbsp| Name |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| - - Description - - General Physics Parameters - - Detailed |nbsp| Physics |nbsp| Parameters |nbsp| (see |nbsp| namelist |nbsp| options `here `__ |nbsp| for variable definitions) - - Start |nbsp| Date |nbsp| |nbsp| |nbsp| |nbsp| - - Fcst Length (hours) - - Output Grid - - Configuration Files - - Other - * - `rhafs_global_1nest_atm `__ - - Compare HAFS global with 1 nest and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=90 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, CPLOCN2ATM, NESTED :raw-html:`

` - **Set to VALUE:** - See ``export_hafs`` default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=global_latlon, OUTPUT_GRID_2=rotated_latlon :raw-html:`

` - **Grid Parameters**: INPES=4, JNPES=5, NPX=97, NPY=97, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=241, NPY_NEST02=241 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_global_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_global_multiple_4nests_atm `__ - - Compare HAFS global with 4 multiple nests and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=90 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** WRITE_DOPOST, EXTERNAL_IC, NGGPS_IC, CPLOCN2ATM, NESTED :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=global_latlon, OUTPUT_GRID_2=regional_latlon, OUTPUT_GRID_3=rotated_latlon, OUTPUT_GRID_4=rotated_latlon, OUTPUT_GRID_5=rotated_latlon :raw-html:`

` - **Grid Parameters**: INPES=4, JNPES=5, NPX=97, NPY=97, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=241, NPY_NEST02=241, INPES_NEST03=6, JNPES_NEST03=10, NPX_NEST03=241, NPY_NEST03=241, INPES_NEST04=6, JNPES_NEST04=10, NPX_NEST04=361, NPY_NEST04=361, INPES_NEST05=6, JNPES_NEST05=10, NPX_NEST05=361, NPY_NEST05=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_global_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - INPUT_NEST03_NML=input_nest_hafs.nml.IN - INPUT_NEST04_NML=input_nest_hafs.nml.IN - INPUT_NEST05_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_global_storm_following_1nest_atm `__ - - Compare HAFS global with 1 storm-following moving nest and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, CPLOCN2ATM, NESTED :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=global_latlon, OUTPUT_GRID_2=rotated_latlon :raw-html:`

` - **Grid Parameters**: INPES=4, JNPES=5, NPX=97, NPY=97, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=73, NPY_NEST02=73 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_global_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_1nest_atm `__ - - Compare HAFS regional with 1 nest and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=90 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM, NESTED :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=rotated_latlon, OUTPUT_GRID_2=rotated_latlon :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_atm `__ - - Compare HAFS regional atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_atm_ocn `__ - - Compare HAFS regional atmosphere-ocean coupled HYCOM results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLWAV, CPLWAV2ATM, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_atm_ocn_wav `__ - - Compare HAFS regional atmosphere-ocean-wave coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLWAV2ATM, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPLWAV, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn_wav.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN hafs_ww3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_atm_thompson_gfdlsf `__ - - Compare the results from HAFS regional atmosphere only using the Thompson microphysics scheme and GFDL surface layer scheme with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_thompson_tedmf_gfdlsf" - - **Microphysics:** IMP_PHYSICS=8 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, DO_SAT_ADJ, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=cubed_sphere_grid :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs_thompson - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_atm_wav `__ - - Compare HAFS regional atmosphere-wave coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLOCN2ATM, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_wav.IN" - FV3_RUN="hafs_fv3_run.IN hafs_ww3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_datm_cdeps `__ - - Compare HAFS regional coupled CDEPS data atmosphere from ERA5 with regional HYCOM results with previous trunk version - - N/A: No active atmospheric component - - **Set to FALSE:** CPLWAV, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_datm_cdeps then export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 24 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=$INPES_dflt, JNPES=$JNPES_dflt - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn.IN" - FV3_RUN="hafs_datm_cdeps_era5.IN hycom_hat10_run.IN" - DATM_STREAM_CONFIGURE=hafs_datm.streams.era5.IN - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_docn `__ - - Compare HAFS regional coupled with regional data ocean from MOM6 results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLWAV, CPLWAV2ATM :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_docn_cdeps then export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 24 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_docn.IN" - FV3_RUN="hafs_fv3_run.IN hafs_docn_cdeps_mom6.IN" - DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_docn_oisst `__ - - Compare HAFS regional coupled with global data ocean from OISST results with previous trunk version - - **Suite:** CCPP_SUITE=FV3_HAFS_v1_gfdlmp_tedmf_nonsst - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLWAV, CPLWAV2ATM :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_docn_cdeps then export_hafs_regional then export_hafs default values. - - 2019-08-29 00:00:00 - - 6 - - OUTPUT_GRID=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=20, JNPES=12, NPX=721, NPY=601, NPZ=91, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_docn.IN" - FV3_RUN="hafs_fv3_run.IN hafs_docn_cdeps_oisst.IN" - DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.true., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_specified_moving_1nest_atm `__ - - Compare HAFS regional with 1 specified moving nest and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** WRITE_DOPOST, EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=rotated_latlon, OUTPUT_GRID_2=rotated_latlon_moving :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_storm_following_1nest_atm `__ - - Compare HAFS regional with 1 storm-following moving nest and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLFLX, CPLWAV, CPLWAV2ATM, CPL_IMP_MRG, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=rotated_latlon, OUTPUT_GRID_2=rotated_latlon_moving :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_storm_following_1nest_atm_ocn `__ - - Compare HAFS regional with 1 storm-following moving nest and atmosphere-ocean coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLWAV, CPLWAV2ATM, USE_COLDSTART, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional default values then export_hafs. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=regional_latlon, OUTPUT_GRID_2=regional_latlon_moving :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_storm_following_1nest_atm_ocn_debug `__ - - Compare HAFS regional with 1 storm-following moving nest and atmosphere-ocean coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLWAV, CPLWAV2ATM, USE_COLDSTART, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional default values then export_hafs. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=regional_latlon, OUTPUT_GRID_2=regional_latlon_moving :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_storm_following_1nest_atm_ocn_debug `__ - - Compare HAFS regional with 1 storm-following moving nest and atmosphere-ocean coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLWAV2ATM, USE_COLDSTART, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional default values then export_hafs. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=regional_latlon, OUTPUT_GRID_2=regional_latlon_moving :raw-html:`

` - **Grid Parameters**: INPES=$INPES_thrd, JNPES=$JNPES_thrd, INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)) - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_storm_following_1nest_atm_ocn_wav `__ - - Compare HAFS regional with 1 storm-following moving nest and atmosphere-ocean-wave coupled results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf_nonsst" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=180 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, IS_MOVING_NEST=".false.,.true.", CPLWAV2ATM, USE_COLDSTART, CDEPS_DOCN :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLFLX, CPLOCN2ATM, CPLWAV, CPL_IMP_MRG :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs_regional default values then export_hafs. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=rotated_latlon, OUTPUT_GRID_2=rotated_latlon :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm_ocn_wav.IN" - FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN hafs_ww3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - * - `hafs_regional_telescopic_2nests_atm `__ - - Compare HAFS regional with two telescopic nests and atmosphere only results with previous trunk version - - **Suite:** CCPP_SUITE="FV3_HAFS_v1_gfdlmp_tedmf" - - **Microphysics:** IMP_PHYSICS=11 - - **Time Step:** DT_ATMOS=90 - - **Set to FALSE:** MOUNTAIN, WARM_START, FULL_ZS_FILTER, CPLFLX, CPLWAV, CPLWAV2ATM, CMEPS, USE_COLDSTART :raw-html:`

` - **Set to TRUE:** EXTERNAL_IC, NGGPS_IC, REGIONAL, CPLOCN2ATM :raw-html:`

` - **Set to VALUE:** - Also, see export_hafs default values. - - 2020-08-25 12:00:00 - - 6 - - OUTPUT_GRID=rotated_latlon, OUTPUT_GRID_2=lambert_conformal, OUTPUT_GRID_3=regional_latlon :raw-html:`

` - **Grid Parameters**: INPES=6, JNPES=10, NPX=241, NPY=241, NPZ=64, NPZP=$(($NPZ + 1)), INPES_NEST02=6, JNPES_NEST02=10, NPX_NEST02=361, NPY_NEST02=361, INPES_NEST03=6, JNPES_NEST03=10, NPX_NEST03=361, NPY_NEST03=361 - - FIELD_TABLE=field_table_hafs - DIAG_TABLE=diag_table_hafs_template - INPUT_NML=input_regional_hafs.nml.IN - INPUT_NEST02_NML=input_nest_hafs.nml.IN - INPUT_NEST03_NML=input_nest_hafs.nml.IN - MODEL_CONFIGURE="model_configure_hafs.IN" - UFS_CONFIGURE="ufs.configure.hafs_atm.IN" - FV3_RUN="hafs_fv3_run.IN" - - RESTART_INTERVAL=1, atm_omp_num_threads=2, WARM_START=.false., READ_INCREMENT=.false., RES_LATLON_DYNAMICS="'fv3_increment.nc'" - -**Sample** ``CMAKE_FLAGS`` **Setting** - -.. code-block:: console - - export CMAKE_FLAGS="-DAPP=HAFS" - -**Supported Physics Suites** - -.. list-table:: *Physics suites used in the HAFS configurations above* - :widths: 10 50 - :header-rows: 1 - - * - Physics Suite - - Description - * - FV3_HAFS_v1_gfdlmp_tedmf - - The FV3_HAFS_v1_gfdlmp_tedmf physics suite is described in the :term:`CCPP` documentation `here `__. - * - FV3_HAFS_v1_gfdlmp_tedmf_nonsst - - The FV3_HAFS_v1_gfdlmp_tedmf_nonsst physics suite is described in the CCPP documentation `here `__. - * - FV3_HAFS_v1_thompson_tedmf_gfdlsf - - The FV3_HAFS_v1_thompson_tedmf_gfdlsf physics suite is described in the CCPP documentation `here `__. - diff --git a/doc/UsersGuide/source/FAQ.rst b/doc/UsersGuide/source/FAQ.rst index 939f057bd6..0fbb7977d8 100644 --- a/doc/UsersGuide/source/FAQ.rst +++ b/doc/UsersGuide/source/FAQ.rst @@ -10,7 +10,7 @@ How do I build and run a single test of the UFS Weather Model? An efficient way to build and run the UFS Weather Model is to use the regression test (``rt.sh``). This script is widely used by model developers on Tier 1 and 2 platforms -and is described in the UFS WM GitHub `wiki `_. The advantages to this approach are: +and is described in the UFS WM GitHub :wm-wiki:`wiki `. The advantages to this approach are: * It does not require a workflow, pre- or post-processing steps. * The batch submission script is generated. diff --git a/doc/UsersGuide/source/Glossary.rst b/doc/UsersGuide/source/Glossary.rst index aa012eb238..e6214ba86b 100644 --- a/doc/UsersGuide/source/Glossary.rst +++ b/doc/UsersGuide/source/Glossary.rst @@ -94,9 +94,15 @@ Glossary HAFS The Hurricane Analysis and Forecast System (`HAFS `_) is a :term:`UFS` application for hurricane forecasting. It is an :term:`FV3`-based multi-scale model and data assimilation (DA) system capable of providing analyses and forecasts of the inner core structure of tropical cyclones (TC) --- including hurricanes and typhoons --- out to 7 days. This is key to improving size and intensity predictions. HAFS also provides analyses and forecasts of the large-scale environment that is known to influence a TC's motion. HAFS development targets an operational analysis and forecast system for hurricane forecasters with reliable, robust and skillful guidance on TC track and intensity (including rapid intensification), storm size, genesis, storm surge, rainfall, and tornadoes associated with TCs. Currently, HAFS is under active development with collaborative efforts among NCEP/EMC, AOML/HRD, GFDL, ESRL/GSD, ESRL/NESII, OFCM/AOC, and NCAR/DTC. + HPSS + High Performance Storage System (HPSS). + HYCOM The HYbrid Coordinate Ocean Model (`HYCOM `_) was developed to address known shortcomings in the vertical coordinate scheme of the Miami Isopycnic-Coordinate Ocean Model (MICOM). HYCOM is a primitive equation, general circulation model with vertical coordinates that remain isopycnic in the open, stratified ocean. However, the isopycnal vertical coordinates smoothly transition to z-coordinates in the weakly stratified upper-ocean mixed layer, to terrain-following sigma coordinates in shallow water regions, and back to z-level coordinates in very shallow water. The latter transition prevents layers from becoming too thin where the water is very shallow. See the `HYCOM User's Guide `_ for more information on using the model. The `HYCOM model code `_ is publicly available on GitHub. + ICs + Initial conditions + LM4 NUOPC NOAA-GFDL Land Model version 4 @@ -161,6 +167,9 @@ Glossary Post-processor Software that enhances the value of the raw forecasts produced by the modeling application to make them more useful. At :term:`NCEP`, the :term:`UPP` (Unified Post Processor) software is used to convert data from spectral to gridded format, de-stagger grids, interpolate data vertically (e.g., to isobaric levels) and horizontally (to various predefined grids), and to compute derived variables. Some types of post-processors, such as statistical post-processors, use historical information of previous runs and observations to de-bias and calibrate its output. + RDHPCS + NOAA Research & Development High-Performance Computing Systems. + RT Regression test Tests to validate that software still performs as expected after a change. In general, RTs ensure that the code should produce the same results and performance, within predefined measures of variance. When a code change is designed to change results or performance, then a new baseline is created. From these baselines, regression tests determine whether a change has occurred. diff --git a/doc/UsersGuide/source/HSD.rst b/doc/UsersGuide/source/HSD.rst new file mode 100644 index 0000000000..199848ae69 --- /dev/null +++ b/doc/UsersGuide/source/HSD.rst @@ -0,0 +1,32 @@ +.. role:: raw-html(raw) + :format: html + +.. _hsd: + +******************************************** +Hierarchical System Development (HSD) Cases +******************************************** + +Hierarchical System Development is the ability to engage in development and testing at multiple levels of complexity in numerical weather prediction (NWP) software (such as the :term:`UFS`). It typically includes multiple entry points into development (e.g., atmospheric physics, ocean and ice dynamics, or data assimilation for land models and other earth system components), and it can include both operationally relevant and idealized configurations. + +Although the UFS Weather Model (WM) can be run in any of several configurations, from a single-component atmospheric model to a fully coupled model with multiple earth system components (e.g., atmosphere, ocean, sea-ice, land, mediator), this chapter documents just a few of the cases designed to support hierarchical system development (HSD) within the UFS. Additionally, it explains how to run cases in a container when users do not have access to NOAA :term:`RDHPC systems `. + +.. toctree:: + :maxdepth: 3 + + CAPE2020 + baroclinic_wave + HSDcontainer + +Currently, users can find information on running the following HSD cases: + + * The :ref:`July 2020 CAPE Case ` + * The :ref:`Baroclinic Instability Case ` + +For a full list of supported WM configurations, view the `rt.conf `_ file. + +.. attention:: + + This chapter is a work in progress. There are a multitude of options for configuring the UFS WM, + and this chapter merely details a few supported configurations. It will be expanded over time + to include a wide variety of idealized test cases for use in research and testing. diff --git a/doc/UsersGuide/source/HSDcontainer.rst b/doc/UsersGuide/source/HSDcontainer.rst new file mode 100644 index 0000000000..58c6bd9aae --- /dev/null +++ b/doc/UsersGuide/source/HSDcontainer.rst @@ -0,0 +1,381 @@ +.. role:: raw-html(raw) + :format: html + +.. _hsd-container: + +********************************************** +Running UFS WM Idealized Cases in a Container +********************************************** + +This chapter provides instructions for running the Unified Forecast System (:term:`UFS`) Weather Model (WM) Hierarchical System Develop (HSD) cases using a `Singularity/Apptainer `_ container. Normally, the details of building and running Earth system models will vary based on the computing platform because there are many possible combinations of operating systems, compilers, :term:`MPIs `, and package versions available. Installation via Singularity/Apptainer container reduces this variability and allows for a smoother experience building and running the UFS WM. This approach is recommended for users not running the UFS WM on a supported :wm-wiki:`Level 1 ` system (e.g., Hera, Orion). + +This chapter provides instructions for building and running the Unified Forecast System UFS WM HSD cases using a container. Currently, users can select from the following cases: + + * The :ref:`July 2020 CAPE Case ` + * The :ref:`Baroclinic Instability Case ` + +.. attention:: + + This chapter of the User's Guide should **only** be used for container builds. For non-container builds, see the chapters above for instructions on how to run individual cases. These chapters describe the steps for configuring and running the UFS WM HSD cases on a :wm-wiki:`Level 1 System ` **without** a container. + +.. _Prereqs: + +Prerequisites +***************** + +The containerized version of the UFS WM requires: + + * `Installation of Apptainer `_ (or its predecessor, Singularity) + * At least 240 CPU cores with individual nodes capable of running more than 40 tasks + * An **Intel** compiler and :term:`MPI` (available for `free here `_) + * The `Slurm `_ job scheduler + + +Install Apptainer +================== + +.. note:: + + As of November 2021, the Linux-supported version of Singularity has been `renamed `_ to *Apptainer*. Apptainer has maintained compatibility with Singularity, so ``singularity`` commands should work with either Singularity or Apptainer (see `compatibility details here `_.) + +To configure and run the HSD cases using a Apptainer container, first install the software according to the `Apptainer Installation Guide `_. This will include the installation of all dependencies. + +.. attention:: + Docker containers can only be run with root privileges, and users generally do not have root privileges on :term:`HPCs `. However, an Apptainer image may be built directly from a Docker image for use on the system. + +.. _DownloadContainer: + +Build the Container +********************** + +.. _CloudHPC: + +Set Environment Variables +============================= + +For users working on systems with limited disk space in their ``/home`` directory, it is important to set the ``SINGULARITY_CACHEDIR`` and ``SINGULARITY_TMPDIR`` environment variables to point to a location with adequate disk space. For example: + +.. code-block:: + + export SINGULARITY_CACHEDIR=/absolute/path/to/writable/directory/cache + export SINGULARITY_TMPDIR=/absolute/path/to/writable/directory/tmp + +where ``/absolute/path/to/writable/directory/`` refers to a writable directory (usually a project or user directory within ``/lustre``, ``/work``, ``/scratch``, or ``/glade`` on NOAA :term:`RDHPCS` systems). If the ``cache`` and ``tmp`` directories do not already exist, they must be created with the ``mkdir`` command. + +On NOAA Cloud systems, the ``sudo su`` command may also be required. For example, users would run: + +.. code-block:: + + mkdir /lustre/cache + mkdir /lustre/tmp + sudo su + export SINGULARITY_CACHEDIR=/lustre/cache + export SINGULARITY_TMPDIR=/lustre/tmp + exit + +.. note:: + ``/lustre`` is a fast but non-persistent file system used on NOAA Cloud systems. To retain work completed in this directory, `tar the files `_ and move them to the ``/contrib`` directory, which is much slower but persistent. + +.. COMMENT: + +.. _ContainerBuild: + +Build the Container +====================== + +Set a top-level directory location for UFS WM work, and navigate to it. For example: + +.. code-block:: console + + mkdir /path/to/hsd + cd /path/to/hsd + export HSD=`pwd` + +where ``/path/to/hsd`` is the path to this top-level directory (e.g., ``/Users/Joe.Schmoe/hsd``). + +.. hint:: + If a ``singularity: command not found`` error message appears in any of the following steps, try running: ``module load singularity`` or ``module load apptainer``. + +NOAA RDHPCS Systems +---------------------- + +On many NOAA :term:`RDHPCS`, a container named ``ubuntu22.04-intel-wm-dev-hsd-test.img`` has already been built, and users may access the container at the locations in :numref:`Table %s `. + +.. _PreBuiltContainers: + +.. table:: Locations of Pre-Built Containers + + +--------------------+--------------------------------------------------------+ + | Machine | File location | + +====================+========================================================+ + | Gaea | /gpfs/f5/epic/world-shared/containers | + +--------------------+--------------------------------------------------------+ + | Hera | /scratch1/NCEPDEV/nems/role.epic/containers | + +--------------------+--------------------------------------------------------+ + | Jet | /mnt/lfs5/HFIP/hfv3gfs/role.epic/containers | + +--------------------+--------------------------------------------------------+ + | NOAA Cloud [#fn]_ | /contrib/EPIC/containers | + +--------------------+--------------------------------------------------------+ + | Orion/Hercules | /work/noaa/epic/role-epic/contrib/containers | + +--------------------+--------------------------------------------------------+ + +.. [#fn] The CAPE case can run on the NOAA Cloud ParallelWorks (PW) platforms, but the baroclinic wave case cannot. + +Users can simply set an environment variable to point to the container: + +.. code-block:: console + + export img=path/to/ubuntu22.04-intel-wm-dev-hsd-test.img + +If users prefer, they may copy the container to their local working directory. For example, on Jet: + +.. code-block:: console + + cp /mnt/lfs5/HFIP/hfv3gfs/role.epic/containers/ubuntu22.04-intel-wm-dev-hsd-test.img . + +Other Systems +---------------- + +On other systems, users can build the Singularity container from a public Docker :term:`container` image or download the ``ubuntu22.04-intel-wm-dev-hsd-test.img`` container from the `UFS Hierarchical Testing Framework (HTF) Data Bucket `_. Downloading may be faster depending on the download speed on the user's system. Note that the container in the data bucket is from the November 20, 2024 ``develop`` branch. + +To download from the data bucket, users can run: + +.. code-block:: console + + wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20241115/ubuntu22.04-intel-wm-dev-hsd-test.img + +To build the container from a Docker image, users can run: + +.. code-block:: console + + singularity build --force ubuntu22.04-intel-wm-dev-hsd-test.img docker://noaaepic/ubuntu22.04-intel21.10-wm:ue160-fms202401-dev + +This process may take several hours depending on the system. + +.. note:: + + Some users may need to issue the ``singularity build`` command with ``sudo`` (i.e., ``sudo singularity build...``). Whether ``sudo`` is required is system-dependent. If ``sudo`` is required (or desired) for building the container, users should set the ``SINGULARITY_CACHEDIR`` and ``SINGULARITY_TMPDIR`` environment variables with ``sudo su``, as in the NOAA Cloud example from :numref:`Section %s ` above. + +.. _GetDataC: + +Get Data +*********** + +In order to run the UFS WM HSD cases, users will need both fix files and model input data. These files are already present on :wm-wiki:`Level 1 ` systems. + +Users on any system may download and untar the data from the `UFS Hierarchical Testing Framework (HTF) Data Bucket `_ into their ``$HSD`` directory. + +.. code-block:: console + + cd $HSD + wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20241115/HSD_fix_files_and_case_data.tar.gz + tar xvfz HSD_fix_files_and_case_data.tar.gz + +.. _RunContainer: + +Run the Container +******************** + +To run the container, users must: + + #. :ref:`Set up the container ` + #. :ref:`Configure the experiment ` + #. :ref:`Run the experiment ` + +.. _SetUpContainer: + +Set Up the Container +======================= + +Save the location of the container in an environment variable. + +.. code-block:: console + + export img=/path/to/ubuntu22.04-intel-wm-dev-hsd-test.img + +Users may convert a container ``.img`` file to a writable sandbox. This step is optional and unnecessary on most systems (it can take several hours): + +.. code-block:: console + + singularity build --sandbox ubuntu22.04-intel-wm-dev-hsd-test $img + +When making a writable sandbox on NOAA :term:`RDHPCS`, the following warnings commonly appear and can be ignored: + +.. code-block:: console + + INFO: Starting build... + INFO: Verifying bootstrap image ubuntu22.04-intel-wm-dev-hsd-test.img + WARNING: integrity: signature not found for object group 1 + WARNING: Bootstrap image could not be verified, but build will continue. + +From within the ``$HSD`` directory, copy the ``stage-rt.sh`` script out of the container. + +.. code-block:: console + + singularity exec -H $PWD $img cp /opt/stage-rt.sh . + +The ``stage-rt.sh`` script should now be in the ``$HSD`` directory. If for some reason, the previous command was unsuccessful, users may try a version of the following command instead: + +.. code-block:: console + + singularity exec -B /:/ $img cp /opt/stage-rt.sh . + +where ```` and ```` are replaced with a top-level directory on the local system and in the container, respectively. Additional directories can be bound by adding another ``-B /:/`` argument before the container location (``$img``). Note that if previous steps included a ``sudo`` command, ``sudo`` may be required in front of this command. + +.. note:: + + Sometimes binding directories with different names can cause problems. In general, it is recommended that the local base directory and the container directory have the same name. For example, if the host system's top-level directory is ``/user1234``, the user may want to convert the ``.img`` file to a writable sandbox and create a ``user1234`` directory in the sandbox to bind to. + +Run the ``stage-rt.sh`` script with the proper arguments. + +.. code-block:: console + + ./stage-rt.sh -c= -m= [-p=] -i=$img + +where: + + * ``-c`` is the compiler on the user's local machine (e.g., ``intel/2022.1.2``) + * ``-m`` is the :term:`MPI` on the user's local machine (e.g., ``impi/2022.1.2``) + * ``-p`` refers to the local machine/platform (e.g., ``hera``, ``jet``, ``gaea``, ``noaacloud``). Required for Gaea and Jet only. + * ``-i`` is the full path to the container image (e.g., ``$img`` or ``$HSD/ubuntu22.04-intel-wm-dev-hsd-test.img``). + +.. note:: + + When using a Singularity container, Intel compilers and Intel :term:`MPI` (preferably 2020 versions or newer) need to be available on the host system to properly launch MPI jobs. Generally, this is accomplished by loading a module with a recent Intel compiler and then loading the corresponding Intel MPI. + +When this command runs, ``stage-rt.sh`` will print the following message to the console: + +.. code-block:: console + + Copying out ufs-weather-model repo from the container + Set run_test.sh to use exe in the container + Updating compiler and mpi in fv3_slurm.IN_singularity + Creating ufs_singularity.intel.lua + Tricking ufs_test.sh file + Updating various files with host paths + Done + +Additionally, the user should see the ``ufs-weather-model`` directory in the ``$HSD`` directory (``ls``). + +.. note:: + + Gaea and Jet: + * Gaea uses a different compiler and MPI to run with the container: ``-c=intel-classic/2023.2.0 -m=cray-mpich/8.1.28`` + * On Jet, ``cd`` to ``/mnt`` first before navigating to individual user workspaces to use the container. + +.. _ConfigureExptC: + +Configure the Experiment +=========================== + +To configure the experiment, users may need to update the ``default_vars.sh`` script and/or the ``machine_singularity.config`` files. + +Module Modification +-------------------- + +The machine configuration file is located at ``ufs-weather-model/tests-dev/machine_config/machine_singularity.config``. It assumes that Rocoto can be loaded via ``module load`` command from the host machine's initial state. If an additional path or module needs to be loaded, modify the ``machine_singularity.config`` to reflect those additions. For example, if the Rocoto package is found within the ``contrib`` module, add ``module load contrib`` before the ``module load rocoto`` statement in the machine configuration file. + +Host Machine Modifications +--------------------------- + +Default variables for regression tests and HSD tests are set in the ``default_vars.sh`` script in the ``ufs-weather-model/tests`` directory copied *from the container*. The individual test scripts (e.g., ``baroclinic_wave``, ``2020_CAPE``) override these variables where necessary. However, when running the HSD cases in a container, the tasks-per-node (TPN) variables in the singularity section need to be modified to reflect the user's host machine TPN configuration. + +Test Configuration +-------------------- + +Additional configuration may be needed for the specific test the user plans to run. For information on test-specific configuration, view the information for specific tests: + + * The :ref:`July 2020 CAPE Test Configuration ` + * The :ref:`Baroclinic Instability Test Configuration ` + +.. _RunExptC: + +Run the Experiment +===================== + +To start the experiment, run: + +.. code-block:: console + + cd $HSD/ufs-weather-model/tests-dev + ./ufs_test.sh -a -s -c -k -r -n " " + +where: + +* ````: Account/project number for batch jobs. +* ````: Name of the test case (e.g., ``2020_CAPE`` or ``baroclinic_wave``). +* ````: Compiler used for the tests (``intel`` or ``gnu``). + +The script will loop until it runs both tasks or crashes. ``rococtostat`` can be used to track its progress; see the :ref:`Track Progress ` section for details. + +.. _TrackProgress: + +Track Progress +---------------- + +To check on the job status, users on a system with a Slurm job scheduler may run (usually in a separate terminal window): + +.. code-block:: console + + squeue -u $USER + +To view the experiment status, make sure that rocoto is loaded and run: + +.. code-block:: console + + rocotostat -w rocoto_workflow.xml -d rocoto_workflow.db -v 10 + +It will print a status table: + +.. code-block:: console + + CYCLE TASK JOBID STATE EXIT STATUS TRIES DURATION + =========================================================================================== + 197001010000 compile_atm_dyn32_intel 1 RUNNING - 0 0.0 + 197001010000 2020_CAPE_intel - - - - - + +If the job hangs or otherwise fails, stop the workflow in the active terminal using ``(Ctrl+C)``. To resubmit the experiment, remove the ``rocoto_workflow*`` files and lock directory before rerunning the ``ufs_test.sh`` script again: + +.. code-block:: console + + rm -rf rocoto_workflow* lock + +.. _CheckExptOutput: + +Check Experiment Output +------------------------- + +If the experiment completes successfully, the loop will exit with output similar to the following: + +.. code-block:: console + :emphasize-lines: 1, 2, 11 + + Rocoto workflow has completed. + + return 0 + + [[ true == true ]] + + [[ '' != '' ]] + ++ date '+%Y%m%d %T' + + TEST_END_TIME='20241115 16:43:41' + + export TEST_END_TIME + + python -c 'import create_log; create_log.finish_log()' + running: /usr/bin/singularity exec --env-file /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ufs-weather-model/container-scripts/ufswm.env -B /scratch1:/scratch1 /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ubuntu22.04-intel-wm-dev-hsd-test.img python tmp_arg_file.py + Performing Cleanup... + REGRESSION TEST RESULT: SUCCESS + + echo 'ufs_test.sh finished' + ufs_test.sh finished + + cleanup + ++ awk '{print $2}' + + PID_LOCK=2947803 + + [[ 2947803 == \2\9\4\7\8\0\3 ]] + + rm -rf /scratch1/NCEPDEV/stmp4/User.Name/hsd-test/new-cont/ufs-weather-model/tests-dev/lock + + [[ false == true ]] + + trap 0 + + exit + +The experiment output can be found under the run directory (``${PTMP}/${USER}/FV3_RT/rt_${pid}``), which will contain two subdirectories, two log files, and two environment variable files (one for the compile task and one for the experiment task). For example: + +.. code-block:: console + + $ ls run_dir/ + baroclinic_wave_intel compile_atm_dyn32_intel compile_atm_dyn32_intel.log + baroclinic_wave_intel.log compile_atm_dyn32_intel.env run_test_baroclinic_wave_intel.env diff --git a/doc/UsersGuide/source/Introduction.rst b/doc/UsersGuide/source/Introduction.rst index 829d332e4a..c82ebc3af4 100644 --- a/doc/UsersGuide/source/Introduction.rst +++ b/doc/UsersGuide/source/Introduction.rst @@ -45,9 +45,9 @@ The UFS WM code is portable and can be used with Linux or Mac operating systems .. COMMENT: Is the cellular automata stochastic scheme now supported? .. COMMENT: Which horizontal/vertical levels & placements are supported? Just the default ones? -Those wishing to contribute development to the UFS WM should become familiar with the procedures for running the model as a standalone component and for executing the regression tests described in the UFS WM GitHub `wiki `__ to make sure no inadvertent changes to the results have been introduced during the development process. +Those wishing to contribute development to the UFS WM should become familiar with the procedures for running the model as a standalone component and for executing the regression tests described in the UFS WM GitHub :wm-wiki:`wiki ` to make sure no inadvertent changes to the results have been introduced during the development process. -Support for the UFS WM is provided through the `UFS Forum `__ by the Developmental Testbed Center (DTC) and other groups involved in UFS development, such as NOAA's Environmental Modeling Center (:term:`EMC`), NOAA research laboratories (GFDL, NSSL, ESRL, and AOML), and :term:`NCAR`. UFS users and developers are encouraged not only to post questions, but also to help address questions posted by other members of the community. +Support for the UFS WM is provided through the :wm-repo:`UFS Forum ` by the Developmental Testbed Center (DTC) and other groups involved in UFS development, such as NOAA's Environmental Modeling Center (:term:`EMC`), NOAA research laboratories (GFDL, NSSL, ESRL, and AOML), and :term:`NCAR`. UFS users and developers are encouraged not only to post questions, but also to help address questions posted by other members of the community. This WM User's Guide is organized as follows: @@ -59,6 +59,8 @@ This WM User's Guide is organized as follows: * :numref:`Chapter %s ` (Configurations) lists the currently supported configurations for the UFS WM. + * :numref:`Chapter %s ` (Hierarchical System Development) explains how to run test cases that support Hierarchical System Development. + * :numref:`Chapter %s ` (Configuration Parameters) lists the purpose and valid values for various configuration parameters. * :numref:`Chapter %s ` (Automated Testing) describes UFS WM automated testing options. diff --git a/doc/UsersGuide/source/RTConfigurations.rst b/doc/UsersGuide/source/RTConfigurations.rst new file mode 100644 index 0000000000..49da568cc2 --- /dev/null +++ b/doc/UsersGuide/source/RTConfigurations.rst @@ -0,0 +1,510 @@ +.. |nbsp| unicode:: 0xA0 + :trim: + +.. role:: raw-html(raw) + :format: html + +.. _Configurations: + +******************************* +Regresson Test Configurations +******************************* + +The UFS Weather Model (WM) can be run in any of several configurations, from a single-component atmospheric +model to a fully coupled model with multiple earth system components (e.g., atmosphere, ocean, sea-ice, land, and +mediator). This chapter documents a few of the supported regression test (RT) configurations. For a full list of +supported RT configurations, view the `rt.conf `__ file. + +.. attention:: + + This chapter is a work in progress. There are a multitude of options for configuring the UFS WM, + and this chapter merely details a few supported configurations. It will be expanded over time + to include the full set of configurations supported for WM regression tests (RTs). + +.. _UFS-configurations-documented: + +.. list-table:: *Documented UFS Weather Model Configuration Categories* + :widths: 10 70 + :header-rows: 1 + + * - Configuration Category + - Description + * - :ref:`ATM ` + - Standalone Atmospheric Model (:term:`ATM`) + * - :ref:`ATMW ` + - Coupled :term:`ATM` and :term:`WW3` + * - :ref:`ATMAERO ` + - Coupled :term:`ATM` and :term:`GOCART` + * - :ref:`ATML ` + - Coupled :term:`ATM` and :term:`LND` + * - :ref:`LND ` + - Coupled :term:`CDEPS` - :term:`DATM` - :term:`LND` -:term:`CMEPS` + * - :ref:`RRFS ` + - :term:`ATM` with :term:`data assimilation` + * - :ref:`HAFS ` + - Coupled components may include :term:`CDEPS` - :term:`ATM` - :term:`HYCOM` - :term:`WW3` - :term:`MOM6` - :term:`CMEPS` + +This chapter details the supported build/run options for each supported configuration. +Click on the configuration category in :numref:`Table %s ` +to go to that section. Each configuration category includes sample code for setting ``CMAKE_FLAGS`` and ``CCPP_SUITES``. +Additionally, there is a list of preferred physics suites, examples of ``ufs.configure`` files, +and links to information on other input files required to run the model. + +============ +Background +============ + +Each RT configuration file (located in the ``ufs-weather-model/tests/tests`` +`directory `__) +sets default variables by calling setup functions from ``ufs-weather-model/tests/default_vars.sh`` +(see defaults `here `__). +Then, the RT configuration file sets test-specific variablesthese values will override +the defaults. For example, the ``control_c48`` test file sets a list of files that +it will use, calls the ``export_fv3`` function from ``default_vars.sh``, and then exports +test-specific variables. An excerpt is included below (``...`` indicates omitted lines): + +.. code-block:: console + + export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + ... + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + + export_fv3 + + export INPES=1 + export JNPES=1 + export WRTTASK_PER_GROUP=2 + export NPZ=127 + export NPZP=128 + export NPX=49 + export NPY=49 + export DT_ATMOS=1200 + ... + +``default_vars.sh`` contains eight functions that set defaults for different types of tests. :numref:`Table %s ` describes what each function does. + +.. _def-funcs: + +.. list-table:: *default_vars.sh functions* + :widths: 10 70 + :header-rows: 1 + + * - Function Name + - Description + * - export_fv3 + - Set variables to the FV3 default values (first common variables, then model-specific ones). Different machines may have different defaults for some variables. + * - export_cpl + - Set variables to the default values for *coupled* / S2S configurations. + * - export_35d_run + - Set variables to the default values for EMC's weekly coupled benchmark 35d tests (see `rt_35d.conf `__). + * - export_datm_cdeps + - Set variables to the default values for configurations that use the data atmosphere (:term:`DATM`) component. + * - export_hafs_datm_cdeps + - Set variables to the default values for HAFS configurations that use the data atmosphere (DATM) component. + * - export_hafs_docn_cdeps + - Set variables to the default values for HAFS configurations that use the data ocean (:term:`DOCN`) component. + * - export_hafs_regional + - Set variables to the default values for regional HAFS configurations. + * - export_hafs + - Set variables to the default values for HAFS configurations. + +Multiple ``default_vars.sh`` functions may be called in a given test. Values set in one +function will be overridden when the same values are set in a subsequent function. + +The most up-to-date list of ``develop`` branch data required for each test is available in +the `UFS WM RT Data Bucket `__. +Users should click on "Browse Bucket" and navigate to the most recent date (in ``develop-YYYY-MM-DD`` format). +Then, users should select *Intel* or *GNU* based on the compiler used in the test they +want to run and then select the test name to see the required data. + +==================================== +Atmospheric Model Configurations +==================================== + +The atmospheric model configurations all use the UFS WM atmospheric component +and may couple it with other models (e.g., a wave or aerosol model). + +.. _atm-documented: + +ATM - Standalone Atmospheric Model +===================================== + +The standalone atmospheric model (:term:`ATM`) is an :term:`FV3`-based prognostic +atmospheric model that can be used for short- and medium-range research and operational +forecasts. In standalone mode, ``ATM`` is not coupled to any other model. + +Current ATM regression tests cover a wide variety of functionality and involve several +physics tests. :numref:`Table %s ` contains a small selection of ATM-only RTs; +it will be expanded to cover the full range of ATM-only supported configurations in time: + +.. _atm-rts: + +.. list-table:: *ATM regression test descriptions* + :widths: 10 40 10 10 15 5 + :header-rows: 1 + + * - Test Name + - Description + - Physics Suite (see `namelist options `__) + - DT_ATMOS + - Start Date + - Forecast Length (hours) + * - `control_c48 `__ + - Compare global control C48L127 results with previous trunk version + - FV3_GFS_v16 + - 1200 + - 2021-03-22 06:00:00 + - 24 + * - `control_p8 `__ + - Compare global control results with previous trunk version + - FV3_GFS_v17_p8 + - 720 + - 2021-03-22 06:00:00 + - 24 + * - `regional_control `__ + - FV3 regional control (hi-res 3km, small domain) test + - FV3_GFS_v15_thompson_mynn_lam3km + - 1800 + - 2016-10-03 00:00:00 + - 6 + +**Sample** ``CMAKE_FLAGS`` **Setting** + +.. code-block:: console + + export CMAKE_FLAGS="-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON" + +**Supported Physics Suites** + +.. list-table:: *Physics suites used in the ATM configurations above* + :widths: 10 50 + :header-rows: 1 + + * - Physics Suite + - Description + * - FV3_GFS_v16 + - The :term:`CCPP` GFS_v16 physics suite is described in the CCPP documentation `here `__. + * - FV3_GFS_v17_p8 + - The CCPP GFS_v17_p8 physics suite is described in the CCPP documentation `here `__. + * - FV3_GFS_v15_thompson_mynn_lam3km + - The CCPP GFS_v15 physics suite with the Thompson Aerosol-Aware Cloud Microphysics Scheme + (see `here `__) and + Mynn Surface Layer Module (see `here `__) + tailored for a limited area model (LAM) 3-km resolution grid. + +**Additional Information** + +Input files required for ATM configurations can be viewed in :numref:`Section %s ` +or in the `UFS WM RT Data Bucket `__. +Information on ``ufs.configure`` files is available in :numref:`Section %s `, +and a sample ATM ``ufs.configure`` file (``ufs.configure.atm.IN``) is available +`here `__. + +.. _atmw-documented: + +ATMW +======= + +The ATMW configuration couples :term:`ATM` with :term:`WaveWatch III`. +These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. + +.. list-table:: *ATMW regression test descriptions* + :widths: 50 10 30 50 10 10 10 10 10 + :header-rows: 1 + + * - Test |nbsp| Name |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| + - Description + - General Physics Parameters + - Detailed |nbsp| Physics |nbsp| Parameters |nbsp| (see |nbsp| namelist |nbsp| options `here `__ |nbsp| for variable definitions) + - Start |nbsp| Date |nbsp| |nbsp| |nbsp| |nbsp| + - Fcst Length (hours) + - Output Grid + - Configuration Files + - Other + * - `atmwav_control_noaero_p8 `__ + - Compare global control results with previous trunk version + - **Suite:** CCPP_SUITE="FV3_GFS_v16" :raw-html:`

` + + **Microphysics:** IMP_PHYSICS=8 :raw-html:`

` + + **Time Step:** DT_ATMOS=720 :raw-html:`

` + + - **Set to FALSE:** LHEATSTRG, DO_UGWP_V1, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_TOFD, DO_UGWP_V1_OROG_ONLY, DO_UGWP_V0_NST_ONLY, LDIAG_UGWP, CA_GLOBAL, LANDICE, LGFDLMPRAD, DO_SAT_ADJ, MULTIGRID, USE_CICE_ALB, DO_RRTMGP :raw-html:`

` + **Set to TRUE:** USE_MERRA2, LSEASPRAY, DO_UGWP_V0, DO_GSL_DRAG_SS, DO_CA, CA_SGS, CA_TRIGGER, TILEDFIX, CPL, CPLWAV, CPLWAV2ATM, FRAC_GRID, WRITE_NSFLIP, DOGP_CLDOPTICS_LUT, DOGP_LWSCAT, DOGP_SGS_CNV, SATMEDMF :raw-html:`

` + **Set to VALUE:** IALB=2, IEMS=2, LSM=2, IOPT_DVEG=4, IOPT_CRS=2, IOPT_RAD=3, IOPT_ALB=1, IOPT_STC=3, IOPT_SFC=3, IOPT_TRS=2, IOPT_DIAG=2, D2_BG_K1=0.20, D2_BG_K2=0.04, PSM_BC=1, DDDMP=0.1, IAER=1011, KNOB_UGWP_VERSION=0, KNOB_UGWP_NSLOPE=1, NCA=1, NCELLS=5, NLIVES=12, NTHRESH=18, NSEED=1, NFRACSEED=0.5, NSPINUP=1, ISEED_CA=12345, FSICL=0, FSICS=0, DNATS=0, DZ_MIN=6, cap_dbug_flag=0, MIN_SEAICE=0.15, + - 2021-03-22 06:00:00 + - 12 + - OUTPUT_GRID=gaussian_grid :raw-html:`

` + **Grid Parameters**: INPES=$INPES_cpl_atmw, JNPES=$JNPES_cpl_atmw, NPZ=127, NPZP=128 + - FIELD_TABLE=field_table_thompson_noaero_tke + DIAG_TABLE=diag_table_p8_template + INPUT_NML=cpld_control.nml.IN + UFS_CONFIGURE=ufs.configure.atmw.IN + FV3_RUN=control_run.IN + - RUNTYPE=startup, med_model=cmeps, atm_model=fv3, wav_model=ww3 + +.. _atmaero-documented: + +ATMAERO +========= + +The ATMAERO configuration couples :term:`ATM` with :term:`GOCART`. +These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. + +.. attention:: + + Certain physics-related settings are common to all of the supported RRFS configurations. These values are set in each test's configuration file because they differ from the ``default_vars.sh`` values: + + General Physics Parameters: + * **Suite:** CCPP_SUITE= `FV3_GFS_v17_p8 `__ + * **Microphysics:** IMP_PHYSICS=8 + * **Time Step:** DT_ATMOS=720 + + Detailed Physics Parameters: + * **Set to FALSE:** DO_UGWP_V1, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_TOFD, DO_UGWP_V1_OROG_ONLY, DO_UGWP_V0_NST_ONLY, LDIAG_UGWP, CA_GLOBAL, LANDICE, LGFDLMPRAD, DO_SAT_ADJ, USE_CICE_ALB, DO_RRTMGP + * **Set to TRUE:** WRITE_DOPOST, CPL, CPLCHM, USE_MERRA2, LSEASPRAY, DO_UGWP_V0, DO_GSL_DRAG_SS, DO_CA, CA_SGS, CA_TRIGGER, TILEDFIX, FRAC_GRID, WRITE_NSFLIP, DOGP_CLDOPTICS_LUT, DOGP_LWSCAT, DOGP_SGS_CNV, SATMEDMF + * **Set to VALUE:** NSTF_NAME='2,0,0,0,0', atm_model='fv3', chm_model='gocart', DOMAINS_STACK_SIZE=8000000, IALB=2, IEMS=2, LSM=2, IOPT_DVEG=4, IOPT_CRS=2, IOPT_RAD=3, IOPT_ALB=1, IOPT_STC=3, IOPT_SFC=3, IOPT_TRS=2, IOPT_DIAG=2, D2_BG_K1=0.20, D2_BG_K2=0.04, PSM_BC=1, DDDMP=0.1, GWD_OPT=2, KNOB_UGWP_VERSION=0, KNOB_UGWP_NSLOPE=1, NCA=1, NCELLS=5, NLIVES=12, NTHRESH=18, NSEED=1, NFRACSEED=0.5, NSPINUP=1, ISEED_CA=12345, FSICL=0, FSICS=0, DZ_MIN=6, MIN_SEAICE=0.15 + +ATMAQ +======= + +**COMING SOON!** + +.. _atml-documented: + +ATML +====== + +The ATML configuration couples :term:`ATM` with :term:`LND`. +These tests use default values set in the ``export_fv3`` function of ``default_vars.sh``. + +.. attention:: + There is an issue with ``-D32BIT=ON`` in the ATM-LND tests, and NoahMP requires r8 libraries. + +.. COMMENT: Should "r8" be "p8"? + +.. _atml-rts: + +.. list-table:: *ATML regression test descriptions* + :widths: 10 40 10 10 15 5 + :header-rows: 1 + + * - Test Name + - Description + - Physics Suite (see `namelist options `__) + - DT_ATMOS + - Start Date + - Forecast Length (hours) + * - control_p8_atmlnd_sbs + - Compare global control results with previous trunk version + - FV3_GFS_v17_p8 + - 720 + - 2021-03-22 06:00:00 + - 24 + +**Sample** ``CMAKE_FLAGS`` **Setting** + +.. code-block:: console + + export CMAKE_FLAGS="-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v17_p8" + + +**Supported Physics Suites** + +.. list-table:: *Physics suites used in the ATM configurations above* + :widths: 10 50 + :header-rows: 1 + + * - Physics Suite + - Description + * - FV3_GFS_v17_p8 + - The :term:`CCPP` GFS_v17_p8 physics suite is described in the CCPP documentation `here `__. + +**Additional Information** + +Input files required for ATML configurations can be viewed in :numref:`Section %s (ATM) ` +and :numref:`Section %s (LND) ` or in the `UFS WM RT Data Bucket `__. +Information on ``ufs.configure`` files is available in :numref:`Section %s `, +and a sample ATML ``ufs.configure`` file (``ufs.configure.atm_lnd.IN``) is available +`here `__. + + +.. _rrfs-documented: + +======================================= +Rapid Refresh Forecast System (RRFS) +======================================= + +The RRFS configurations use an :term:`ATM`-only configuration on a high-resolution +regional grid with data assimilation capabilities. +These tests use the default values set in the ``export_fv3``, ``export_rap_common``, ``export_rrfs_v1``, and/or ``export_hrrr_conus13km`` functions of ``default_vars.sh`` unless other values are explicitly set in a given test file. In all tests, the values in ``export_fv3`` are set first. Depending on the test, some of these values may be overriden by ``export_rrfs_v1`` (which includes values from ``export_rap_common``) or ``export_hrrr_conus13km``. :numref:`Table %s ` compares the values set in ``export_fv3`` to the values set in the other functions. + +.. note:: + + ``export_rrfs_v1`` calls ``export_rap_common``, which calls ``export_fv3``. Values from ``export_fv3`` are set first, followed by values in ``export_rap_common`` and then values in ``export_rrfs_v1``. Values in italics indicate that the value is inherited from a previously-called function. + +.. _rrfs-default-vars-comparison: + +.. csv-table:: *RRFS Default Variables* + :file: tables/RRFSDefaultVariables.csv + :widths: 50 10 10 10 10 + :header-rows: 1 + :stub-columns: 1 + +Current RRFS regression tests cover a wide variety of functionality and involve several +physics tests. + +**Sample** ``CMAKE_FLAGS`` **Setting** + +.. code-block:: console + + export CMAKE_FLAGS="-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON" + +**Supported Physics Suites** + +.. list-table:: *Physics suites used in the RRFS configurations above* + :widths: 10 50 + :header-rows: 1 + + * - Physics Suite + - Description + * - FV3_HRRR + - The FV3_HRRR physics suite is described in the :term:`CCPP` documentation `here `__. + * - FV3_RRFS_v1beta + - The FV3_RRFS_v1beta physics suite is described in the CCPP documentation `here `__. + * - FV3_RRFS_v1nssl + - The FV3_RRFS_v1nssl physics suite is similar to the *FV3_RRFS_v1beta* suite; however, it uses the NSSL 2-moment microphysics scheme instead of the Thompson microphysics scheme. + + +**Additional Information** + +Each test file lists the input files required for a given test. Input files required for RRFS ATM configurations can be downloaded from the `UFS WM RT Data Bucket `__. Users who wish to run additional (unsupported) cases may also find useful data in the `NOAA RRFS data bucket `__. + +Information on ``ufs.configure`` files is available in :numref:`Section %s `. The supported RRFS WM RTs use the same ``ufs.configure`` file that ATM-only tests do (``ufs.configure.atm.IN``). This file can be viewed in the ``ufs-weather-model/tests/parm`` `directory `__. + +Additionally, users can find examples of various RRFS configuration files in the ``ufs-weather-model/tests/parm`` `directory `__. These files include ``model_configure_*``, ``*_run.IN`` (input run), ``*.nml.IN`` (input namelist), ``field_table_*``, and ``diag_table_*`` files. + +.. _lnd-documented: + +======= +LND +======= + +The LND configuration couples :term:`DATM`, :term:`CDEPS`, and :term:`CMEPS` with :term:`LND`. These tests use default values set in the ``export_datm_cdeps`` function of ``default_vars.sh``. + +.. _lnd-rts: + +.. list-table:: *LND regression test descriptions* + :widths: 10 40 10 10 15 5 + :header-rows: 1 + + * - Test Name + - Description + - Physics Suite + - DT_ATMOS + - Start Date + - Forecast Length (hours) + * - datm_cdeps_lnd_gswp3 + - DATM_CDEPS_NOAHMP_GSWP3 - control + - N/A + - N/A + - 2000-01-01 00:00:00 + - 24 + * - datm_cdeps_lnd_gswp3_rst + - DATM_CDEPS_NOAHMP_GSWP3_RST - control restart + - N/A + - N/A + - 2000-01-01 12:00:00 + - 12 + +**Sample** ``CMAKE_FLAGS`` **Setting** + +.. code-block:: console + + export CMAKE_FLAGS="-DAPP=LND" + +**Additional Information** + +Input files required for LND configurations can be viewed in :numref:`Section %s (LND) ` +or in the `UFS WM RT Data Bucket `__. +Information on ``ufs.configure`` files is available in :numref:`Section %s `, +and a sample ATML ``ufs.configure`` file (``ufs.configure.atm_lnd.IN``) is available +`here `__. + + +============================================= +Seasonal to Subseasonal (S2S) Configurations +============================================= + +**COMING SOON!** + +============== +NG-GODAS +============== + +**COMING SOON!** + +.. _hafs-documented: + +======================================================== +Hurricane Analysis and Reforecast System Configurations +======================================================== + +The HAFS configuration uses an :term:`DATM`-only configuration. + +These tests use the default values set in the ``export_fv3``, ``export_hafs``, ``export_hafs_regional``, ``export_hafs_datm_cdeps``, and ``export_hafs_docn_cdeps`` functions of ``default_vars.sh`` unless other values are explicitly set in a given test file. In all tests, the values in ``export_fv3`` are set first. + +.. note:: + + ``export_hafs`` calls ``export_hafs_regional``, which calls ``export_hafs_datm_cdeps`` or ``export_hafs_docn_cdeps``, which calls ``export_fv3``. Values from ``export_fv3`` are set first, followed by values in ``export_hafs``, ``export_hafs_regional``, and then values in ``export_hafs_datm_cdeps`` or ``export_hafs_docn_cdeps``. + +.. list-table:: *Default physics-related variables used in the HAFS configurations below* + :widths: 10 50 + :header-rows: 1 + + * - Export Function + - Variables + * - export_hafs + - **Set to FALSE:** S2S, AQM, DATM_CDEPS, DOCN_CDEPS, HYBEDMF, CNVGWD, LTAEROSOL, LHEATSTRG, IS_MOVING_NEST :raw-html:`

` + **Set to TRUE:** FV3, HAFS, SATMEDMF, HURR_PBL, DO_GSL_DRAG_LS_BL, DO_GSL_DRAG_SS, DO_GSL_DRAG_TOFD, LRADAR, CPL_IMP_MRG :raw-html:`

` + **Set to VALUE:** NTILES=1, IMFSHALCNV=2, IMFDEEPCNV=2, MONINQ_FAC=-1.0, ISATMEDMF=1, IOPT_SFC=1, IOPT_DVEG=2, IOPT_CRS=1, IOPT_RAD=1, IOPT_ALB=2, IOPT_STC=1, LSM=1, IMP_PHYSICS=11, IAER=111, CDMBWD=1.0,1.0,1.0,1.0, FV_CORE_TAU=5., RF_CUTOFF=30.e2, RF_CUTOFF_NEST=50.e2, VORTEX_TRACKER=0, NTRACK=0, MOVE_CD_X=0, MOVE_CD_Y=0, NFHOUT=3, NFHMAX_HF=-1, NFHOUT_HF=3, NSOUT=-1, OUTPUT_FH=-1 + * - export_hafs_regional + - **Set to FALSE:** S2S, AQM, DOCN_CDEPS, WRITE_DOPOST, USE_COLDSTART, MULTIGRID :raw-html:`

` + **Set to TRUE:** FV3, HAFS, CPL, QUILTING, OUTPUT_HISTORY, CPL_IMP_MRG :raw-html:`

` + **Set to VALUE:** NTILES=1, FHMAX=6, ENS_NUM=1, DT_ATMOS=900, RESTART_INTERVAL=0, FHROT=0, coupling_interval_fast_sec=0, WRITE_GROUP=1, WRTTASK_PER_GROUP=6, NUM_FILES=2, FILENAME_BASE="'atm' 'sfc'", OUTPUT_GRID="'regional_latlon'", OUTPUT_FILE="'netcdf'", IDEFLATE=0, QUANTIZE_NSD=0, NFHOUT=3, NFHMAX_HF=-1, NFHOUT_HF=3, CEN_LON=-62.0, CEN_LAT=25.0, LON1=-114.5, LAT1=-5.0, LON2=-9.5, LAT2=55.0, DLON=0.03, DLAT=0.03, DIAG_TABLE=diag_table_hafs, FIELD_TABLE=field_table_hafs, WW3OUTDTHR=3, OUTPARS_WAV="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP", WAV_CUR='C', med_model=cmeps, pio_rearranger=box, CAP_DBUG_FLAG=0, CPLMODE=hafs, RUNTYPE=startup, MESH_WAV=mesh.hafs.nc, MODDEF_WAV=mod_def.natl_6m + * - export_hafs_datm_cdeps + - **Set to FALSE:** FV3, S2S, AQM, DOCN_CDEPS :raw-html:`

` + **Set to TRUE:** HAFS, DATM_CDEPS :raw-html:`

` + **Set to VALUE:** NTILES=1, atm_model=datm, DATM_IN_CONFIGURE=datm_in, DATM_STREAM_CONFIGURE=hafs_datm.streams.era5.IN + * - export_hafs_docn_cdeps + - **Set to FALSE:** S2S, AQM :raw-html:`

` + **Set to TRUE:** FV3, HAFS, DOCN_CDEPS :raw-html:`

` + **Set to VALUE:** NTILES=1, ocn_model=docn, ocn_datamode=sstdata, pio_rearranger=box, DOCN_IN_CONFIGURE=docn_in, DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN + +**Sample** ``CMAKE_FLAGS`` **Setting** + +.. code-block:: console + + export CMAKE_FLAGS="-DAPP=HAFS" + +**Supported Physics Suites** + +.. list-table:: *Physics suites used in the HAFS configurations above* + :widths: 10 50 + :header-rows: 1 + + * - Physics Suite + - Description + * - FV3_HAFS_v1_gfdlmp_tedmf + - The FV3_HAFS_v1_gfdlmp_tedmf physics suite is described in the :term:`CCPP` documentation `here `__. + * - FV3_HAFS_v1_gfdlmp_tedmf_nonsst + - The FV3_HAFS_v1_gfdlmp_tedmf_nonsst physics suite is described in the CCPP documentation `here `__. + * - FV3_HAFS_v1_thompson_tedmf_gfdlsf + - The FV3_HAFS_v1_thompson_tedmf_gfdlsf physics suite is described in the CCPP documentation `here `__. + diff --git a/doc/UsersGuide/source/baroclinic_wave.rst b/doc/UsersGuide/source/baroclinic_wave.rst new file mode 100644 index 0000000000..ac304dcf33 --- /dev/null +++ b/doc/UsersGuide/source/baroclinic_wave.rst @@ -0,0 +1,105 @@ +.. role:: raw-html(raw) + :format: html + +.. _baroclinic-wave: + +***************************** +Baroclinic Instability Case +***************************** + +The UFS WM baroclinic wave case adapts the test outlined in :cite:t:`Jablonowski&Williamson2006` (2006). This test is designed to evaluate the accuracy of various atmospheric models in simulating a baroclinic wave, which commonly forms in the Northern Hemisphere and influences weather patterns. This test aims to assess how well "dry dynamical cores," the foundational components of weather and climate models that handle air movement and temperature changes, perform in idealized conditions. + +The simulation sets the model's atmosphere to an initial steady state, designed to be a simple, realistic representation of atmospheric conditions using the adiabatic (no heat exchange) and inviscid (no friction) primitive equations. The test first checks whether each model can maintain this steady, zonal (west-to-east) state without developing any unintended changes. After verifying this, the next step is to introduce a small disturbance, or perturbation, which triggers the growth of a baroclinic wave. The wave then evolves over several simulated days, allowing the researchers to observe how accurately different models handle the wave's development and movement. + +This test provides a standard way to assess how different atmospheric models handle the development of baroclinic waves. The results help identify which models are more accurate and can serve as benchmarks for model improvement, ultimately contributing to better simulations of atmospheric behavior in weather and climate predictions. + +In the UFS WM, the idealized baroclinic wave test case is an atmosphere-only, :term:`dycore`-only forecast run at C192 resolution with 127 vertical levels. It uses default values from the WM's ``export_fv3`` function, along with default values for a tiled grid namelist (from ``export_tiled``). These initial values are set based on values from `default_vars.sh `_. + +The test is set to run a dynamics-only 24-hour forecast from 2019-12-03 at 0z. However, it is recommended that users modify the case to run it as a 5-10 day forecast by setting the forecast length (``FHMAX``) to 120-240 hours in the test file (see :numref:`Section %s ` for instructions). Users will also need to update ``OUTPUT_FH`` accordingly. This ensures that users will be able to see the disturbance (wave propagation) develop, starting about 120-150 hours into the forecast. + +============================= +Obtaining Data for HSD Cases +============================= + +.. include:: ./doc-snippets/hsd_data.rst + +.. _run-bw: + +================================== +Running the Baroclinic Wave Case +================================== + +This section explains how to run the baroclinic wave case described above using the ``ufs_test.sh`` script. + +Clone the Repository +-------------------- + +.. include:: ./doc-snippets/clone_hsd.rst + +Machine Configuration +----------------------- + +.. include:: ./doc-snippets/hsd_machine_config.rst + +.. _bw-config: + +Test Configuration +---------------------- + +It is recommended that users adjust certain values in the baroclinic wave case. Currently, the forecast length (``FHMAX``) is set to 24 hours to maintain the regression testing baselines with reduced resource consumption. However, it is recommended that users run the case for 5-10 days (120-240 hours) to see the disturbance (wave propagation) develop about 120-150 hours into the forecast. To modify the case, open ``${UFS_WM}/tests-dev/test_cases/tests/baroclinic_wave`` using ``vi``/``vim`` or a code editor. Then, add ``FHMAX`` and update ``OUTPUT_FH`` to extend by increments of 6 to the new ``FHMAX``. + +.. code-block:: console + + export FHMAX=120 # (or 240) + export OUTPUT_FH='0 6 12 18 24 30 36 42 48 54 60 66 72 78 84 90 96 102 108 114 120' + +In general, it is preferable to make ``FHMAX`` a multiple of 24. + +.. note:: + + On Jet, users will also need to adjust ``${UFS_WM}/tests/fv3_conf/compile_slurm.IN_jet`` in order to manage memory requirements for longer runs of the ``baroclinic_wave`` test. Users will need to change the number of tasks per node from 8 to 6 and add ``#SBATCH --mem=0``. + + The file should include: + + .. code-block:: console + + #SBATCH --ntasks-per-node=6 + #SBATCH --mem=0 + +Baseline Configuration +---------------------- + +.. include:: ./doc-snippets/hsd_baseline_config.rst + +Running Tests +------------- + +.. include:: ./doc-snippets/hsd_run_tests.rst + +Example: +^^^^^^^^^ + +Users with access to the ``epic`` account can run the ``baroclinic_wave`` test case with the ``intel`` compiler on :term:`RDHPCS` where they have access using the following command: + +.. code-block:: console + + ./ufs_test.sh -a epic -s -c -k -r -n "baroclinic_wave intel" + +Running Multiple Cases +^^^^^^^^^^^^^^^^^^^^^^^^ + +.. include:: ./doc-snippets/hsd_run_multiple.rst + +Checking Results +----------------- + +.. include:: ./doc-snippets/hsd_check_results.rst + +For example, to monitor progress or check results for the ``baroclinic_wave`` case, run: + +.. code-block:: console + + tail -f ${UFS_WM}/tests-dev/run_dir/baroclinic_wave_intel/err + tail -f ${UFS_WM}/tests-dev/run_dir/baroclinic_wave_intel/out + +.. include:: ./doc-snippets/hsd_notes.rst diff --git a/doc/UsersGuide/source/conf.py b/doc/UsersGuide/source/conf.py index ae16c27be2..ea31fb1d67 100644 --- a/doc/UsersGuide/source/conf.py +++ b/doc/UsersGuide/source/conf.py @@ -47,6 +47,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', + 'sphinx.ext.extlinks', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', @@ -95,8 +96,15 @@ # Ignore working links that cause a linkcheck 403 error. linkcheck_ignore = [r'https://agupubs\.onlinelibrary\.wiley\.com/doi/10\.1029/2020MS002260', r'https://glossary.ametsoc.org/wiki/*', + r'https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html', ] +linkcheck_allowed_redirects = {r"https://doi.org/.*": + r"https://rmets.onlinelibrary.wiley.com/doi/.*", + r"https://doi.org/.*": + r"https://journals.ametsoc.org/view/journals/.*", + } + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for @@ -249,6 +257,14 @@ def warn_undocumented_members(app, what, name, obj, options, lines): intersphinx_mapping = {'landda': ('https://land-da-workflow.readthedocs.io/en/latest/', None), } +# -- Options for extlinks extension --------------------------------------- + +extlinks_detect_hardcoded_links = True +extlinks = {'nco': ('https://www.nco.ncep.noaa.gov/idsb/implementation_standards/%s', '%s'), + 'wm-repo': ('https://github.com/ufs-community/ufs-weather-model/%s', '%s'), + 'wm-wiki': ('https://github.com/ufs-community/ufs-weather-model/wiki/%s','%s'), + } + # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. diff --git a/doc/UsersGuide/source/doc-snippets/clone_hsd.rst b/doc/UsersGuide/source/doc-snippets/clone_hsd.rst new file mode 100644 index 0000000000..4bbf6073fb --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/clone_hsd.rst @@ -0,0 +1,14 @@ +To start, recursively clone the repository: + +.. code-block:: console + + git clone --recursive -b develop https://github.com/ufs-community/ufs-weather-model.git + cd ufs-weather-model + +After cloning, users may save (or "export") the path to the UFS WM in an environment variable: + +.. code-block:: console + + export UFS_WM=$PWD + +Although this step is optional, users may find it convenient when navigating between directories. This documentation will use ``${UFS_WM}`` to refer to the path to the ``ufs-weather-model`` directory, but users may choose to type out the full path instead. diff --git a/doc/UsersGuide/source/doc-snippets/hsd_baseline_config.rst b/doc/UsersGuide/source/doc-snippets/hsd_baseline_config.rst new file mode 100644 index 0000000000..0c3aeb8925 --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_baseline_config.rst @@ -0,0 +1,5 @@ +Users may need to modify the baseline configuration file (``${UFS_WM}/tests-dev/baseline_setup.yaml``), which contains details on the location of staged input data, user-specific output directories, and batch job scheduling. The following variables are of particular importance: + +* ``dprefix``: Set this value to an existing directory where the user has write permissions. +* ``STMP``: Directory for baseline test output (typically ``${dprefix}/stmp4``) +* ``PTMP``: Directory for runtime files (typically ``${dprefix}/stmp2``) diff --git a/doc/UsersGuide/source/doc-snippets/hsd_check_results.rst b/doc/UsersGuide/source/doc-snippets/hsd_check_results.rst new file mode 100644 index 0000000000..a5eef368a5 --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_check_results.rst @@ -0,0 +1,21 @@ +When the test case finishes running, users should see console output that includes a ``SUCCESS`` message. For example: + +.. code-block:: console + :emphasize-lines: 2 + + Performing Cleanup... + REGRESSION TEST RESULT: SUCCESS + + echo 'ufs_test.sh finished' + ufs_test.sh finished + + cleanup + ++ awk '{print $2}' + + PID_LOCK=2133541 + + [[ 2133541 == \2\1\3\3\5\4\1 ]] + + rm -rf /scratch2/NAGAPE/epic/User.Name/ufs-weather-model/tests-dev/lock + + [[ false == true ]] + + trap 0 + + exit + +Compilation and model run directories can be accessed in the local repository via the ``run_dir`` softlink, which points to the actual ``FV3_RT`` directory. Each test generates ``atm*.nc`` and ``sfc*.nc`` files at specified forecast hour intervals. + +Users can view progress of compile or model run phases by using the ``tail -f `` command or ``vi``/``vim`` on the ``err`` or ``out`` files in the ``run_dir/compile*`` or ``run_dir/`` directories. \ No newline at end of file diff --git a/doc/UsersGuide/source/doc-snippets/hsd_data.rst b/doc/UsersGuide/source/doc-snippets/hsd_data.rst new file mode 100644 index 0000000000..5ddb2f5227 --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_data.rst @@ -0,0 +1,6 @@ +Data for the HSD cases is already staged on Tier-1 platforms at the ``INPUTDATA_ROOT*`` locations listed in `baseline_setup.yaml `_. However, users on any platform can download the data directly from the `HTF data bucket `_ using ``wget``. + +.. code-block:: console + + wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20241115/HSD_INPUT_DATA/HSD_INPUT_DATA.tar.gz + tar xvfz HSD_INPUT_DATA.tar.gz diff --git a/doc/UsersGuide/source/doc-snippets/hsd_machine_config.rst b/doc/UsersGuide/source/doc-snippets/hsd_machine_config.rst new file mode 100644 index 0000000000..02e7534bc8 --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_machine_config.rst @@ -0,0 +1,7 @@ +The HSD cases are configured to be run on NOAA Tier-1 platforms, and the configuration files for each platform are located at: + +.. code-block:: console + + ${UFS_WM}/tests-dev/machine_config/machine_.config + +where ```` corresponds to the name of the platform. These configuration files load the necessary Python and Rocoto modules for each platform. Users generally do not need to make any changes to these files. \ No newline at end of file diff --git a/doc/UsersGuide/source/doc-snippets/hsd_notes.rst b/doc/UsersGuide/source/doc-snippets/hsd_notes.rst new file mode 100644 index 0000000000..b279a9891c --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_notes.rst @@ -0,0 +1,9 @@ +.. note:: + + Once the tests run successfully with the ``-c`` option (baseline created), users can compare future test results with the newly created baseline using ``-m`` instead of ``-c``. + +For further test management, users may save the test directory location in an environment variable: + +.. code-block:: console + + export UFS_WM_TEST=/path/to/expt_dirs/ufs_test \ No newline at end of file diff --git a/doc/UsersGuide/source/doc-snippets/hsd_run_multiple.rst b/doc/UsersGuide/source/doc-snippets/hsd_run_multiple.rst new file mode 100644 index 0000000000..9c503e2087 --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_run_multiple.rst @@ -0,0 +1,11 @@ +To run multiple cases at once, modify ``ufs_test.yaml`` to contain only a subset of tests (e.g., ``2020_CAPE`` and ``baroclinic_wave``) and use the ``-l`` argument: + +.. code-block:: console + + ./ufs_test.sh -a epic -s -c -k -r -l ufs_test.yaml + +Alternatively, users may copy the sections for ``2020_CAPE``/``baroclinic_wave`` tests into a new YAML file (e.g., ``my_test_cases.yaml``) to call via ``ufs_test.sh``: + +.. code-block:: console + + ./ufs_test.sh -a epic -s -c -k -r -l my_test_cases.yaml \ No newline at end of file diff --git a/doc/UsersGuide/source/doc-snippets/hsd_run_tests.rst b/doc/UsersGuide/source/doc-snippets/hsd_run_tests.rst new file mode 100644 index 0000000000..af4610154d --- /dev/null +++ b/doc/UsersGuide/source/doc-snippets/hsd_run_tests.rst @@ -0,0 +1,26 @@ +Launch tests from the ``${UFS_WM}/tests-dev`` directory with the following command: + +.. code-block:: console + + cd ${UFS_WM}/tests-dev + ./ufs_test.sh -a [-s] [-c] -k -r -n " " + +where: + +* ````: Account/project number for batch jobs. +* ````: Name of the test case (e.g., ``2020_CAPE`` or ``baroclinic_wave``). +* ````: Compiler used for the tests (``intel`` or ``gnu``). + +**Command-line Options:** + +* ``-s``: Syncs scripts from ``./ufs-wm/tests`` to ``./ufs-wm/tests-dev`` (only required on the first run) +* ``-c``: Creates a new baseline (necessary until idealized case baselines are staged in the ``UFS_WM_RT`` directory). +* ``-k``: Keeps runtime directories after test completion +* ``l``: Runs test cases listed in a YAML file +* ``-m``: Compares against existing baseline results (baseline must exist) +* ``-n``: Runs a single test case +* ``-r``: Uses Rocoto workflow manager + +.. note:: + + After the initial run of ``ufs_test.sh`` with the ``-s`` option, users do not need to use ``-s`` again unless they subsequently alter files inside of ``tests-dev/test_cases``. If files have changed, the user will need to rerun ``ufs_test.sh`` with ``-s`` or work from a fresh clone so that everything is properly copied via ``-s``. \ No newline at end of file diff --git a/doc/UsersGuide/source/index.rst b/doc/UsersGuide/source/index.rst index 6004f5a5fe..290a9cfcc2 100644 --- a/doc/UsersGuide/source/index.rst +++ b/doc/UsersGuide/source/index.rst @@ -14,7 +14,8 @@ Welcome to the UFS Weather Model User's Guide CodeOverview BuildingAndRunning InputsOutputs - Configurations + RTConfigurations + HSD modules ConfigParameters AutomatedTesting diff --git a/doc/UsersGuide/source/references.bib b/doc/UsersGuide/source/references.bib index 0015b43304..249bd612d3 100644 --- a/doc/UsersGuide/source/references.bib +++ b/doc/UsersGuide/source/references.bib @@ -19,3 +19,24 @@ @article{BengtssonEtAl2020 url={https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2020MS002260}, year={2020}, } +@article{SunEtAl2024, + title={A Case Study Investigating the Low Summertime CAPE Behavior in the Global Forecast System}, + author={X. Sun and D. Heinzeller and L. Bernardet and L. Pan and W. Li and D. Turner and J. Brown.}, + journal={Weather and Forecasting}, + volume={39}, + number={1}, + pages={3-17}, + doi={https://doi.org/10.1175/WAF-D-22-0208.1}, + year={2024}, +} + +@article{Jablonowski&Williamson2006, + title={A baroclinic instability test case for atmospheric model dynamical cores}, + author={C. Jablonowski and D. L. Williamson}, + journal={Quarterly Journal of the Royal Meteorological Society}, + volume={132}, + number={621C}, + pages={2943-2975}, + doi={https://doi.org/10.1256/qj.06.12}, + year={2006}, +} diff --git a/doc/UsersGuide/source/tables/rrfs-rts.csv b/doc/UsersGuide/source/tables/rrfs-rts.csv deleted file mode 100644 index df89f780fe..0000000000 --- a/doc/UsersGuide/source/tables/rrfs-rts.csv +++ /dev/null @@ -1,11 +0,0 @@ -Test |nbsp| Name |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp| |nbsp|,Description,Default Settings,Physics |nbsp| Parameters |nbsp| (see |nbsp| `namelist options `__ for variable definitions),Fcst Length (hours),FIELD_TABLE,Other -`rrfs_v1beta `__,Compare RRFS_v1beta results with previous trunk version,``export_rrfs_v1``, , , ,RESTART_INTERVAL="6 -1"; OUTPUT_FH='0 09 12' -`rrfs_v1beta_debug `__,Compare RRFS_v1beta debug results with previous trunk version,``export_rrfs_v1``,,1, ,OUTPUT_FH="0 1" -`rrfs_v1nssl `__,Compare RRFS_v1nssl results with previous trunk version,``export_rrfs_v1``,CCPP_SUITE=FV3_RRFS_v1nssl :raw-html:`

` IMP_PHYSICS=17 :raw-html:`

` **Set to FALSE:** LTAEROSOL :raw-html:`

` **Set to TRUE:** NSSL_CCN_ON; NSSL_HAIL_ON; NSSL_INVERTCCN :raw-html:`

` **Set to VALUE:** NWAT=7, ,field_table_nssl_tke,RESTART_INTERVAL="6 -1"\; OUTPUT_FH='0 09 12' -`rrfs_v1nssl_nohailnoccn `__,Compare RRFS_v1nssl_nohailnoccn results with previous trunk version,``export_rrfs_v1``,CCPP_SUITE=FV3_RRFS_v1nssl :raw-html:`

` IMP_PHYSICS=17 :raw-html:`

` **Set to FALSE:** NSSL_CCN_ON; NSSL_HAIL_ON; LTAEROSOL :raw-html:`

` **Set to TRUE:** NSSL_INVERTCCN :raw-html:`

` **Set to VALUE:** NWAT=6,,field_table_nssl_nohailnoccn_tke,RESTART_INTERVAL="6 -1"; OUTPUT_FH='0 09 12' -`conus13km_control `__,"HRRR physics on 13km domain, control",``export_hrrr_conus13km``, , , ,RESTART_INTERVAL=1; QUILTING_RESTART=.false. -`conus13km_debug `__,"HRRR physics on 13km domain, debug run",``export_hrrr_conus13km``,,1,,RESTART_INTERVAL=1; QUILTING_RESTART=.false. -`conus13km_restart_mismatch `__,"HRRR physics on 13km domain, restart run",``export_hrrr_conus13km``,,,,FHROT=1;RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${SHOUR} + ${FHROT} )))0000"; RRFS_RESTART=YES; QUILTING_RESTART=.false. -`conus13km_2threads `__,"HRRR physics on 13km domain, two threads",``export_hrrr_conus13km``,,1,,RESTART_INTERVAL=1; atm_omp_num_threads=2; QUILTING_RESTART=.false.; WRTTASK_PER_GROUP=6 -`conus13km_debug_2threads `__,"HRRR physics on 13km domain, debug run with threads",``export_hrrr_conus13km``,,1, ,RESTART_INTERVAL=1; atm_omp_num_threads=2; WRTTASK_PER_GROUP=6; QUILTING_RESTART=.false. -`conus13km_radar_tten_debug `__,"HRRR physics on 13km domain, debug, with radar-derived temperature tendencies",``export_hrrr_conus13km``,,1,,"RESTART_INTERVAL=1; FH_DFI_RADAR='0.0\,0.25\,0.50\,0.75\,1.0'; QUILTING_RESTART=.false." \ No newline at end of file diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index 8e8525c21e..834c8fc41f 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -1,5 +1,5 @@ help([[ - This module loads libraries required for building and running UFS Weather Model + This module loads libraries required for building and running UFS Weather Model on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) diff --git a/modulefiles/ufs_gaea.intelllvm.lua b/modulefiles/ufs_gaea.intelllvm.lua index f91a712d27..01d8585454 100644 --- a/modulefiles/ufs_gaea.intelllvm.lua +++ b/modulefiles/ufs_gaea.intelllvm.lua @@ -1,16 +1,16 @@ help([[ - This module loads libraries required for building and running UFS Weather Model + This module loads libraries required for building and running UFS Weather Model on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) -prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") -stack_intel_ver=os.getenv("stack_intel_ver") or "2023.1.0" +stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0" load(pathJoin("stack-intel", stack_intel_ver)) -stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.25" +stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.28" load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver)) stack_python_ver=os.getenv("stack_python_ver") or "3.10.13" @@ -27,8 +27,7 @@ load(pathJoin("nccmp", nccmp_ver)) unload("darshan-runtime") unload("cray-libsci") -unload("intel-classic/2023.1.0") -load("intel-oneapi/2023.1.0") +load("intel-classic/2023.2.0") setenv("I_MPI_CC", "icx") setenv("I_MPI_CXX", "icpx") diff --git a/modulefiles/ufs_hera.intelllvm.lua b/modulefiles/ufs_hera.intelllvm.lua index 49e9f2b4a9..7dfdd61ace 100644 --- a/modulefiles/ufs_hera.intelllvm.lua +++ b/modulefiles/ufs_hera.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hera/IntelLLVM ]]) -prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_hercules.intelllvm.lua b/modulefiles/ufs_hercules.intelllvm.lua index 5fb97a59fc..2d5627b417 100644 --- a/modulefiles/ufs_hercules.intelllvm.lua +++ b/modulefiles/ufs_hercules.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Hercules/IntelLLVM ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_orion.intelllvm.lua b/modulefiles/ufs_orion.intelllvm.lua index 81f6a07b52..b464ca44c8 100644 --- a/modulefiles/ufs_orion.intelllvm.lua +++ b/modulefiles/ufs_orion.intelllvm.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for OrionLLVM/Intel ]]) -prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/upp-addon-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/tests-dev/baseline_setup.yaml b/tests-dev/baseline_setup.yaml index 18acbf67c5..5cea75996f 100644 --- a/tests-dev/baseline_setup.yaml +++ b/tests-dev/baseline_setup.yaml @@ -54,15 +54,15 @@ jet: QUEUE: batch COMPILE_QUEUE: batch PARTITION: xjet - dprefix: /mnt/lfs4/HFIP/hfv3gfs/${USER} - DISKNM: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT - STMP: /mnt/lfs4/HFIP/hfv3gfs/${USER}/RT_BASELINE - PTMP: /mnt/lfs4/HFIP/hfv3gfs/${USER}/RT_RUNDIRS + dprefix: /lfs5/HFIP/hfv3gfs/${USER} + DISKNM: /lfs5/HFIP/hfv3gfs/role.epic/RT + STMP: /lfs5/HFIP/hfv3gfs/${USER}/RT_BASELINE + PTMP: /lfs5/HFIP/hfv3gfs/${USER}/RT_RUNDIRS RUNDIR_ROOT: SCHEDULER: slurm - INPUTDATA_ROOT: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501 - INPUTDATA_ROOT_WW3: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 - INPUTDATA_ROOT_BMIC: /mnt/lfs4/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/BM_IC-20220207 + INPUTDATA_ROOT: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501 + INPUTDATA_ROOT_WW3: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/input-data-20240501/WW3_input_data_20240214 + INPUTDATA_ROOT_BMIC: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/BM_IC-20220207 derecho: QUEUE: main COMPILE_QUEUE: main @@ -82,8 +82,8 @@ noaacloud: PARTITION: dprefix: /lustre DISKNM: /contrib/ufs-weather-model/RT - STMP: /lustre/stmp4 - PTMP: /lustre/stmp2 + STMP: /lustre/stmp + PTMP: /lustre/stmp RUNDIR_ROOT: SCHEDULER: slurm INPUTDATA_ROOT: /contrib/ufs-weather-model/RT/NEMSfv3gfs/input-data-20240501 diff --git a/tests-dev/create_log.py b/tests-dev/create_log.py index 6dfee1cbf4..642be7691b 100644 --- a/tests-dev/create_log.py +++ b/tests-dev/create_log.py @@ -3,10 +3,27 @@ import subprocess import yaml from datetime import datetime +#import datetime from ufs_test_utils import get_testcase, write_logfile, delete_files, machine_check_off +def get_timestamps(path): + """Obtain experiment starting and ending time marks through file timestamps + + Args: + path (str): experiment log directory + Returns: + str: experiment starting and ending time strings + """ + dir_list = os.listdir(path) + dt = [] + for f in dir_list: + m_time = os.path.getmtime(path+f) + dt.append(datetime.fromtimestamp(m_time)) + dtsort=sorted(dt) + return str(dtsort[0]),str(dtsort[-1]) + def finish_log(): - """Collects regression test results and generates log file. + """Collect regression test results and generate log file. """ UFS_TEST_YAML = str(os.getenv('UFS_TEST_YAML')) PATHRT = os.getenv('PATHRT') @@ -40,40 +57,46 @@ def finish_log(): COMPILE_ID = apps COMPILE_LOG = 'compile_'+COMPILE_ID+'.log' COMPILE_LOG_TIME ='compile_'+COMPILE_ID+'_timestamp.txt' - with open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG) as f: - if "[100%] Linking Fortran executable" in f.read(): - COMPILE_PASS += 1 - f.seek(0) - for line in f: - if 'export RUNDIR_ROOT=' in line: - RUNDIR_ROOT=line.split("=")[1] - break - compile_err = RUNDIR_ROOT.strip('\n')+'/compile_'+COMPILE_ID+'/err' - with open(compile_err) as ferr: - contents = ferr.read() - count_warning = contents.count(": warning #") - count_remarks = contents.count(": remark #") - ferr.close() - warning_log = "" - if count_warning > 0: - warning_log = "("+str(count_warning)+" warnings" - if count_remarks > 0: - warning_log+= ","+str(count_remarks)+" remarks)" - flog = open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG_TIME) - timing_data = flog.read() - first_line = timing_data.split('\n', 1)[0] - etime = int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip()) - btime = int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip()) - etime_min, etime_sec = divmod(int(etime), 60) - etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" - btime_min, btime_sec = divmod(int(btime), 60) - btime_min = f"{btime_min:02}"; btime_sec = f"{btime_sec:02}" - time_log = " ["+etime_min+':'+etime_sec+', '+btime_min+':'+btime_sec+"]" - flog.close() - compile_log = "PASS -- COMPILE "+COMPILE_ID+time_log+warning_log+"\n" - else: - compile_log = "FAIL -- COMPILE "+COMPILE_ID+"\n" - f.close() + COMPILE_CHECK1 ='Compile '+COMPILE_ID+' Completed' + COMPILE_CHECK2 ='[100%] Linking Fortran executable' + try: + with open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG) as f: + if COMPILE_CHECK1 in f.read() or COMPILE_CHECK2 in f.read(): + COMPILE_PASS += 1 + f.seek(0) + for line in f: + if 'export RUNDIR_ROOT=' in line: + RUNDIR_ROOT=line.split("=")[1] + break + compile_err = RUNDIR_ROOT.strip('\n')+'/compile_'+COMPILE_ID+'/err' + with open(compile_err) as ferr: + contents = ferr.read() + count_warning = contents.count(": warning #") + count_remarks = contents.count(": remark #") + ferr.close() + warning_log = "" + if count_warning > 0: + warning_log = "("+str(count_warning)+" warnings" + if count_remarks > 0: + warning_log+= ","+str(count_remarks)+" remarks)" + flog = open('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG_TIME) + timing_data = flog.read() + first_line = timing_data.split('\n', 1)[0] + etime = int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip()) + btime = int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip()) + etime_min, etime_sec = divmod(int(etime), 60) + etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" + btime_min, btime_sec = divmod(int(btime), 60) + btime_min = f"{btime_min:02}"; btime_sec = f"{btime_sec:02}" + time_log = " ["+etime_min+':'+etime_sec+', '+btime_min+':'+btime_sec+"]" + flog.close() + compile_log = "PASS -- COMPILE "+COMPILE_ID+time_log+warning_log+"\n" + else: + compile_log = "FAIL -- COMPILE "+COMPILE_ID+"\n" + f.close() + except FileNotFoundError: + compile_log = "FAIL -- COMPILE "+COMPILE_ID+"\n" + print('./logs/log_'+MACHINE_ID+'/'+COMPILE_LOG+': does not exist') run_logs += compile_log else: PASS_TESTS = True @@ -94,47 +117,49 @@ def finish_log(): PASS_CHECK = 'Test '+TEST_ID+' PASS' MAXS_CHECK = 'The maximum resident set size (KB)' pass_flag = False - create_dep_flag = False - if (CREATE_BASELINE == 'true' and not DEP_RUN == ""): - create_dep_flag = True - if not create_dep_flag: + try: with open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG) as f: if PASS_CHECK in f.read(): pass_flag = True - f.close() - if pass_flag: - f = open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG_TIME) - timing_data = f.read() - first_line = timing_data.split('\n', 1)[0] - etime = str(int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip())) - rtime = str(int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip())) - etime_min, etime_sec = divmod(int(etime), 60) - etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" - rtime_min, rtime_sec = divmod(int(rtime), 60) - rtime_min = f"{rtime_min:02}"; rtime_sec = f"{rtime_sec:02}" - time_log = " ["+etime_min+':'+etime_sec+', '+rtime_min+':'+rtime_sec+"]" - f.close() - with open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG) as f: - if pass_flag : + f.close() + except FileNotFoundError: + print('./logs/log_'+MACHINE_ID+'/'+TEST_LOG+': does not exist') + if pass_flag: + f = open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG_TIME) + timing_data = f.read() + first_line = timing_data.split('\n', 1)[0] + etime = str(int(first_line.split(",")[4].strip()) - int(first_line.split(",")[1].strip())) + rtime = str(int(first_line.split(",")[3].strip()) - int(first_line.split(",")[2].strip())) + etime_min, etime_sec = divmod(int(etime), 60) + etime_min = f"{etime_min:02}"; etime_sec = f"{etime_sec:02}" + rtime_min, rtime_sec = divmod(int(rtime), 60) + rtime_min = f"{rtime_min:02}"; rtime_sec = f"{rtime_sec:02}" + time_log = " ["+etime_min+':'+etime_sec+', '+rtime_min+':'+rtime_sec+"]" + f.close() + if pass_flag : + with open('./logs/log_'+MACHINE_ID+'/'+TEST_LOG) as f: rtlog_file = f.readlines() for line in rtlog_file: if MAXS_CHECK in line: memsize= line.split('=')[1].strip() test_log = 'PASS -- TEST '+TEST_ID+time_log+' ('+memsize+' MB)\n' PASS_NR += 1 - else: - test_log = 'FAIL -- TEST '+TEST_ID+'\n' - failed_list.append(TEST_NAME+' '+RT_COMPILER) - FAIL_NR += 1 - run_logs += test_log - f.close() + f.close() + else: + test_log = 'FAIL -- TEST '+TEST_ID+'\n' + failed_list.append(TEST_NAME+' '+RT_COMPILER) + FAIL_NR += 1 + run_logs += test_log run_logs += '\n' write_logfile(filename, "a", output=run_logs) - TEST_START_TIME = os.getenv('TEST_START_TIME') - TEST_END_TIME = os.getenv('TEST_END_TIME') - start_time = datetime.strptime(TEST_START_TIME, "%Y%m%d %H:%M:%S") - end_time = datetime.strptime(TEST_END_TIME, "%Y%m%d %H:%M:%S") + TEST_START_TIME, TEST_END_TIME = get_timestamps('./logs/log_'+MACHINE_ID+'/') + + clean_START_TIME= TEST_START_TIME.split('.')[0] + start_time = datetime.strptime(clean_START_TIME, "%Y-%m-%d %H:%M:%S") + clean_END_TIME= TEST_END_TIME.split('.')[0] + end_time = datetime.strptime(clean_END_TIME, "%Y-%m-%d %H:%M:%S") + hours, remainder= divmod((end_time - start_time).total_seconds(), 3600) minutes, seconds= divmod(remainder, 60) hours = int(hours); minutes=int(minutes); seconds =int(seconds) diff --git a/tests-dev/create_xml.py b/tests-dev/create_xml.py index a7462c70bf..b9133b7938 100644 --- a/tests-dev/create_xml.py +++ b/tests-dev/create_xml.py @@ -32,6 +32,7 @@ def rocoto_create_entries(RTPWD,MACHINE_ID,INPUTDATA_ROOT,INPUTDATA_ROOT_WW3,INP + ]> @@ -195,6 +196,7 @@ def write_runtest_env(): export INPUTDATA_ROOT={INPUTDATA_ROOT} export INPUTDATA_ROOT_WW3={INPUTDATA_ROOT_WW3} export INPUTDATA_ROOT_BMIC={INPUTDATA_ROOT_BMIC} +export INPUTDATA_LM4={INPUTDATA_ROOT}/LM4_input_data export PATHRT={PATHRT} export PATHTR={PATHTR} export NEW_BASELINE={NEW_BASELINE} @@ -216,8 +218,8 @@ def write_runtest_env(): export RTVERBOSE=false """ if ( MACHINE_ID == 'jet' ): - runtest_envs+="export PATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/bin:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/bin:$PATH" - runtest_envs+="export PYTHONPATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/lib/python3.8/site-packages" + runtest_envs += f"export PATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/bin:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/bin:$PATH\n" + runtest_envs += f"export PYTHONPATH=/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/envs/ufs-weather-model/lib/python3.8/site-packages:/lfs4/HFIP/hfv3gfs/software/miniconda3/4.8.3/lib/python3.8/site-packages\n" with open(filename,"w+") as f: f.writelines(runtest_envs) diff --git a/tests-dev/logs/RegressionTests_hera.log b/tests-dev/logs/RegressionTests_hera.log index 9cec2a7896..70410a7d83 100644 --- a/tests-dev/logs/RegressionTests_hera.log +++ b/tests-dev/logs/RegressionTests_hera.log @@ -1,31 +1,34 @@ ====START OF hera REGRESSION TESTING LOG==== UFSWM hash used in testing: -5e659f10e5df1f1d1b5eda1c0706927953108f7e +f2d689ee6551f64d5b0dce283191fdc5ac171f3d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 927261d3916c8e96e7ebe38fe86f06f7aab0abc2 FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -34,377 +37,392 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240724 -COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_852179 +BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Jong.Kim/FV3_RT/rt_454162 UFS_TEST.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE s2swa_32bit_intel [13:57, 13:55](1 warnings,8 remarks) -PASS -- TEST cpld_control_p8_mixedmode_intel [06:54, 05:59] (3275484 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_intel [16:22, 16:20](1 warnings,8 remarks) -PASS -- TEST cpld_control_gfsv17_intel [18:07, 17:19] (1995288 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [19:10, 18:10] (2156140 MB) -PASS -- TEST cpld_restart_gfsv17_intel [09:22, 08:21] (1244284 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [20:10, 19:27] (1853500 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [16:26, 16:24](1 warnings,8 remarks) -PASS -- TEST cpld_control_sfs_intel [17:29, 16:57] (1937068 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:41, 05:40](1525 warnings,1998 remarks) -PASS -- TEST cpld_debug_gfsv17_intel [23:50, 23:02] (1923896 MB) - -PASS -- COMPILE s2swa_intel [13:57, 13:55],8 remarks) -PASS -- TEST cpld_control_p8_intel [06:58, 05:59] (3332484 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [07:38, 06:36] (3319044 MB) -PASS -- TEST cpld_restart_p8_intel [04:46, 03:45] (3253540 MB) -PASS -- TEST cpld_control_qr_p8_intel [07:03, 06:08] (3334096 MB) -PASS -- TEST cpld_restart_qr_p8_intel [04:46, 03:35] (3289136 MB) -PASS -- TEST cpld_2threads_p8_intel [06:20, 05:30] (3626160 MB) -PASS -- TEST cpld_decomp_p8_intel [06:54, 06:04] (3323856 MB) -PASS -- TEST cpld_mpi_p8_intel [06:00, 05:13] (3191556 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [06:55, 05:58] (3325868 MB) -PASS -- TEST cpld_control_c192_p8_intel [12:06, 10:18] (3515648 MB) -PASS -- TEST cpld_restart_c192_p8_intel [09:03, 06:38] (3634720 MB) -PASS -- TEST cpld_bmark_p8_intel [16:51, 10:24] (4265404 MB) -PASS -- TEST cpld_restart_bmark_p8_intel [13:55, 06:10] (4366120 MB) -PASS -- TEST cpld_s2sa_p8_intel [06:19, 05:23] (3315468 MB) - -PASS -- COMPILE s2sw_intel [13:12, 13:10],8 remarks) -PASS -- TEST cpld_control_noaero_p8_intel [05:47, 04:54] (1990872 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [05:24, 04:28] (2056176 MB) - -PASS -- COMPILE s2swa_debug_intel [05:44, 05:43](1450 warnings,1228 remarks) -PASS -- TEST cpld_debug_p8_intel [09:43, 08:48] (3359844 MB) - -PASS -- COMPILE s2sw_debug_intel [05:16, 05:15](1450 warnings,1228 remarks) -PASS -- TEST cpld_debug_noaero_p8_intel [06:59, 06:01] (1989136 MB) - -PASS -- COMPILE s2s_aoflux_intel [12:33, 12:32],1 remarks) -PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:17, 04:22] (2043880 MB) - -PASS -- COMPILE s2s_intel [12:34, 12:33],1 remarks) -PASS -- TEST cpld_control_c48_intel [09:32, 08:56] (3108564 MB) -PASS -- TEST cpld_warmstart_c48_intel [03:14, 02:38] (3095072 MB) -PASS -- TEST cpld_restart_c48_intel [02:06, 01:31] (2521764 MB) - -PASS -- COMPILE s2swa_faster_intel [17:43, 17:42],8 remarks) -PASS -- TEST cpld_control_p8_faster_intel [06:31, 05:32] (3329308 MB) - -PASS -- COMPILE s2sw_pdlib_intel [16:11, 16:11],8 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [18:28, 17:36] (2001816 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [09:26, 08:25] (1268892 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [20:58, 20:01] (1914436 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [05:21, 05:20](1560 warnings,1998 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [25:39, 24:52] (1945360 MB) - -PASS -- COMPILE atm_dyn32_intel [11:51, 11:50](1 warnings,1 remarks) -PASS -- TEST control_flake_intel [03:40, 03:24] (709940 MB) -PASS -- TEST control_CubedSphereGrid_intel [03:27, 02:58] (1602864 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [03:33, 03:00] (1603592 MB) -PASS -- TEST control_latlon_intel [03:22, 02:54] (1604196 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:29, 02:56] (1605116 MB) -PASS -- TEST control_c48_intel [08:03, 07:34] (1766076 MB) -PASS -- TEST control_c48.v2.sfc_intel [07:02, 06:32] (874424 MB) -PASS -- TEST control_c192_intel [11:19, 10:33] (1733616 MB) -PASS -- TEST control_c384_intel [11:55, 10:23] (2009184 MB) -PASS -- TEST control_c384gdas_intel [10:14, 07:52] (1404820 MB) -PASS -- TEST control_stochy_intel [01:53, 01:37] (662192 MB) -PASS -- TEST control_stochy_restart_intel [01:16, 00:59] (512280 MB) -PASS -- TEST control_lndp_intel [01:47, 01:33] (668412 MB) -PASS -- TEST control_iovr4_intel [03:11, 02:55] (659672 MB) -PASS -- TEST control_iovr5_intel [03:09, 02:55] (659496 MB) -PASS -- TEST control_p8_intel [04:05, 03:19] (1897244 MB) -PASS -- TEST control_p8.v2.sfc_intel [04:00, 03:10] (1896492 MB) -PASS -- TEST control_p8_ugwpv1_intel [03:44, 03:04] (1879792 MB) -PASS -- TEST control_restart_p8_intel [02:22, 01:45] (1142152 MB) -PASS -- TEST control_noqr_p8_intel [03:38, 03:04] (1874324 MB) -PASS -- TEST control_restart_noqr_p8_intel [02:20, 01:44] (1161668 MB) -PASS -- TEST control_decomp_p8_intel [03:43, 03:10] (1852628 MB) -PASS -- TEST control_2threads_p8_intel [03:27, 02:54] (1984284 MB) -PASS -- TEST control_p8_lndp_intel [05:57, 05:26] (1876244 MB) -PASS -- TEST control_p8_rrtmgp_intel [04:45, 04:07] (1950676 MB) -PASS -- TEST control_p8_mynn_intel [03:52, 03:09] (1901556 MB) -PASS -- TEST merra2_thompson_intel [04:11, 03:33] (1889680 MB) -PASS -- TEST regional_control_intel [05:58, 05:27] (1094840 MB) -PASS -- TEST regional_restart_intel [03:24, 03:00] (1099188 MB) -PASS -- TEST regional_decomp_intel [06:15, 05:48] (1096988 MB) -PASS -- TEST regional_2threads_intel [03:52, 03:27] (1094616 MB) -PASS -- TEST regional_noquilt_intel [05:42, 05:16] (1396724 MB) -PASS -- TEST regional_netcdf_parallel_intel [05:52, 05:27] (1101484 MB) -PASS -- TEST regional_2dwrtdecomp_intel [05:45, 05:21] (1105076 MB) -PASS -- TEST regional_wofs_intel [07:24, 06:55] (1897552 MB) - -PASS -- COMPILE rrfs_intel [11:25, 11:23](3 warnings,9 remarks) -PASS -- TEST rap_control_intel [08:12, 07:44] (1113888 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:02, 04:11] (1303848 MB) -PASS -- TEST rap_decomp_intel [08:40, 08:09] (1045768 MB) -PASS -- TEST rap_2threads_intel [07:53, 07:25] (1186000 MB) -PASS -- TEST rap_restart_intel [04:32, 04:01] (1105316 MB) -PASS -- TEST rap_sfcdiff_intel [08:18, 07:44] (1112948 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [08:36, 08:09] (1033808 MB) -PASS -- TEST rap_sfcdiff_restart_intel [06:20, 05:48] (1137476 MB) -PASS -- TEST hrrr_control_intel [04:26, 03:58] (1041044 MB) -PASS -- TEST hrrr_control_decomp_intel [04:38, 04:13] (1031336 MB) -PASS -- TEST hrrr_control_2threads_intel [04:03, 03:39] (1116748 MB) -PASS -- TEST hrrr_control_restart_intel [02:30, 02:10] (999008 MB) -PASS -- TEST rrfs_v1beta_intel [08:07, 07:35] (1103292 MB) -PASS -- TEST rrfs_v1nssl_intel [09:37, 09:22] (1976260 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:20, 09:04] (2071088 MB) - -PASS -- COMPILE csawmg_intel [10:28, 10:26] -PASS -- TEST control_csawmg_intel [06:36, 06:09] (1021928 MB) -PASS -- TEST control_ras_intel [03:27, 03:15] (750380 MB) - -PASS -- COMPILE csawmg_gnu [04:22, 04:20] -PASS -- TEST control_csawmg_gnu [08:54, 08:26] (750412 MB) - -PASS -- COMPILE wam_intel [10:34, 10:33],1 remarks) -PASS -- TEST control_wam_intel [11:23, 10:50] (1665804 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [14:47, 14:46],1 remarks) -PASS -- TEST control_p8_faster_intel [03:30, 02:52] (1877100 MB) -PASS -- TEST regional_control_faster_intel [05:15, 04:51] (1091668 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [06:39, 06:37](884 warnings,9 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [03:16, 02:47] (1604436 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:12, 02:38] (1623716 MB) -PASS -- TEST control_stochy_debug_intel [03:21, 03:06] (833528 MB) -PASS -- TEST control_lndp_debug_intel [03:11, 02:55] (832248 MB) -PASS -- TEST control_csawmg_debug_intel [04:42, 04:19] (1155312 MB) -PASS -- TEST control_ras_debug_intel [03:08, 02:55] (844692 MB) -PASS -- TEST control_diag_debug_intel [03:26, 02:52] (1668648 MB) -PASS -- TEST control_debug_p8_intel [03:42, 03:13] (1889836 MB) -PASS -- TEST regional_debug_intel [18:09, 17:43] (1103940 MB) -PASS -- TEST rap_control_debug_intel [05:11, 04:58] (1218676 MB) -PASS -- TEST hrrr_control_debug_intel [05:16, 05:01] (1213800 MB) -PASS -- TEST hrrr_gf_debug_intel [05:17, 05:04] (1217072 MB) -PASS -- TEST hrrr_c3_debug_intel [05:17, 05:05] (1171408 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [05:18, 05:05] (1213252 MB) -PASS -- TEST rap_diag_debug_intel [05:37, 05:11] (1306372 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [05:21, 05:09] (1221840 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [05:20, 05:07] (1222464 MB) -PASS -- TEST rap_lndp_debug_intel [05:13, 04:59] (1222344 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [05:21, 05:06] (1219020 MB) -PASS -- TEST rap_noah_debug_intel [05:03, 04:48] (1218732 MB) -PASS -- TEST rap_sfcdiff_debug_intel [05:16, 05:04] (1211628 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:22, 08:07] (1220132 MB) -PASS -- TEST rrfs_v1beta_debug_intel [05:16, 05:03] (1224268 MB) -PASS -- TEST rap_clm_lake_debug_intel [06:21, 06:06] (1216008 MB) -PASS -- TEST rap_flake_debug_intel [05:13, 04:57] (1221016 MB) -PASS -- TEST gnv1_c96_no_nest_debug_intel [09:09, 08:41] (1229176 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [04:54, 04:53] -PASS -- TEST control_csawmg_debug_gnu [02:53, 02:23] (737988 MB) - -PASS -- COMPILE wam_debug_intel [03:59, 03:58](839 warnings,1 remarks) -PASS -- TEST control_wam_debug_intel [14:14, 13:35] (1691584 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [10:30, 10:30](3 warnings,8 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:40, 03:52] (1169156 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [06:53, 06:28] (1058076 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [03:49, 03:23] (989796 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [06:28, 06:05] (1097024 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:37, 03:10] (964200 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:06, 03:41] (927508 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [05:24, 04:53] (1037848 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:11, 01:53] (928612 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [13:59, 13:58](3 warnings,8 remarks) -PASS -- TEST conus13km_control_intel [02:46, 02:06] (1214948 MB) -PASS -- TEST conus13km_2threads_intel [01:27, 00:55] (1125956 MB) -PASS -- TEST conus13km_restart_mismatch_intel [01:57, 01:23] (1113700 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [10:39, 10:39](3 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [04:42, 04:12] (988812 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:07, 04:06](787 warnings,8 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [05:12, 04:59] (1094828 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [05:09, 04:52] (1102540 MB) -PASS -- TEST conus13km_debug_intel [15:11, 14:37] (1250436 MB) -PASS -- TEST conus13km_debug_qr_intel [15:23, 14:52] (946604 MB) -PASS -- TEST conus13km_debug_2threads_intel [10:16, 09:45] (1163920 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [15:08, 14:38] (1306500 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:07, 04:06](787 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:44, 05:27] (1141900 MB) - -PASS -- COMPILE hafsw_intel [12:30, 12:30](1 warnings,8 remarks) -PASS -- TEST hafs_regional_atm_intel [06:04, 04:59] (742632 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [06:06, 05:47] (1111736 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [08:02, 06:53] (848972 MB) -PASS -- TEST hafs_regional_atm_wav_intel [14:31, 13:24] (871644 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [16:33, 15:18] (885820 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [06:15, 05:28] (503956 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [07:49, 06:41] (523248 MB) -PASS -- TEST hafs_global_1nest_atm_intel [03:15, 02:41] (376832 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [08:52, 07:07] (486708 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:24, 03:51] (533848 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:17, 03:36] (530244 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [04:52, 04:09] (594000 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:27, 01:08] (409712 MB) -PASS -- TEST gnv1_nested_intel [05:17, 04:01] (1744792 MB) - -PASS -- COMPILE hafsw_debug_intel [04:38, 04:37](1467 warnings,1501 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [13:59, 13:11] (595672 MB) - -PASS -- COMPILE hafsw_faster_intel [16:34, 16:33],7 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [09:29, 08:41] (684072 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [09:46, 08:50] (749224 MB) - -PASS -- COMPILE hafs_mom6w_intel [12:27, 12:25],7 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [07:14, 06:24] (742820 MB) - -PASS -- COMPILE hafs_all_intel [11:44, 11:43],7 remarks) -PASS -- TEST hafs_regional_docn_intel [07:30, 06:29] (837364 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [07:31, 06:28] (807508 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [16:49, 16:08] (1222660 MB) - -PASS -- COMPILE datm_cdeps_intel [06:40, 06:39] -PASS -- TEST datm_cdeps_control_cfsr_intel [02:53, 02:44] (1147328 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [01:53, 01:43] (1099196 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [02:42, 02:35] (1024148 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [03:00, 02:42] (1033352 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [02:46, 02:39] (1024528 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:54, 02:42] (1160140 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:57, 02:46] (1168368 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [02:47, 02:40] (1022220 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:57, 06:39] (1070768 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [07:58, 06:39] (1042496 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:48, 02:41] (1160968 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:10, 04:02] (2452188 MB) -PASS -- TEST datm_cdeps_gfs_intel [04:14, 04:03] (2496684 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [03:20, 03:19](2 warnings -PASS -- TEST datm_cdeps_debug_cfsr_intel [06:28, 06:20] (1093840 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [06:38, 06:37] -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [03:04, 02:53] (1148448 MB) - -PASS -- COMPILE datm_cdeps_land_intel [01:12, 01:12],1 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:12, 00:49] (260324 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [01:09, 00:51] (328172 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:46, 00:30] (321732 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [11:21, 11:19],1 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [04:35, 03:42] (1970100 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [11:08, 11:05],1 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [04:31, 03:35] (1954524 MB) - -PASS -- COMPILE atml_intel [12:25, 12:24](8 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_sbs_intel [05:14, 04:21] (1851548 MB) -PASS -- TEST control_p8_atmlnd_intel [05:08, 04:22] (1879560 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:04, 02:26] (1106320 MB) - -PASS -- COMPILE atml_debug_intel [05:01, 05:00](882 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [06:47, 05:51] (1891340 MB) - -PASS -- COMPILE atmw_intel [11:32, 11:31],8 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [02:34, 01:55] (1906440 MB) - -PASS -- COMPILE atmaero_intel [11:23, 11:22],1 remarks) -PASS -- TEST atmaero_control_p8_intel [04:53, 04:09] (3182560 MB) -PASS -- TEST atmaero_control_p8_rad_intel [05:38, 04:54] (3084264 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [06:26, 05:41] (3044004 MB) - -PASS -- COMPILE atmaq_debug_intel [04:16, 04:15](884 warnings,6 remarks) -PASS -- TEST regional_atmaq_debug_intel [23:00, 21:09] (4478468 MB) - -PASS -- COMPILE atm_gnu [04:45, 04:43] -PASS -- TEST control_c48_gnu [11:43, 11:12] (1539040 MB) -PASS -- TEST control_stochy_gnu [03:34, 03:18] (505064 MB) -PASS -- TEST control_ras_gnu [05:01, 04:46] (514472 MB) -PASS -- TEST control_p8_gnu [05:40, 04:51] (1463300 MB) -PASS -- TEST control_p8_ugwpv1_gnu [05:31, 04:47] (1463428 MB) -PASS -- TEST control_flake_gnu [10:25, 10:10] (549156 MB) - -PASS -- COMPILE rrfs_gnu [04:42, 04:40] -PASS -- TEST rap_control_gnu [11:15, 10:48] (816436 MB) -PASS -- TEST rap_decomp_gnu [11:18, 10:54] (851764 MB) -PASS -- TEST rap_2threads_gnu [10:12, 09:46] (932332 MB) -PASS -- TEST rap_restart_gnu [06:01, 05:28] (578728 MB) -PASS -- TEST rap_sfcdiff_gnu [11:21, 10:47] (814476 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [11:32, 11:06] (813696 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [08:37, 08:01] (582772 MB) -PASS -- TEST hrrr_control_gnu [05:59, 05:31] (814048 MB) -PASS -- TEST hrrr_control_noqr_gnu [05:59, 05:31] (799468 MB) -PASS -- TEST hrrr_control_2threads_gnu [05:24, 04:59] (921020 MB) -PASS -- TEST hrrr_control_decomp_gnu [06:01, 05:32] (850092 MB) -PASS -- TEST hrrr_control_restart_gnu [03:12, 02:51] (566496 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [03:10, 02:48] (656112 MB) -PASS -- TEST rrfs_v1beta_gnu [11:05, 10:27] (813500 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [07:53, 07:52] -PASS -- TEST control_diag_debug_gnu [02:17, 01:40] (1275460 MB) -PASS -- TEST regional_debug_gnu [11:22, 10:54] (748640 MB) -PASS -- TEST rap_control_debug_gnu [02:56, 02:41] (825548 MB) -PASS -- TEST hrrr_control_debug_gnu [02:57, 02:39] (816988 MB) -PASS -- TEST hrrr_gf_debug_gnu [02:58, 02:41] (824812 MB) -PASS -- TEST hrrr_c3_debug_gnu [02:54, 02:41] (828356 MB) -PASS -- TEST rap_diag_debug_gnu [03:16, 02:50] (911492 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [04:23, 04:07] (825672 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [02:53, 02:38] (825244 MB) -PASS -- TEST rrfs_v1beta_debug_gnu [03:02, 02:38] (818684 MB) -PASS -- TEST control_ras_debug_gnu [01:49, 01:35] (456872 MB) -PASS -- TEST control_stochy_debug_gnu [02:02, 01:45] (452296 MB) -PASS -- TEST control_debug_p8_gnu [02:26, 01:48] (1442360 MB) -PASS -- TEST rap_flake_debug_gnu [02:58, 02:42] (820440 MB) -PASS -- TEST rap_clm_lake_debug_gnu [03:16, 03:00] (821680 MB) -PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:50, 04:21] (832912 MB) - -PASS -- COMPILE wam_debug_gnu [03:19, 03:18] - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:55, 04:54] -PASS -- TEST rap_control_dyn32_phy32_gnu [09:51, 09:21] (707504 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [05:25, 04:58] (710952 MB) -PASS -- TEST rap_2threads_dyn32_phy32_gnu [09:08, 08:38] (753076 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [04:56, 04:30] (745716 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:31, 05:03] (707868 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [07:30, 06:59] (553380 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:57, 02:32] (536668 MB) -PASS -- TEST conus13km_control_gnu [03:59, 03:13] (878456 MB) -PASS -- TEST conus13km_2threads_gnu [06:44, 06:06] (882028 MB) -PASS -- TEST conus13km_restart_mismatch_gnu [02:22, 01:48] (555420 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [10:58, 10:57] -PASS -- TEST rap_control_dyn64_phy32_gnu [06:11, 05:39] (738904 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:43, 07:42] -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:54, 02:37] (714828 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:48, 02:31] (714776 MB) -PASS -- TEST conus13km_debug_gnu [07:47, 07:09] (893464 MB) -PASS -- TEST conus13km_debug_qr_gnu [07:38, 06:58] (582268 MB) -PASS -- TEST conus13km_debug_2threads_gnu [07:56, 07:26] (900368 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [07:37, 07:08] (960144 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:41, 07:40] -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:53, 02:39] (734672 MB) - -PASS -- COMPILE s2swa_gnu [16:44, 16:43] -PASS -- COMPILE s2s_gnu [15:45, 15:44] -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [08:31, 07:29] (1536368 MB) - -PASS -- COMPILE s2swa_debug_gnu [03:24, 03:23] +PASS -- COMPILE s2swa_32bit_intel [13:10, 13:09](1 warnings,8 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [11:30, 10:35] (3317784 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [16:22, 16:21](1 warnings,8 remarks) +PASS -- TEST cpld_control_gfsv17_intel [18:42, 17:53] (1957392 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [19:32, 18:31] (2130556 MB) +PASS -- TEST cpld_restart_gfsv17_intel [09:29, 08:31] (1261920 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [20:42, 19:54] (1860868 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [16:07, 16:06](1 warnings,8 remarks) +PASS -- TEST cpld_control_sfs_intel [18:03, 17:29] (1978276 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:44, 05:43](1523 warnings,1998 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [27:14, 26:25] (1926868 MB) + +PASS -- COMPILE s2swa_intel [13:09, 13:08](1 warnings,8 remarks) +PASS -- TEST cpld_control_p8_intel [13:54, 12:58] (3324168 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [14:03, 13:07] (3337444 MB) +PASS -- TEST cpld_restart_p8_intel [08:05, 07:02] (3258636 MB) +PASS -- TEST cpld_control_qr_p8_intel [13:58, 13:01] (3366012 MB) +PASS -- TEST cpld_restart_qr_p8_intel [08:12, 07:06] (3281508 MB) +PASS -- TEST cpld_2threads_p8_intel [13:13, 12:20] (3637392 MB) +PASS -- TEST cpld_decomp_p8_intel [13:50, 13:04] (3328844 MB) +PASS -- TEST cpld_mpi_p8_intel [11:34, 10:39] (3210484 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [13:56, 13:00] (3339928 MB) +PASS -- TEST cpld_control_c192_p8_intel [12:05, 10:23] (3521864 MB) +PASS -- TEST cpld_restart_c192_p8_intel [08:51, 06:28] (3617208 MB) +PASS -- TEST cpld_bmark_p8_intel [22:10, 16:01] (4285360 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [18:00, 09:24] (4363836 MB) +PASS -- TEST cpld_s2sa_p8_intel [08:21, 07:29] (3312640 MB) + +PASS -- COMPILE s2sw_intel [12:12, 12:11](1 warnings,8 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [08:47, 07:58] (1957128 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [11:54, 11:00] (2042996 MB) + +PASS -- COMPILE s2swa_debug_intel [05:47, 05:46](1413 warnings,1228 remarks) +PASS -- TEST cpld_debug_p8_intel [23:16, 22:19] (3405880 MB) + +PASS -- COMPILE s2sw_debug_intel [05:31, 05:30](1413 warnings,1228 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [10:22, 09:28] (2009080 MB) + +PASS -- COMPILE s2s_aoflux_intel [11:24, 11:23],1 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:18, 04:25] (2009052 MB) + +PASS -- COMPILE s2s_intel [11:43, 11:42](1 warnings,1 remarks) +PASS -- TEST cpld_control_c48_intel [08:16, 07:45] (3037340 MB) +PASS -- TEST cpld_warmstart_c48_intel [02:50, 02:18] (3025504 MB) +PASS -- TEST cpld_restart_c48_intel [01:53, 01:19] (2478320 MB) + +PASS -- COMPILE s2swa_faster_intel [17:14, 17:13](1 warnings,8 remarks) +PASS -- TEST cpld_control_p8_faster_intel [13:25, 12:27] (3322952 MB) + +PASS -- COMPILE s2sw_pdlib_intel [15:56, 15:56](1 warnings,8 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [29:04, 28:15] (1990480 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [15:04, 13:58] (1275344 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [33:40, 32:50] (1935116 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:54, 05:54](1523 warnings,1998 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [30:54, 30:08] (1946868 MB) + +PASS -- COMPILE atm_dyn32_intel [10:40, 10:39](1 warnings,1 remarks) +PASS -- TEST 2020_CAPE_intel [06:49, 06:38] (859104 MB) +PASS -- TEST baroclinic_wave_intel [06:07, 05:02] (1487880 MB) +PASS -- TEST control_flake_intel [03:37, 03:21] (702836 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:48, 03:18] (1582512 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:55, 03:21] (1587900 MB) +PASS -- TEST control_latlon_intel [03:46, 03:17] (1555096 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:45, 03:14] (1581608 MB) +PASS -- TEST control_c48_intel [12:10, 11:42] (1720732 MB) +PASS -- TEST control_c48.v2.sfc_intel [06:51, 06:38] (851420 MB) +PASS -- TEST control_c192_intel [12:51, 12:03] (1706936 MB) +PASS -- TEST control_c384_intel [15:28, 13:47] (1985220 MB) +PASS -- TEST control_c384gdas_intel [10:35, 08:21] (1372500 MB) +PASS -- TEST control_stochy_intel [01:53, 01:38] (654376 MB) +PASS -- TEST control_stochy_restart_intel [01:31, 01:01] (500652 MB) +PASS -- TEST control_lndp_intel [01:51, 01:35] (655072 MB) +PASS -- TEST control_iovr4_intel [02:48, 02:30] (649700 MB) +PASS -- TEST control_iovr5_intel [02:48, 02:31] (648924 MB) +PASS -- TEST control_p8_intel [04:26, 03:43] (1886424 MB) +PASS -- TEST control_p8.v2.sfc_intel [03:54, 03:08] (1889208 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:16, 03:37] (1863708 MB) +PASS -- TEST control_restart_p8_intel [02:44, 02:06] (1125100 MB) +PASS -- TEST control_noqr_p8_intel [04:17, 03:41] (1877096 MB) +PASS -- TEST control_restart_noqr_p8_intel [02:46, 02:02] (1166916 MB) +PASS -- TEST control_decomp_p8_intel [04:24, 03:48] (1868888 MB) +PASS -- TEST control_2threads_p8_intel [04:06, 03:33] (1954436 MB) +PASS -- TEST control_p8_lndp_intel [07:16, 06:44] (1857320 MB) +PASS -- TEST control_p8_rrtmgp_intel [04:51, 04:13] (1953868 MB) +PASS -- TEST control_p8_mynn_intel [03:55, 03:09] (1897456 MB) +PASS -- TEST merra2_thompson_intel [04:03, 03:25] (1884636 MB) +PASS -- TEST regional_control_intel [05:49, 05:24] (1089708 MB) +PASS -- TEST regional_restart_intel [03:24, 02:57] (1079256 MB) +PASS -- TEST regional_decomp_intel [06:08, 05:43] (1078316 MB) +PASS -- TEST regional_2threads_intel [04:00, 03:28] (1078124 MB) +PASS -- TEST regional_noquilt_intel [05:49, 05:22] (1389952 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:52, 05:24] (1087332 MB) +PASS -- TEST regional_2dwrtdecomp_intel [05:52, 05:22] (1083848 MB) +PASS -- TEST regional_wofs_intel [07:27, 06:59] (1902944 MB) + +PASS -- COMPILE rrfs_intel [10:24, 10:23](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [08:23, 07:51] (1101128 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [05:01, 04:13] (1249680 MB) +PASS -- TEST rap_decomp_intel [08:39, 08:13] (1030776 MB) +PASS -- TEST rap_2threads_intel [07:53, 07:26] (1162928 MB) +PASS -- TEST rap_restart_intel [04:41, 04:03] (1101340 MB) +PASS -- TEST rap_sfcdiff_intel [08:18, 07:49] (1093532 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [08:38, 08:09] (1035708 MB) +PASS -- TEST rap_sfcdiff_restart_intel [06:32, 05:54] (1121252 MB) +PASS -- TEST hrrr_control_intel [04:42, 04:10] (1024796 MB) +PASS -- TEST hrrr_control_decomp_intel [04:41, 04:09] (1024304 MB) +PASS -- TEST hrrr_control_2threads_intel [04:08, 03:43] (1094908 MB) +PASS -- TEST hrrr_control_restart_intel [02:33, 02:11] (995672 MB) +PASS -- TEST rrfs_v1beta_intel [08:19, 07:44] (1094336 MB) +PASS -- TEST rrfs_v1nssl_intel [09:56, 09:35] (1974348 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:28, 09:10] (2061176 MB) + +PASS -- COMPILE csawmg_intel [09:59, 09:58] +PASS -- TEST control_csawmg_intel [06:42, 06:14] (1018472 MB) +PASS -- TEST control_ras_intel [03:33, 03:19] (742780 MB) + +PASS -- COMPILE wam_intel [10:09, 10:07],1 remarks) +PASS -- TEST control_wam_intel [12:02, 11:24] (1659012 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [10:30, 10:28],1 remarks) +PASS -- TEST control_p8_faster_intel [03:34, 02:51] (1881924 MB) +PASS -- TEST regional_control_faster_intel [05:35, 05:01] (1090696 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [08:09, 08:08](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [02:56, 02:21] (1588428 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:56, 02:20] (1603936 MB) +PASS -- TEST control_stochy_debug_intel [03:35, 03:17] (833228 MB) +PASS -- TEST control_lndp_debug_intel [03:10, 02:55] (832908 MB) +PASS -- TEST control_csawmg_debug_intel [05:02, 04:32] (1136916 MB) +PASS -- TEST control_ras_debug_intel [03:17, 03:03] (837468 MB) +PASS -- TEST control_diag_debug_intel [03:36, 02:55] (1686996 MB) +PASS -- TEST control_debug_p8_intel [03:15, 02:43] (1893608 MB) +PASS -- TEST regional_debug_intel [17:50, 17:17] (1096720 MB) +PASS -- TEST rap_control_debug_intel [05:20, 05:04] (1212708 MB) +PASS -- TEST hrrr_control_debug_intel [05:15, 04:57] (1201416 MB) +PASS -- TEST hrrr_gf_debug_intel [05:20, 05:04] (1218240 MB) +PASS -- TEST hrrr_c3_debug_intel [05:35, 05:21] (1215000 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [05:21, 05:07] (1221380 MB) +PASS -- TEST rap_diag_debug_intel [06:02, 05:28] (1296364 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [05:43, 05:26] (1213688 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [05:35, 05:18] (1211856 MB) +PASS -- TEST rap_lndp_debug_intel [05:36, 05:19] (1216568 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [05:19, 05:04] (1211588 MB) +PASS -- TEST rap_noah_debug_intel [05:30, 05:12] (1215124 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:28, 05:11] (1210684 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:43, 08:23] (1211052 MB) +PASS -- TEST rrfs_v1beta_debug_intel [05:19, 05:03] (1210360 MB) +PASS -- TEST rap_clm_lake_debug_intel [06:38, 06:20] (1209768 MB) +PASS -- TEST rap_flake_debug_intel [05:28, 05:11] (1217524 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [09:40, 08:59] (1213324 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [04:29, 04:28] +PASS -- TEST control_csawmg_debug_gnu [02:58, 02:28] (721988 MB) + +PASS -- COMPILE wam_debug_intel [04:48, 04:47](837 warnings,1 remarks) +PASS -- TEST control_wam_debug_intel [14:48, 14:01] (1647624 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [10:13, 10:12](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:03, 04:08] (1125764 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [07:04, 06:33] (1048748 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:03, 03:31] (982704 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [06:46, 06:18] (1076680 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:43, 03:13] (963916 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:02, 03:38] (927648 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [05:33, 04:58] (1033672 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:14, 01:53] (925820 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [10:13, 10:11](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:55, 02:06] (1186804 MB) +PASS -- TEST conus13km_2threads_intel [01:45, 01:02] (1097620 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:59, 01:19] (1096268 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [10:14, 10:13](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:55, 04:16] (976524 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [04:51, 04:50](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [05:26, 05:12] (1089144 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [05:19, 05:03] (1078632 MB) +PASS -- TEST conus13km_debug_intel [15:10, 14:21] (1237480 MB) +PASS -- TEST conus13km_debug_qr_intel [15:10, 14:26] (935592 MB) +PASS -- TEST conus13km_debug_2threads_intel [08:45, 08:09] (1162052 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [14:42, 14:07] (1300948 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:50, 04:49](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:18, 05:04] (1151004 MB) + +PASS -- COMPILE hafsw_intel [11:37, 11:36](1 warnings,8 remarks) +PASS -- TEST hafs_regional_atm_intel [06:23, 05:14] (721192 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [07:19, 06:51] (1095328 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [08:40, 07:22] (812748 MB) +PASS -- TEST hafs_regional_atm_wav_intel [15:09, 13:59] (846228 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [17:04, 15:38] (868492 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [06:31, 05:41] (492604 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:12, 07:00] (507444 MB) +PASS -- TEST hafs_global_1nest_atm_intel [03:27, 02:49] (365216 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [10:14, 07:45] (465524 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:29, 03:53] (519988 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:27, 03:43] (521444 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:05, 04:16] (570212 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:32, 01:11] (397892 MB) +PASS -- TEST gnv1_nested_intel [05:37, 04:13] (1705680 MB) + +PASS -- COMPILE hafsw_debug_intel [05:28, 05:27](1465 warnings,1501 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:01, 13:12] (586896 MB) + +PASS -- COMPILE hafsw_faster_intel [11:19, 11:18],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [10:04, 09:09] (641276 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [10:18, 09:18] (728436 MB) + +PASS -- COMPILE hafs_mom6w_intel [11:51, 11:50],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [08:18, 06:45] (719760 MB) + +PASS -- COMPILE hafs_all_intel [11:08, 11:07],7 remarks) +PASS -- TEST hafs_regional_docn_intel [08:11, 07:05] (816940 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [08:27, 07:16] (793984 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [17:10, 16:28] (1218568 MB) + +PASS -- COMPILE datm_cdeps_intel [06:49, 06:48] +PASS -- TEST datm_cdeps_control_cfsr_intel [03:04, 02:54] (1135728 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:58, 01:42] (1104204 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [02:58, 02:48] (1026148 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [03:09, 03:00] (1025708 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:58, 02:47] (1018316 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [03:08, 02:58] (1150284 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [03:04, 02:55] (1159516 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:50, 02:41] (1027196 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:44, 06:31] (1071044 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [07:25, 06:20] (1041660 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:57, 02:49] (1135368 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:10, 04:00] (2506364 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:14, 04:03] (2513316 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:23, 03:23](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intel [06:54, 06:44] (1072348 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [06:48, 06:47] +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:59, 02:50] (1138860 MB) + +PASS -- COMPILE datm_cdeps_land_intel [01:11, 01:10],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:08, 00:46] (263608 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:09, 00:53] (325140 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:44, 00:30] (329204 MB) + +PASS -- COMPILE datm_cdeps_lm4_intel [01:19, 01:19] +PASS -- TEST datm_cdeps_lm4_gswp3_intel [00:52, 00:32] (567508 MB) +PASS -- TEST datm_cdeps_lm4_gswp3_rst_intel [00:42, 00:19] (454664 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [10:50, 10:48],1 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [04:49, 03:58] (1972556 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [10:33, 10:31](1 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [09:05, 08:14] (1982928 MB) + +PASS -- COMPILE atml_intel [11:11, 11:10](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [05:18, 04:29] (1839752 MB) +PASS -- TEST control_p8_atmlnd_intel [05:19, 04:29] (1842324 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:19, 02:38] (1095400 MB) + +PASS -- COMPILE atml_debug_intel [06:03, 06:02](880 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [06:49, 05:58] (1870948 MB) + +PASS -- COMPILE atmw_intel [10:53, 10:53],8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:39, 01:59] (1904504 MB) + +PASS -- COMPILE atmaero_intel [10:41, 10:40],1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:02, 04:16] (3180436 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:53, 05:06] (3071960 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [05:52, 05:02] (3104208 MB) + +PASS -- COMPILE atmaq_debug_intel [04:59, 04:58](882 warnings,6 remarks) + +PASS -- COMPILE atm_fbh_intel [09:53, 09:53](3 warnings,8 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [12:08, 11:51] (1070988 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intelllvm [06:53, 06:52](5 warnings +PASS -- TEST rap_control_dyn32_phy32_intelllvm [08:57, 08:26] (1047336 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intelllvm [06:39, 06:38](5 warnings +PASS -- TEST rap_control_dyn64_phy32_intelllvm [05:32, 04:58] (977780 MB) + +PASS -- COMPILE atm_gnu [04:30, 04:29] +PASS -- TEST 2020_CAPE_gnu [11:44, 11:33] (728876 MB) +PASS -- TEST baroclinic_wave_gnu [11:21, 10:20] (962148 MB) +PASS -- TEST control_c48_gnu [10:09, 09:34] (1508744 MB) +PASS -- TEST control_stochy_gnu [03:50, 03:33] (493536 MB) +PASS -- TEST control_ras_gnu [05:21, 05:01] (500640 MB) +PASS -- TEST control_p8_gnu [06:18, 05:21] (1453992 MB) +PASS -- TEST control_p8_ugwpv1_gnu [05:56, 05:13] (1454088 MB) +PASS -- TEST control_flake_gnu [10:47, 10:32] (537420 MB) + +PASS -- COMPILE rrfs_gnu [04:29, 04:28] +PASS -- TEST rap_control_gnu [11:52, 11:22] (812340 MB) +PASS -- TEST rap_decomp_gnu [12:05, 11:38] (807456 MB) +PASS -- TEST rap_2threads_gnu [10:58, 10:27] (925008 MB) +PASS -- TEST rap_restart_gnu [06:35, 05:54] (575764 MB) +PASS -- TEST rap_sfcdiff_gnu [12:06, 11:29] (812636 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [12:12, 11:37] (806676 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [09:16, 08:31] (577804 MB) +PASS -- TEST hrrr_control_gnu [06:23, 05:55] (810392 MB) +PASS -- TEST hrrr_control_noqr_gnu [06:23, 05:52] (830828 MB) +PASS -- TEST hrrr_control_2threads_gnu [05:42, 05:20] (907960 MB) +PASS -- TEST hrrr_control_decomp_gnu [06:15, 05:53] (841024 MB) +PASS -- TEST hrrr_control_restart_gnu [03:35, 03:07] (561264 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [03:30, 03:00] (650604 MB) +PASS -- TEST rrfs_v1beta_gnu [11:42, 11:07] (804816 MB) + +PASS -- COMPILE csawmg_gnu [03:52, 03:51] +PASS -- TEST control_csawmg_gnu [09:07, 08:37] (746052 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [06:34, 06:33] +PASS -- TEST control_diag_debug_gnu [02:16, 01:45] (1270876 MB) +PASS -- TEST regional_debug_gnu [11:34, 11:06] (753144 MB) +PASS -- TEST rap_control_debug_gnu [02:54, 02:41] (829548 MB) +PASS -- TEST hrrr_control_debug_gnu [02:51, 02:38] (817900 MB) +PASS -- TEST hrrr_gf_debug_gnu [02:58, 02:42] (825588 MB) +PASS -- TEST hrrr_c3_debug_gnu [02:55, 02:40] (820180 MB) +PASS -- TEST rap_diag_debug_gnu [03:25, 02:57] (904356 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [04:26, 04:10] (818016 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [03:06, 02:52] (823460 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [02:57, 02:42] (819252 MB) +PASS -- TEST control_ras_debug_gnu [01:52, 01:38] (455860 MB) +PASS -- TEST control_stochy_debug_gnu [01:57, 01:44] (447536 MB) +PASS -- TEST control_debug_p8_gnu [02:14, 01:42] (1427028 MB) +PASS -- TEST rap_flake_debug_gnu [02:57, 02:42] (820132 MB) +PASS -- TEST rap_clm_lake_debug_gnu [03:05, 02:51] (825700 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:55, 04:27] (822924 MB) + +PASS -- COMPILE wam_debug_gnu [02:27, 02:25] + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:10, 04:09] +PASS -- TEST rap_control_dyn32_phy32_gnu [10:17, 09:50] (696556 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [05:38, 05:15] (693260 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [09:29, 09:04] (741420 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:11, 04:44] (744556 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [05:44, 05:18] (693264 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [07:59, 07:19] (549440 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [03:06, 02:39] (534208 MB) +PASS -- TEST conus13km_control_gnu [03:59, 03:12] (868928 MB) +PASS -- TEST conus13km_2threads_gnu [06:02, 05:29] (871316 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [02:25, 01:49] (550128 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [09:47, 09:46] +PASS -- TEST rap_control_dyn64_phy32_gnu [06:27, 05:56] (721192 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [06:37, 06:37] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:53, 02:38] (709736 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:49, 02:33] (704188 MB) +PASS -- TEST conus13km_debug_gnu [07:38, 06:59] (880968 MB) +PASS -- TEST conus13km_debug_qr_gnu [07:51, 07:16] (570624 MB) +PASS -- TEST conus13km_debug_2threads_gnu [08:16, 07:42] (885280 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [07:40, 07:05] (948688 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [06:36, 06:35] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [03:04, 02:50] (726468 MB) + +PASS -- COMPILE s2swa_gnu [16:31, 16:30] +PASS -- COMPILE s2s_gnu [15:56, 15:55] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [20:03, 18:59] (1507008 MB) + +PASS -- COMPILE s2swa_debug_gnu [03:07, 03:06] PASS -- COMPILE s2sw_pdlib_gnu [16:15, 16:14] -PASS -- TEST cpld_control_pdlib_p8_gnu [20:46, 19:54] (1458072 MB) +PASS -- TEST cpld_control_pdlib_p8_gnu [32:09, 31:10] (1448308 MB) -PASS -- COMPILE s2sw_pdlib_debug_gnu [03:13, 03:12] -PASS -- TEST cpld_debug_pdlib_p8_gnu [14:31, 13:36] (1451368 MB) +PASS -- COMPILE s2sw_pdlib_debug_gnu [02:57, 02:56] -PASS -- COMPILE datm_cdeps_gnu [15:42, 15:41] -PASS -- TEST datm_cdeps_control_cfsr_gnu [03:16, 03:06] (682964 MB) +PASS -- COMPILE datm_cdeps_gnu [15:35, 15:33] +PASS -- TEST datm_cdeps_control_cfsr_gnu [03:21, 03:12] (693868 MB) SYNOPSIS: -Starting Date/Time: 20240727 20:11:02 -Ending Date/Time: 20240728 00:59:44 -Total Time: 04h:48m:42s -Compiles Completed: 57/57 -Tests Completed: 245/245 +Starting Date/Time: 2024-11-11 22:51:04 +Ending Date/Time: 2024-11-12 04:00:52 +Total Time: 05h:09m:48s +Compiles Completed: 61/61 +Tests Completed: 252/252 NOTES: diff --git a/tests-dev/logs/RegressionTests_hercules.log b/tests-dev/logs/RegressionTests_hercules.log index cae5c403c8..6f53f528f3 100644 --- a/tests-dev/logs/RegressionTests_hercules.log +++ b/tests-dev/logs/RegressionTests_hercules.log @@ -1,31 +1,34 @@ ====START OF hercules REGRESSION TESTING LOG==== UFSWM hash used in testing: -17a83e2be289181af20ba9fec4ce683393447809 +e366ec57380a76f1da3be0364eb0473762a1cf9d Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) - fbdf6843d6bde852d97f1547591d90136103f669 CDEPS-interface/CDEPS (cdeps0.4.17-41-gfbdf684) - 9452de8c3cb43fb2628f0722e6a51f79429d2160 CICE-interface/CICE (CICE6.0.0-450-g9452de8) - f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) - f13e16e414e115e268b2dd300b665e628e5f2429 CMEPS-interface/CMEPS (cmeps_v0.4.1-2308-gf13e16e) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 0495c19204325401ccba2943f99e65ee9190f07d FV3 (heads/develop) - 1720f85e54765251f869756e67c93ef7acefac0d FV3/atmos_cubed_sphere (201912_public_release-402-g1720f85) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 2a50cccd916cceafaf031f4cd14f2ecef277be8f FV3/ccpp/physics (EP4-840-g2a50cccd) + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - be0410ece28f2b5b9c089f8ca09ce0c80c79fe6c FV3/upp (upp_v10.2.0-191-gbe0410ec) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) -1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd --7476b8f2790a47d788f79cebfdbb551567ae7cf8 FV3/upp/sorc/ncep_post.fd/post_gtg.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) - b32aea7bf3f9e2a774afa23d3386c88156cd1182 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10051-gb32aea7bf) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - d9b3172f4197c65d471662c6952a668152d71230 WW3 (6.07.1-345-gd9b3172f) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) NOTES: @@ -34,376 +37,456 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240730 -COMPARISON DIRECTORY: /work2/noaa/epic/nandoam/stmp/hercules/nandoam/FV3_RT/rt_543959 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3031060 UFS_TEST.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE s2swa_32bit_intel [10:14, 10:13](1 warnings,10 remarks) -PASS -- TEST cpld_control_p8_mixedmode_intel [08:21, 07:40] (2129484 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_intel [15:43, 15:42](1 warnings,10 remarks) -PASS -- TEST cpld_control_gfsv17_intel [14:09, 13:33] (2005816 MB) -PASS -- TEST cpld_control_gfsv17_iau_intel [15:05, 14:01] (2293032 MB) -PASS -- TEST cpld_restart_gfsv17_intel [07:00, 06:31] (1328388 MB) -PASS -- TEST cpld_mpi_gfsv17_intel [15:42, 14:57] (1914440 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [17:07, 17:07](1 warnings,10 remarks) -PASS -- TEST cpld_control_sfs_intel [13:19, 13:04] (1998772 MB) - -PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [04:12, 04:11](1525 warnings,2000 remarks) -PASS -- TEST cpld_debug_gfsv17_intel [21:53, 21:05] (1975984 MB) - -PASS -- COMPILE s2swa_intel [11:05, 11:04],10 remarks) -PASS -- TEST cpld_control_p8_intel [08:37, 07:52] (2191088 MB) -PASS -- TEST cpld_control_p8.v2.sfc_intel [08:25, 07:42] (2186660 MB) -PASS -- TEST cpld_restart_p8_intel [05:05, 04:25] (1991300 MB) -PASS -- TEST cpld_control_qr_p8_intel [08:28, 07:42] (2220256 MB) -PASS -- TEST cpld_restart_qr_p8_intel [05:15, 04:25] (1742124 MB) -PASS -- TEST cpld_2threads_p8_intel [09:28, 08:59] (2544432 MB) -PASS -- TEST cpld_decomp_p8_intel [08:13, 07:36] (2175668 MB) -PASS -- TEST cpld_mpi_p8_intel [07:02, 06:23] (2098072 MB) -PASS -- TEST cpld_control_ciceC_p8_intel [08:19, 07:37] (2189656 MB) -PASS -- TEST cpld_control_c192_p8_intel [16:51, 15:43] (2970344 MB) -PASS -- TEST cpld_restart_c192_p8_intel [07:24, 05:47] (2929308 MB) -PASS -- TEST cpld_bmark_p8_intel [12:59, 08:57] (3813308 MB) -PASS -- TEST cpld_restart_bmark_p8_intel [11:32, 05:32] (3641116 MB) -PASS -- TEST cpld_s2sa_p8_intel [05:31, 05:02] (2159060 MB) - -PASS -- COMPILE s2sw_intel [10:22, 10:22],10 remarks) -PASS -- TEST cpld_control_noaero_p8_intel [07:52, 07:19] (2019944 MB) -PASS -- TEST cpld_control_nowave_noaero_p8_intel [04:55, 04:24] (2090540 MB) - -PASS -- COMPILE s2swa_debug_intel [05:33, 05:32](1450 warnings,1230 remarks) -PASS -- TEST cpld_debug_p8_intel [09:09, 08:25] (2211636 MB) - -PASS -- COMPILE s2sw_debug_intel [05:08, 05:08](1450 warnings,1230 remarks) -PASS -- TEST cpld_debug_noaero_p8_intel [05:48, 05:14] (2054848 MB) - -PASS -- COMPILE s2s_aoflux_intel [09:18, 09:18],3 remarks) -PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:39, 04:59] (2076360 MB) - -PASS -- COMPILE s2s_intel [08:47, 08:47],3 remarks) -PASS -- TEST cpld_control_c48_intel [10:27, 10:01] (3112160 MB) -PASS -- TEST cpld_warmstart_c48_intel [02:56, 02:31] (3083164 MB) -PASS -- TEST cpld_restart_c48_intel [01:41, 01:27] (2547716 MB) - -PASS -- COMPILE s2swa_faster_intel [15:23, 15:23],10 remarks) -PASS -- TEST cpld_control_p8_faster_intel [08:57, 08:11] (2183292 MB) - -PASS -- COMPILE s2sw_pdlib_intel [18:10, 18:10],10 remarks) -PASS -- TEST cpld_control_pdlib_p8_intel [14:16, 13:42] (2036988 MB) -PASS -- TEST cpld_restart_pdlib_p8_intel [07:18, 06:44] (1389792 MB) -PASS -- TEST cpld_mpi_pdlib_p8_intel [15:54, 15:14] (1967980 MB) - -PASS -- COMPILE s2sw_pdlib_debug_intel [05:25, 05:25](1560 warnings,2000 remarks) -PASS -- TEST cpld_debug_pdlib_p8_intel [23:00, 22:22] (2023460 MB) - -PASS -- COMPILE atm_dyn32_intel [09:30, 09:30](1 warnings,1 remarks) -PASS -- TEST control_flake_intel [03:46, 03:34] (714964 MB) -PASS -- TEST control_CubedSphereGrid_intel [03:04, 02:39] (1610580 MB) -PASS -- TEST control_CubedSphereGrid_parallel_intel [03:04, 02:34] (1617392 MB) -PASS -- TEST control_latlon_intel [02:42, 02:25] (1604492 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_intel [02:53, 02:30] (1613924 MB) -PASS -- TEST control_c48_intel [07:12, 06:53] (1745244 MB) -PASS -- TEST control_c48.v2.sfc_intel [06:08, 05:56] (861908 MB) -PASS -- TEST control_c192_intel [09:34, 09:08] (1755128 MB) -PASS -- TEST control_c384_intel [10:31, 09:30] (2053240 MB) -PASS -- TEST control_c384gdas_intel [11:00, 09:39] (1529356 MB) -PASS -- TEST control_stochy_intel [01:52, 01:44] (662764 MB) -PASS -- TEST control_stochy_restart_intel [01:17, 01:03] (543352 MB) -PASS -- TEST control_lndp_intel [01:45, 01:35] (690228 MB) -PASS -- TEST control_iovr4_intel [02:45, 02:37] (670316 MB) -PASS -- TEST control_iovr5_intel [02:45, 02:38] (663084 MB) -PASS -- TEST control_p8_intel [03:12, 02:38] (1909624 MB) -PASS -- TEST control_p8.v2.sfc_intel [03:14, 02:38] (1911236 MB) -PASS -- TEST control_p8_ugwpv1_intel [03:11, 02:34] (1898624 MB) -PASS -- TEST control_restart_p8_intel [02:01, 01:34] (1171084 MB) -PASS -- TEST control_noqr_p8_intel [03:01, 02:34] (1908472 MB) -PASS -- TEST control_restart_noqr_p8_intel [01:54, 01:31] (1216572 MB) -PASS -- TEST control_decomp_p8_intel [03:10, 02:40] (1888532 MB) -PASS -- TEST control_2threads_p8_intel [02:58, 02:28] (1986460 MB) -PASS -- TEST control_p8_lndp_intel [04:50, 04:33] (1909972 MB) -PASS -- TEST control_p8_rrtmgp_intel [04:11, 03:36] (1976124 MB) -PASS -- TEST control_p8_mynn_intel [03:13, 02:41] (1917140 MB) -PASS -- TEST merra2_thompson_intel [03:36, 02:56] (1919508 MB) -PASS -- TEST regional_control_intel [05:00, 04:41] (1201416 MB) -PASS -- TEST regional_restart_intel [02:49, 02:36] (1174616 MB) -PASS -- TEST regional_decomp_intel [05:17, 04:57] (1196052 MB) -PASS -- TEST regional_2threads_intel [03:16, 03:02] (1158360 MB) -PASS -- TEST regional_noquilt_intel [04:46, 04:31] (1527012 MB) -PASS -- TEST regional_netcdf_parallel_intel [05:13, 04:47] (1207656 MB) -PASS -- TEST regional_2dwrtdecomp_intel [05:00, 04:39] (1198288 MB) -PASS -- TEST regional_wofs_intel [07:37, 07:17] (2088288 MB) - -PASS -- COMPILE rrfs_intel [07:26, 07:26](3 warnings,9 remarks) -PASS -- TEST rap_control_intel [07:12, 06:39] (1213496 MB) -PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:00, 03:28] (1408956 MB) -PASS -- TEST rap_decomp_intel [07:28, 06:56] (1153196 MB) -PASS -- TEST rap_2threads_intel [06:48, 06:10] (1369584 MB) -PASS -- TEST rap_restart_intel [03:56, 03:28] (1160520 MB) -PASS -- TEST rap_sfcdiff_intel [07:12, 06:39] (1228628 MB) -PASS -- TEST rap_sfcdiff_decomp_intel [07:28, 06:57] (1167808 MB) -PASS -- TEST rap_sfcdiff_restart_intel [05:30, 05:02] (1219400 MB) -PASS -- TEST hrrr_control_intel [03:59, 03:26] (1102540 MB) -PASS -- TEST hrrr_control_decomp_intel [04:10, 03:35] (1056660 MB) -PASS -- TEST hrrr_control_2threads_intel [08:53, 08:15] (1124332 MB) -PASS -- TEST hrrr_control_restart_intel [02:13, 01:58] (1042628 MB) -PASS -- TEST rrfs_v1beta_intel [07:02, 06:27] (1204596 MB) -PASS -- TEST rrfs_v1nssl_intel [07:46, 07:37] (2004728 MB) -PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [07:38, 07:26] (2178328 MB) - -PASS -- COMPILE csawmg_intel [07:01, 07:01] -PASS -- TEST control_csawmg_intel [06:32, 06:14] (1059284 MB) -PASS -- TEST control_ras_intel [03:04, 02:55] (860612 MB) - -PASS -- COMPILE csawmg_gnu [03:50, 03:50] -PASS -- TEST control_csawmg_gnu [07:20, 06:58] (1071576 MB) - -PASS -- COMPILE wam_intel [07:30, 07:30],1 remarks) -PASS -- TEST control_wam_intel [10:49, 10:06] (1681804 MB) - -PASS -- COMPILE atm_faster_dyn32_intel [14:01, 14:01],1 remarks) -PASS -- TEST control_p8_faster_intel [02:59, 02:24] (1906392 MB) -PASS -- TEST regional_control_faster_intel [05:26, 05:09] (1192036 MB) - -PASS -- COMPILE atm_debug_dyn32_intel [05:20, 05:19](884 warnings,9 remarks) -PASS -- TEST control_CubedSphereGrid_debug_intel [02:46, 02:20] (1644528 MB) -PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:40, 02:15] (1638648 MB) -PASS -- TEST control_stochy_debug_intel [02:49, 02:36] (843852 MB) -PASS -- TEST control_lndp_debug_intel [02:26, 02:18] (842612 MB) -PASS -- TEST control_csawmg_debug_intel [03:48, 03:36] (1164396 MB) -PASS -- TEST control_ras_debug_intel [02:26, 02:19] (851764 MB) -PASS -- TEST control_diag_debug_intel [02:42, 02:20] (1701584 MB) -PASS -- TEST control_debug_p8_intel [02:55, 02:37] (1938140 MB) -PASS -- TEST regional_debug_intel [16:40, 16:25] (1161000 MB) -PASS -- TEST rap_control_debug_intel [04:05, 03:59] (1238112 MB) -PASS -- TEST hrrr_control_debug_intel [04:24, 04:15] (1231056 MB) -PASS -- TEST hrrr_gf_debug_intel [04:12, 04:05] (1238764 MB) -PASS -- TEST hrrr_c3_debug_intel [04:13, 04:07] (1244492 MB) -PASS -- TEST rap_unified_drag_suite_debug_intel [04:20, 04:13] (1233992 MB) -PASS -- TEST rap_diag_debug_intel [04:28, 04:16] (1311912 MB) -PASS -- TEST rap_cires_ugwp_debug_intel [04:24, 04:18] (1241964 MB) -PASS -- TEST rap_unified_ugwp_debug_intel [04:37, 04:23] (1237336 MB) -PASS -- TEST rap_lndp_debug_intel [04:22, 04:07] (1232572 MB) -PASS -- TEST rap_progcld_thompson_debug_intel [04:21, 04:10] (1237704 MB) -PASS -- TEST rap_noah_debug_intel [04:07, 04:00] (1234280 MB) -PASS -- TEST rap_sfcdiff_debug_intel [04:17, 04:09] (1236752 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [07:10, 07:00] (1230752 MB) -PASS -- TEST rrfs_v1beta_debug_intel [04:16, 04:05] (1239552 MB) -PASS -- TEST rap_clm_lake_debug_intel [05:25, 05:13] (1230492 MB) -PASS -- TEST rap_flake_debug_intel [04:10, 04:02] (1230676 MB) -PASS -- TEST gnv1_c96_no_nest_debug_intel [07:52, 07:16] (1239252 MB) - -PASS -- COMPILE atm_debug_dyn32_gnu [05:43, 05:43] -PASS -- TEST control_csawmg_debug_gnu [02:08, 01:54] (1062516 MB) - -PASS -- COMPILE wam_debug_intel [03:33, 03:33](839 warnings,1 remarks) - -PASS -- COMPILE rrfs_dyn32_phy32_intel [07:17, 07:17](3 warnings,8 remarks) -PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:06, 03:33] (1268824 MB) -PASS -- TEST rap_control_dyn32_phy32_intel [07:41, 07:06] (1179780 MB) -PASS -- TEST hrrr_control_dyn32_phy32_intel [04:21, 03:34] (1053716 MB) -PASS -- TEST rap_2threads_dyn32_phy32_intel [06:31, 06:00] (1297048 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [03:49, 03:04] (1049296 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:33, 03:51] (1007912 MB) -PASS -- TEST rap_restart_dyn32_phy32_intel [05:53, 05:17] (1135840 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:11, 01:53] (959756 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [11:47, 11:46](3 warnings,8 remarks) -PASS -- TEST conus13km_control_intel [02:08, 01:44] (1320540 MB) -PASS -- TEST conus13km_2threads_intel [01:04, 00:45] (1211848 MB) -PASS -- TEST conus13km_restart_mismatch_intel [01:23, 01:03] (1156444 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_intel [07:41, 07:41](3 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_intel [04:00, 03:43] (1070280 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [03:35, 03:35](787 warnings,8 remarks) -PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:17, 04:09] (1120284 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:03, 03:54] (1109828 MB) -PASS -- TEST conus13km_debug_intel [13:12, 12:45] (1362828 MB) -PASS -- TEST conus13km_debug_qr_intel [13:34, 13:11] (1012732 MB) -PASS -- TEST conus13km_debug_2threads_intel [08:39, 08:24] (1259788 MB) -PASS -- TEST conus13km_radar_tten_debug_intel [12:56, 12:37] (1433524 MB) - -PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [03:29, 03:29](787 warnings,8 remarks) -PASS -- TEST rap_control_dyn64_phy32_debug_intel [04:21, 04:14] (1158140 MB) - -PASS -- COMPILE hafsw_intel [10:40, 10:40](1 warnings,9 remarks) -PASS -- TEST hafs_regional_atm_intel [06:05, 05:15] (871548 MB) -PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:04, 04:51] (1266756 MB) -PASS -- TEST hafs_regional_atm_ocn_intel [07:26, 06:24] (947688 MB) -PASS -- TEST hafs_regional_atm_wav_intel [14:45, 13:54] (989996 MB) -PASS -- TEST hafs_regional_atm_ocn_wav_intel [16:06, 15:02] (1015140 MB) -PASS -- TEST hafs_regional_1nest_atm_intel [05:57, 05:24] (611612 MB) -PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [07:54, 06:55] (627516 MB) -PASS -- TEST hafs_global_1nest_atm_intel [02:59, 02:34] (442256 MB) -PASS -- TEST hafs_global_multiple_4nests_atm_intel [08:56, 07:33] (554560 MB) -PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:20, 03:51] (626152 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:07, 03:35] (617620 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:26, 04:46] (685628 MB) -PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:25, 01:09] (455740 MB) - -PASS -- COMPILE hafsw_debug_intel [03:38, 03:38](1467 warnings,1502 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [14:05, 13:37] (687668 MB) - -PASS -- COMPILE hafsw_faster_intel [15:37, 15:36],8 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [16:45, 16:06] (765496 MB) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [16:41, 15:57] (851620 MB) - -PASS -- COMPILE hafs_mom6w_intel [11:18, 11:17],7 remarks) -PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [10:51, 10:08] (823680 MB) - -PASS -- COMPILE hafs_all_intel [09:56, 09:56],8 remarks) -PASS -- TEST hafs_regional_docn_intel [06:16, 05:24] (935040 MB) -PASS -- TEST hafs_regional_docn_oisst_intel [06:24, 05:34] (940492 MB) -PASS -- TEST hafs_regional_datm_cdeps_intel [16:58, 16:25] (1343520 MB) - -PASS -- COMPILE datm_cdeps_intel [05:17, 05:17],2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_intel [02:14, 02:09] (1153520 MB) -PASS -- TEST datm_cdeps_restart_cfsr_intel [01:24, 01:18] (1096412 MB) -PASS -- TEST datm_cdeps_control_gefs_intel [03:02, 02:57] (1017844 MB) -PASS -- TEST datm_cdeps_iau_gefs_intel [02:11, 02:07] (1021472 MB) -PASS -- TEST datm_cdeps_stochy_gefs_intel [02:12, 02:06] (1021720 MB) -PASS -- TEST datm_cdeps_ciceC_cfsr_intel [03:10, 03:04] (1121116 MB) -PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:11, 02:07] (1160100 MB) -PASS -- TEST datm_cdeps_bulk_gefs_intel [02:06, 02:02] (1021784 MB) -PASS -- TEST datm_cdeps_mx025_cfsr_intel [05:27, 04:56] (1174944 MB) -PASS -- TEST datm_cdeps_mx025_gefs_intel [05:22, 04:50] (1162748 MB) -PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [02:12, 02:08] (1123180 MB) -PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:13, 04:06] (2360116 MB) -PASS -- TEST datm_cdeps_gfs_intel [04:08, 04:01] (2429888 MB) - -PASS -- COMPILE datm_cdeps_debug_intel [03:07, 03:07](2 warnings,2 remarks) -PASS -- TEST datm_cdeps_debug_cfsr_intel [05:10, 05:05] (1063444 MB) - -PASS -- COMPILE datm_cdeps_faster_intel [05:19, 05:19],2 remarks) -PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:15, 02:07] (1171280 MB) - -PASS -- COMPILE datm_cdeps_land_intel [00:46, 00:46],1 remarks) -PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:06, 00:50] (334496 MB) -PASS -- TEST datm_cdeps_lnd_era5_intel [01:03, 00:49] (572520 MB) -PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:41, 00:31] (571540 MB) - -PASS -- COMPILE atm_ds2s_docn_pcice_intel [07:43, 07:43],3 remarks) -PASS -- TEST atm_ds2s_docn_pcice_intel [04:17, 03:38] (2015268 MB) - -PASS -- COMPILE atm_ds2s_docn_dice_intel [08:55, 08:54],1 remarks) -PASS -- TEST atm_ds2s_docn_dice_intel [04:52, 04:12] (1988396 MB) - -PASS -- COMPILE atml_intel [09:41, 09:41](8 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_sbs_intel [07:57, 07:07] (1903416 MB) -PASS -- TEST control_p8_atmlnd_intel [07:32, 06:42] (1902872 MB) -PASS -- TEST control_restart_p8_atmlnd_intel [03:50, 03:19] (1146648 MB) - -PASS -- COMPILE atml_debug_intel [04:18, 04:17](882 warnings,2 remarks) -PASS -- TEST control_p8_atmlnd_debug_intel [06:27, 05:42] (1936600 MB) - -PASS -- COMPILE atmw_intel [09:38, 09:38],8 remarks) -PASS -- TEST atmwav_control_noaero_p8_intel [02:36, 01:54] (1954912 MB) - -PASS -- COMPILE atmaero_intel [07:34, 07:33],1 remarks) -PASS -- TEST atmaero_control_p8_intel [05:22, 04:47] (2030936 MB) -PASS -- TEST atmaero_control_p8_rad_intel [05:07, 04:29] (1803268 MB) -PASS -- TEST atmaero_control_p8_rad_micro_intel [05:00, 04:31] (1822764 MB) - -PASS -- COMPILE atmaq_debug_intel [03:09, 03:08](884 warnings,6 remarks) -PASS -- TEST regional_atmaq_debug_intel [17:49, 16:42] (4563588 MB) - -PASS -- COMPILE atm_gnu [04:18, 04:17] -PASS -- TEST control_c48_gnu [09:41, 09:16] (1555776 MB) -PASS -- TEST control_stochy_gnu [02:50, 02:39] (731092 MB) -PASS -- TEST control_ras_gnu [03:57, 03:46] (737984 MB) -PASS -- TEST control_p8_gnu [04:34, 03:53] (1729072 MB) -PASS -- TEST control_p8_ugwpv1_gnu [04:26, 03:52] (1757840 MB) -PASS -- TEST control_flake_gnu [04:44, 04:32] (820784 MB) - -PASS -- COMPILE rrfs_gnu [04:09, 04:09] -PASS -- TEST rap_control_gnu [08:20, 07:46] (1089052 MB) -PASS -- TEST rap_decomp_gnu [08:31, 07:57] (1093316 MB) -PASS -- TEST rap_2threads_gnu [07:44, 07:08] (1149416 MB) -PASS -- TEST rap_restart_gnu [04:40, 03:58] (885348 MB) -PASS -- TEST rap_sfcdiff_gnu [08:25, 07:48] (1083964 MB) -PASS -- TEST rap_sfcdiff_decomp_gnu [08:33, 07:56] (1083656 MB) -PASS -- TEST rap_sfcdiff_restart_gnu [06:40, 05:55] (884976 MB) -PASS -- TEST hrrr_control_gnu [04:35, 03:59] (1076288 MB) -PASS -- TEST hrrr_control_noqr_gnu [04:31, 04:01] (1135484 MB) -PASS -- TEST hrrr_control_2threads_gnu [07:28, 06:49] (1047856 MB) -PASS -- TEST hrrr_control_decomp_gnu [04:38, 04:02] (1070560 MB) -PASS -- TEST hrrr_control_restart_gnu [02:27, 02:06] (883068 MB) -PASS -- TEST hrrr_control_restart_noqr_gnu [02:27, 02:06] (934272 MB) -PASS -- TEST rrfs_v1beta_gnu [08:47, 08:02] (1094156 MB) - -PASS -- COMPILE atm_dyn32_debug_gnu [07:50, 07:50] -PASS -- TEST control_diag_debug_gnu [01:48, 01:23] (1632584 MB) -PASS -- TEST regional_debug_gnu [07:07, 06:45] (1117388 MB) -PASS -- TEST rap_control_debug_gnu [02:15, 02:02] (1109016 MB) -PASS -- TEST hrrr_control_debug_gnu [02:15, 02:03] (1095784 MB) -PASS -- TEST hrrr_gf_debug_gnu [02:17, 02:04] (1104804 MB) -PASS -- TEST hrrr_c3_debug_gnu [02:17, 02:02] (1104648 MB) -PASS -- TEST rap_diag_debug_gnu [02:32, 02:11] (1277556 MB) -PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [03:32, 03:23] (1102024 MB) -PASS -- TEST rap_progcld_thompson_debug_gnu [02:11, 01:58] (1110572 MB) -PASS -- TEST rrfs_v1beta_debug_gnu [02:11, 02:02] (1100628 MB) -PASS -- TEST control_ras_debug_gnu [01:28, 01:18] (731496 MB) -PASS -- TEST control_stochy_debug_gnu [01:31, 01:20] (728128 MB) -PASS -- TEST control_debug_p8_gnu [01:54, 01:32] (1711472 MB) -PASS -- TEST rap_flake_debug_gnu [02:15, 02:05] (1107168 MB) -PASS -- TEST rap_clm_lake_debug_gnu [02:28, 02:20] (1108844 MB) -PASS -- TEST gnv1_c96_no_nest_debug_gnu [04:06, 03:29] (1109808 MB) - -PASS -- COMPILE wam_debug_gnu [02:35, 02:35] -PASS -- TEST control_wam_debug_gnu [05:52, 05:26] (1576324 MB) - -PASS -- COMPILE rrfs_dyn32_phy32_gnu [03:57, 03:57] -PASS -- TEST rap_control_dyn32_phy32_gnu [08:00, 07:27] (965284 MB) -PASS -- TEST hrrr_control_dyn32_phy32_gnu [04:38, 03:57] (958072 MB) -PASS -- TEST rap_2threads_dyn32_phy32_gnu [07:13, 06:42] (975416 MB) -PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [16:29, 15:45] (891176 MB) -PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [04:37, 03:55] (952988 MB) -PASS -- TEST rap_restart_dyn32_phy32_gnu [06:09, 05:42] (861924 MB) -PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:23, 02:04] (857836 MB) -PASS -- TEST conus13km_control_gnu [02:56, 02:33] (1267340 MB) -PASS -- TEST conus13km_2threads_gnu [01:29, 01:10] (1179252 MB) -PASS -- TEST conus13km_restart_mismatch_gnu [01:53, 01:29] (932556 MB) - -PASS -- COMPILE atm_dyn64_phy32_gnu [10:33, 10:33] -PASS -- TEST rap_control_dyn64_phy32_gnu [04:57, 04:33] (990892 MB) - -PASS -- COMPILE atm_dyn32_phy32_debug_gnu [07:51, 07:50] -PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:21, 02:09] (978076 MB) -PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:23, 02:10] (972500 MB) -PASS -- TEST conus13km_debug_gnu [06:33, 06:06] (1295040 MB) -PASS -- TEST conus13km_debug_qr_gnu [06:33, 06:07] (962368 MB) -PASS -- TEST conus13km_debug_2threads_gnu [04:01, 03:39] (1200568 MB) -PASS -- TEST conus13km_radar_tten_debug_gnu [06:27, 06:03] (1356340 MB) - -PASS -- COMPILE atm_dyn64_phy32_debug_gnu [07:53, 07:53] -PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:09, 02:02] (1007056 MB) - -PASS -- COMPILE s2swa_gnu [16:40, 16:39] -PASS -- COMPILE s2s_gnu [15:48, 15:48] -PASS -- TEST cpld_control_nowave_noaero_p8_gnu [05:31, 04:51] (3081940 MB) - -PASS -- COMPILE s2swa_debug_gnu [03:23, 03:22] -PASS -- COMPILE s2sw_pdlib_gnu [15:58, 15:57] -PASS -- TEST cpld_control_pdlib_p8_gnu [26:28, 25:52] (3032616 MB) - -PASS -- COMPILE s2sw_pdlib_debug_gnu [03:24, 03:24] -PASS -- TEST cpld_debug_pdlib_p8_gnu [12:32, 11:56] (2907888 MB) - -PASS -- COMPILE datm_cdeps_gnu [14:30, 14:30] -PASS -- TEST datm_cdeps_control_cfsr_gnu [02:19, 02:14] (773052 MB) +PASS -- COMPILE s2swa_32bit_intel [12:07, 12:07](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [15:55, 15:02] (2121320 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [17:36, 17:36](1 warnings,10 remarks) +PASS -- TEST cpld_control_gfsv17_intel [15:09, 14:21] (1993720 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [15:08, 14:09] (2279928 MB) +PASS -- TEST cpld_restart_gfsv17_intel [07:52, 06:46] (1342232 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [17:06, 16:12] (1901796 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [16:41, 16:41](1 warnings,10 remarks) +PASS -- TEST cpld_control_sfs_intel [14:41, 14:05] (1980552 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [05:31, 05:31](1523 warnings,2000 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [25:35, 24:42] (1974300 MB) + +PASS -- COMPILE s2swa_intel [12:20, 12:20](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_intel [16:19, 15:20] (2200652 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [15:40, 14:49] (2203192 MB) +PASS -- TEST cpld_restart_p8_intel [08:36, 07:37] (1965204 MB) +PASS -- TEST cpld_control_qr_p8_intel [15:44, 14:45] (2227252 MB) +PASS -- TEST cpld_restart_qr_p8_intel [08:56, 07:55] (1736324 MB) +PASS -- TEST cpld_2threads_p8_intel [17:58, 17:09] (2549816 MB) +PASS -- TEST cpld_decomp_p8_intel [15:32, 14:40] (2194140 MB) +PASS -- TEST cpld_mpi_p8_intel [14:50, 13:42] (2093952 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [14:55, 14:02] (2196184 MB) +PASS -- TEST cpld_control_c192_p8_intel [16:44, 15:17] (2974816 MB) +PASS -- TEST cpld_restart_c192_p8_intel [08:53, 06:47] (2898528 MB) +PASS -- TEST cpld_bmark_p8_intel [21:58, 16:43] (3830504 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [16:37, 09:41] (3650540 MB) +PASS -- TEST cpld_s2sa_p8_intel [07:45, 07:06] (2111084 MB) + +PASS -- COMPILE s2sw_intel [11:59, 11:59](1 warnings,10 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [14:00, 13:16] (2001968 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [12:11, 11:24] (2101160 MB) + +PASS -- COMPILE s2swa_debug_intel [06:29, 06:28](1413 warnings,1230 remarks) +PASS -- TEST cpld_debug_p8_intel [20:46, 19:28] (2224852 MB) + +PASS -- COMPILE s2sw_debug_intel [06:12, 06:11](1413 warnings,1230 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [10:17, 09:30] (2042708 MB) + +PASS -- COMPILE s2s_aoflux_intel [11:53, 11:53],3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [04:49, 04:05] (2066800 MB) + +PASS -- COMPILE s2s_intel [10:17, 10:16](1 warnings,3 remarks) +PASS -- TEST cpld_control_c48_intel [06:41, 06:06] (3032344 MB) +PASS -- TEST cpld_warmstart_c48_intel [02:32, 01:58] (3020720 MB) +PASS -- TEST cpld_restart_c48_intel [01:32, 01:08] (2474336 MB) + +PASS -- COMPILE s2swa_faster_intel [12:33, 12:33](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_faster_intel [14:30, 13:34] (2196124 MB) + +PASS -- COMPILE s2sw_pdlib_intel [19:05, 19:04](1 warnings,10 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [23:35, 22:47] (2075224 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [14:17, 13:10] (1411136 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [28:26, 27:15] (2014236 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [04:58, 04:58](1523 warnings,2000 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [28:39, 27:50] (2015580 MB) + +PASS -- COMPILE atm_dyn32_intel [09:36, 09:36](1 warnings,1 remarks) +PASS -- TEST 2020_CAPE_intel [06:07, 06:00] (843192 MB) +PASS -- TEST baroclinic_wave_intel [05:36, 04:39] (1636164 MB) +PASS -- TEST control_flake_intel [03:06, 02:56] (717376 MB) +PASS -- TEST control_CubedSphereGrid_intel [03:05, 02:44] (1588836 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [03:19, 02:54] (1600296 MB) +PASS -- TEST control_latlon_intel [03:09, 02:48] (1582196 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [03:58, 03:23] (1604960 MB) +PASS -- TEST control_c48_intel [10:57, 10:29] (1713268 MB) +PASS -- TEST control_c48.v2.sfc_intel [06:12, 05:59] (839372 MB) +PASS -- TEST control_c192_intel [11:15, 10:37] (1783120 MB) +PASS -- TEST control_c384_intel [13:56, 12:33] (2021680 MB) +PASS -- TEST control_c384gdas_intel [09:36, 07:50] (1507608 MB) +PASS -- TEST control_stochy_intel [01:44, 01:33] (664612 MB) +PASS -- TEST control_stochy_restart_intel [01:12, 00:54] (529900 MB) +PASS -- TEST control_lndp_intel [02:07, 01:53] (669116 MB) +PASS -- TEST control_iovr4_intel [02:29, 02:15] (658356 MB) +PASS -- TEST control_iovr5_intel [02:32, 02:18] (665808 MB) +PASS -- TEST control_p8_intel [04:11, 03:27] (1886168 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:11, 03:16] (1899096 MB) +PASS -- TEST control_p8_ugwpv1_intel [04:06, 03:20] (1886672 MB) +PASS -- TEST control_restart_p8_intel [03:29, 02:46] (1140044 MB) +PASS -- TEST control_noqr_p8_intel [04:34, 03:49] (1873368 MB) +PASS -- TEST control_restart_noqr_p8_intel [02:51, 02:04] (1207920 MB) +PASS -- TEST control_decomp_p8_intel [04:01, 03:19] (1870144 MB) +PASS -- TEST control_2threads_p8_intel [03:50, 03:07] (1960612 MB) +PASS -- TEST control_p8_lndp_intel [07:07, 06:39] (1884048 MB) +PASS -- TEST control_p8_rrtmgp_intel [05:06, 04:16] (1977040 MB) +PASS -- TEST control_p8_mynn_intel [04:25, 03:36] (1914724 MB) +PASS -- TEST merra2_thompson_intel [04:27, 03:32] (1893124 MB) +PASS -- TEST regional_control_intel [05:55, 05:37] (1187268 MB) +PASS -- TEST regional_restart_intel [03:48, 03:13] (1165108 MB) +PASS -- TEST regional_decomp_intel [05:26, 05:00] (1187288 MB) +PASS -- TEST regional_2threads_intel [03:34, 03:15] (1148128 MB) +PASS -- TEST regional_noquilt_intel [06:08, 05:45] (1518992 MB) +PASS -- TEST regional_netcdf_parallel_intel [05:56, 05:23] (1186260 MB) +PASS -- TEST regional_2dwrtdecomp_intel [06:38, 06:10] (1193988 MB) +PASS -- TEST regional_wofs_intel [07:12, 06:49] (2064644 MB) + +PASS -- COMPILE rrfs_intel [09:02, 09:02](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [07:22, 06:43] (1190088 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [04:25, 03:51] (1355024 MB) +PASS -- TEST rap_decomp_intel [07:50, 07:08] (1129020 MB) +PASS -- TEST rap_2threads_intel [07:29, 06:50] (1357192 MB) +PASS -- TEST rap_restart_intel [04:24, 03:36] (1131308 MB) +PASS -- TEST rap_sfcdiff_intel [07:35, 06:53] (1187860 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [07:43, 07:07] (1149060 MB) +PASS -- TEST rap_sfcdiff_restart_intel [06:03, 05:17] (1189924 MB) +PASS -- TEST hrrr_control_intel [04:25, 03:39] (1078336 MB) +PASS -- TEST hrrr_control_decomp_intel [06:16, 05:28] (1028960 MB) +PASS -- TEST hrrr_control_2threads_intel [08:12, 07:30] (1099628 MB) +PASS -- TEST hrrr_control_restart_intel [02:30, 02:06] (1008008 MB) +PASS -- TEST rrfs_v1beta_intel [07:31, 06:49] (1218400 MB) +PASS -- TEST rrfs_v1nssl_intel [10:04, 09:53] (2003572 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [10:35, 10:14] (2194008 MB) + +PASS -- COMPILE csawmg_intel [08:36, 08:35] +PASS -- TEST control_csawmg_intel [07:50, 07:17] (1041212 MB) +PASS -- TEST control_ras_intel [04:26, 04:16] (808368 MB) + +PASS -- COMPILE wam_intel [11:09, 11:08],1 remarks) +PASS -- TEST control_wam_intel [10:32, 10:00] (1655424 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [09:20, 09:20],1 remarks) +PASS -- TEST control_p8_faster_intel [04:11, 03:22] (1886116 MB) +PASS -- TEST regional_control_faster_intel [04:44, 04:24] (1177052 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [06:57, 06:57](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [02:53, 02:14] (1626976 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:55, 02:13] (1622924 MB) +PASS -- TEST control_stochy_debug_intel [02:52, 02:41] (837104 MB) +PASS -- TEST control_lndp_debug_intel [02:39, 02:27] (842060 MB) +PASS -- TEST control_csawmg_debug_intel [04:43, 04:25] (1147044 MB) +PASS -- TEST control_ras_debug_intel [02:30, 02:22] (851412 MB) +PASS -- TEST control_diag_debug_intel [03:30, 02:58] (1697532 MB) +PASS -- TEST control_debug_p8_intel [03:55, 03:15] (1915232 MB) +PASS -- TEST regional_debug_intel [16:13, 15:44] (1147312 MB) +PASS -- TEST rap_control_debug_intel [04:27, 04:19] (1219508 MB) +PASS -- TEST hrrr_control_debug_intel [04:25, 04:11] (1230572 MB) +PASS -- TEST hrrr_gf_debug_intel [04:21, 04:08] (1227508 MB) +PASS -- TEST hrrr_c3_debug_intel [04:31, 04:20] (1221360 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [04:40, 04:31] (1211324 MB) +PASS -- TEST rap_diag_debug_intel [04:54, 04:36] (1316512 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [04:25, 04:14] (1221064 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [04:27, 04:14] (1228344 MB) +PASS -- TEST rap_lndp_debug_intel [04:22, 04:12] (1230004 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [04:21, 04:12] (1218816 MB) +PASS -- TEST rap_noah_debug_intel [04:25, 04:14] (1223324 MB) +PASS -- TEST rap_sfcdiff_debug_intel [04:27, 04:16] (1227852 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [07:03, 06:52] (1223592 MB) +PASS -- TEST rrfs_v1beta_debug_intel [04:35, 04:24] (1207808 MB) +PASS -- TEST rap_clm_lake_debug_intel [05:18, 05:06] (1222388 MB) +PASS -- TEST rap_flake_debug_intel [04:36, 04:26] (1225796 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [07:53, 07:13] (1232908 MB) + +PASS -- COMPILE atm_debug_dyn32_gnu [04:51, 04:51] +PASS -- TEST control_csawmg_debug_gnu [03:22, 02:58] (1038340 MB) + +PASS -- COMPILE wam_debug_intel [03:56, 03:54](837 warnings,1 remarks) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [08:28, 08:27](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [04:11, 03:34] (1230524 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [06:14, 05:30] (1140256 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [03:48, 02:55] (1010384 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [05:58, 05:21] (1285588 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [04:29, 03:31] (1031684 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [03:57, 03:10] (999640 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [04:56, 04:16] (1096464 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:02, 01:43] (951524 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [09:01, 09:00](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [02:17, 01:47] (1283856 MB) +PASS -- TEST conus13km_2threads_intel [01:37, 01:07] (1186908 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:36, 01:08] (1143128 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [08:36, 08:36](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [04:57, 04:34] (1085536 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [03:38, 03:38](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [04:33, 04:24] (1103936 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [04:33, 04:24] (1095476 MB) +PASS -- TEST conus13km_debug_intel [12:32, 11:58] (1337168 MB) +PASS -- TEST conus13km_debug_qr_intel [13:24, 12:54] (1006060 MB) +PASS -- TEST conus13km_debug_2threads_intel [07:51, 07:24] (1240008 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [12:23, 11:57] (1415152 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [04:13, 04:12](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:00, 04:46] (1163384 MB) + +PASS -- COMPILE hafsw_intel [11:07, 11:07](1 warnings,9 remarks) +PASS -- TEST hafs_regional_atm_intel [06:58, 05:47] (851316 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [05:55, 05:38] (1249172 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [07:36, 06:32] (937224 MB) +PASS -- TEST hafs_regional_atm_wav_intel [15:02, 14:04] (972068 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [16:42, 15:31] (965564 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [06:14, 05:35] (595528 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [08:10, 07:03] (605764 MB) +PASS -- TEST hafs_global_1nest_atm_intel [03:13, 02:43] (433112 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [11:12, 09:27] (543568 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [04:32, 03:59] (603908 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [04:20, 03:42] (603768 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [05:45, 05:01] (657216 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [01:29, 01:11] (454096 MB) + +PASS -- COMPILE hafsw_debug_intel [05:16, 05:15](1465 warnings,1502 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [12:47, 12:02] (637488 MB) + +PASS -- COMPILE hafsw_faster_intel [10:29, 10:29],8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [16:45, 15:56] (707580 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [16:25, 15:42] (841776 MB) + +PASS -- COMPILE hafs_mom6w_intel [10:47, 10:46],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [11:19, 09:56] (809884 MB) + +PASS -- COMPILE hafs_all_intel [10:09, 10:08],8 remarks) +PASS -- TEST hafs_regional_docn_intel [06:47, 05:51] (930464 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [07:42, 06:44] (896824 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [17:12, 16:37] (1341972 MB) + +PASS -- COMPILE datm_cdeps_intel [05:55, 05:54],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [03:03, 02:58] (1123672 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [01:53, 01:47] (1095976 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [03:13, 03:07] (1008380 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [02:15, 02:09] (1016516 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [02:57, 02:50] (1017932 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:17, 02:13] (1165048 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:46, 02:41] (1145800 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [03:06, 03:01] (1018328 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [05:40, 04:59] (1154656 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [05:43, 05:00] (1163156 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [03:34, 03:30] (1161572 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:03, 03:57] (2341584 MB) +PASS -- TEST datm_cdeps_gfs_intel [03:57, 03:52] (2332872 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:58, 03:57](2 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [09:45, 09:39] (1069316 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [06:09, 06:08],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [02:21, 02:16] (1143344 MB) + +PASS -- COMPILE datm_cdeps_land_intel [00:45, 00:44],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:24, 01:00] (328588 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:11, 00:57] (572416 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [00:51, 00:35] (574064 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [10:19, 10:19],3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [04:52, 04:12] (2029852 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [08:47, 08:47](1 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [09:31, 08:54] (2028276 MB) + +PASS -- COMPILE atml_intel [09:13, 09:12](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [06:55, 05:58] (1891992 MB) +PASS -- TEST control_p8_atmlnd_intel [07:48, 06:54] (1894880 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:40, 03:16] (1141312 MB) + +PASS -- COMPILE atml_debug_intel [04:46, 04:45](880 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [06:32, 05:34] (1925180 MB) + +PASS -- COMPILE atmw_intel [09:42, 09:42],8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:52, 02:10] (1934736 MB) + +PASS -- COMPILE atmaero_intel [08:59, 08:59],1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:46, 05:04] (2002744 MB) +PASS -- TEST atmaero_control_p8_rad_intel [05:47, 05:06] (1780620 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:54, 06:24] (1791616 MB) + +PASS -- COMPILE atmaq_debug_intel [03:56, 03:56](882 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [18:28, 17:14] (4528948 MB) + +PASS -- COMPILE atm_fbh_intel [08:09, 08:08](3 warnings,8 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [10:54, 10:41] (1077832 MB) + +PASS -- COMPILE datm_cdeps_intelllvm [10:54, 10:54] +PASS -- TEST datm_cdeps_control_cfsr_intelllvm [03:35, 03:32] (1120268 MB) + +PASS -- COMPILE datm_cdeps_debug_intelllvm [02:16, 02:16](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intelllvm [06:08, 06:04] (1071564 MB) + +PASS -- COMPILE atm_gnu [04:41, 04:41] +PASS -- TEST 2020_CAPE_gnu [10:45, 10:35] (836236 MB) +PASS -- TEST baroclinic_wave_gnu [10:26, 09:32] (1279948 MB) +PASS -- TEST control_c48_gnu [08:56, 08:18] (1515420 MB) +PASS -- TEST control_stochy_gnu [02:42, 02:31] (719316 MB) +PASS -- TEST control_ras_gnu [04:00, 03:49] (721756 MB) +PASS -- TEST control_p8_gnu [04:57, 04:14] (1721144 MB) +PASS -- TEST control_p8_ugwpv1_gnu [04:50, 04:13] (1699752 MB) +PASS -- TEST control_flake_gnu [04:51, 04:42] (807268 MB) + +PASS -- COMPILE rrfs_gnu [04:40, 04:40] +PASS -- TEST rap_control_gnu [11:21, 10:46] (1072760 MB) +PASS -- TEST rap_decomp_gnu [11:37, 10:56] (1069520 MB) +PASS -- TEST rap_2threads_gnu [10:39, 10:06] (1129848 MB) +PASS -- TEST rap_restart_gnu [08:03, 07:14] (878384 MB) +PASS -- TEST rap_sfcdiff_gnu [11:16, 10:42] (1071408 MB) +PASS -- TEST rap_sfcdiff_decomp_gnu [15:05, 14:29] (1082948 MB) +PASS -- TEST rap_sfcdiff_restart_gnu [08:49, 08:05] (878080 MB) +PASS -- TEST hrrr_control_gnu [06:25, 05:45] (1061232 MB) +PASS -- TEST hrrr_control_noqr_gnu [06:07, 05:34] (1125876 MB) +PASS -- TEST hrrr_control_decomp_gnu [06:01, 05:20] (1059288 MB) +PASS -- TEST hrrr_control_restart_gnu [03:29, 03:13] (879228 MB) +PASS -- TEST hrrr_control_restart_noqr_gnu [03:25, 03:07] (924644 MB) +PASS -- TEST rrfs_v1beta_gnu [14:01, 13:21] (1070656 MB) + +PASS -- COMPILE csawmg_gnu [04:06, 04:06] +PASS -- TEST control_csawmg_gnu [11:25, 10:58] (1077980 MB) + +PASS -- COMPILE atm_dyn32_debug_gnu [06:02, 06:02] +PASS -- TEST control_diag_debug_gnu [01:53, 01:27] (1615656 MB) +PASS -- TEST regional_debug_gnu [07:33, 07:12] (1122436 MB) +PASS -- TEST rap_control_debug_gnu [02:14, 02:07] (1089884 MB) +PASS -- TEST hrrr_control_debug_gnu [02:10, 01:59] (1080440 MB) +PASS -- TEST hrrr_gf_debug_gnu [02:15, 02:05] (1090184 MB) +PASS -- TEST hrrr_c3_debug_gnu [02:07, 01:59] (1085224 MB) +PASS -- TEST rap_diag_debug_gnu [02:26, 02:12] (1258572 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_gnu [03:19, 03:10] (1086864 MB) +PASS -- TEST rap_progcld_thompson_debug_gnu [02:57, 02:48] (1086936 MB) +PASS -- TEST rrfs_v1beta_debug_gnu [02:11, 02:03] (1084532 MB) +PASS -- TEST control_ras_debug_gnu [01:27, 01:20] (718640 MB) +PASS -- TEST control_stochy_debug_gnu [01:30, 01:22] (718132 MB) +PASS -- TEST control_debug_p8_gnu [01:57, 01:34] (1695716 MB) +PASS -- TEST rap_flake_debug_gnu [02:16, 02:07] (1087700 MB) +PASS -- TEST rap_clm_lake_debug_gnu [03:06, 02:58] (1094276 MB) +PASS -- TEST gnv1_c96_no_nest_debug_gnu [03:56, 03:21] (1097536 MB) + +PASS -- COMPILE wam_debug_gnu [03:02, 03:01] +PASS -- TEST control_wam_debug_gnu [05:42, 05:17] (1557828 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_gnu [04:21, 04:21] +PASS -- TEST rap_control_dyn32_phy32_gnu [08:49, 08:16] (955720 MB) +PASS -- TEST hrrr_control_dyn32_phy32_gnu [04:49, 04:04] (940400 MB) +PASS -- TEST rap_2threads_dyn32_phy32_gnu [09:25, 08:51] (960200 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_gnu [05:12, 04:28] (889096 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_gnu [04:50, 04:05] (940308 MB) +PASS -- TEST rap_restart_dyn32_phy32_gnu [06:55, 06:13] (853548 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_gnu [02:24, 02:13] (853700 MB) +PASS -- TEST conus13km_control_gnu [03:11, 02:37] (1254360 MB) +PASS -- TEST conus13km_2threads_gnu [01:43, 01:11] (1162252 MB) +PASS -- TEST conus13km_restart_mismatch_gnu [02:45, 02:01] (920816 MB) + +PASS -- COMPILE atm_dyn64_phy32_gnu [08:44, 08:44] +PASS -- TEST rap_control_dyn64_phy32_gnu [05:06, 04:41] (986472 MB) + +PASS -- COMPILE atm_dyn32_phy32_debug_gnu [08:23, 08:23] +PASS -- TEST rap_control_debug_dyn32_phy32_gnu [02:15, 02:05] (969872 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_gnu [02:45, 02:36] (960824 MB) +PASS -- TEST conus13km_debug_gnu [06:14, 05:46] (1273656 MB) +PASS -- TEST conus13km_debug_qr_gnu [06:53, 06:21] (948148 MB) +PASS -- TEST conus13km_debug_2threads_gnu [04:15, 03:54] (1179028 MB) +PASS -- TEST conus13km_radar_tten_debug_gnu [06:26, 05:53] (1340448 MB) + +PASS -- COMPILE atm_dyn64_phy32_debug_gnu [08:00, 08:00] +PASS -- TEST rap_control_dyn64_phy32_debug_gnu [02:30, 02:19] (993788 MB) + +PASS -- COMPILE s2swa_gnu [16:23, 16:23] +PASS -- COMPILE s2s_gnu [15:43, 15:42] +PASS -- TEST cpld_control_nowave_noaero_p8_gnu [15:21, 14:28] (3066252 MB) + +PASS -- COMPILE s2swa_debug_gnu [03:42, 03:42] +PASS -- COMPILE s2sw_pdlib_gnu [15:04, 15:04] +PASS -- TEST cpld_control_pdlib_p8_gnu [41:27, 40:51] (2864608 MB) + +PASS -- COMPILE s2sw_pdlib_debug_gnu [03:42, 03:42] +PASS -- TEST cpld_debug_pdlib_p8_gnu [15:34, 14:47] (2906548 MB) + +PASS -- COMPILE datm_cdeps_gnu [15:02, 15:02] +PASS -- TEST datm_cdeps_control_cfsr_gnu [03:58, 03:53] (754516 MB) SYNOPSIS: -Starting Date/Time: 20240801 11:12:36 -Ending Date/Time: 20240801 15:37:09 -Total Time: 04h:24m:33s -Compiles Completed: 57/57 -Tests Completed: 244/244 +Starting Date/Time: 2024-11-10 18:39:10 +Ending Date/Time: 2024-11-10 23:49:36 +Total Time: 05h:10m:26s +Compiles Completed: 60/60 +Tests Completed: 250/251 + + +NOTES: +A file test_changes.list was generated but is empty. +If you are using this log as a pull request verification, please commit test_changes.list. + +Result: SUCCESS + +====END OF hercules REGRESSION TESTING LOG==== +====START OF hercules REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +e366ec57380a76f1da3be0364eb0473762a1cf9d + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_3309029 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE rrfs_gnu [04:53, 04:52] +PASS -- TEST hrrr_control_gnu [06:14, 05:33] (1061804 MB) +PASS -- TEST hrrr_control_2threads_gnu [05:21, 04:59] (1014824 MB) +PASS -- TEST hrrr_control_decomp_gnu [06:01, 05:20] (1061408 MB) +PASS -- TEST hrrr_control_restart_gnu [03:20, 03:01] (879384 MB) + + +SYNOPSIS: +Starting Date/Time: 2024-11-10 18:39:10 +Ending Date/Time: 2024-11-11 09:47:25 +Total Time: 15h:08m:15s +Compiles Completed: 1/1 +Tests Completed: 4/4 NOTES: diff --git a/tests-dev/logs/RegressionTests_jet.log b/tests-dev/logs/RegressionTests_jet.log new file mode 100644 index 0000000000..08a57bffca --- /dev/null +++ b/tests-dev/logs/RegressionTests_jet.log @@ -0,0 +1,303 @@ +====START OF jet REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +ee291dddb429760ba057303024e7936126227735 + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3641822 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [43:45, 43:45](1 warnings,1380 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [14:09, 13:16] (1990480 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [49:58, 49:58](1 warnings,1427 remarks) +PASS -- TEST cpld_control_gfsv17_intel [21:32, 20:42] (1888972 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [23:22, 22:26] (2018384 MB) +PASS -- TEST cpld_restart_gfsv17_intel [10:46, 09:58] (1139772 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [24:42, 23:53] (1853124 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [53:52, 53:52](1 warnings,1424 remarks) +PASS -- TEST cpld_control_sfs_intel [20:57, 20:17] (1863476 MB) + +PASS -- COMPILE s2swa_intel [44:16, 44:16](1 warnings,1399 remarks) +PASS -- TEST cpld_control_p8_intel [17:45, 16:44] (2041940 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [17:46, 16:44] (2022176 MB) +PASS -- TEST cpld_restart_p8_intel [09:56, 08:55] (1710032 MB) +PASS -- TEST cpld_control_qr_p8_intel [17:43, 16:45] (2053628 MB) +PASS -- TEST cpld_restart_qr_p8_intel [10:01, 08:59] (1736672 MB) +PASS -- TEST cpld_2threads_p8_intel [16:45, 15:50] (2327892 MB) +PASS -- TEST cpld_decomp_p8_intel [17:45, 16:50] (2059284 MB) +PASS -- TEST cpld_mpi_p8_intel [14:45, 13:44] (1995464 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [17:45, 16:38] (2035760 MB) +PASS -- TEST cpld_s2sa_p8_intel [10:09, 09:14] (1993348 MB) + +PASS -- COMPILE s2sw_intel [41:33, 41:33](1 warnings,1284 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [10:05, 09:15] (1900756 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [15:06, 14:13] (1967656 MB) + +PASS -- COMPILE s2swa_debug_intel [06:06, 06:06](1413 warnings,1228 remarks) +PASS -- TEST cpld_debug_p8_intel [28:45, 27:39] (2042128 MB) + +PASS -- COMPILE s2sw_debug_intel [05:58, 05:57](1413 warnings,1228 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [12:13, 11:22] (1925480 MB) + +PASS -- COMPILE s2s_aoflux_intel [37:25, 37:25],1010 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [06:40, 05:35] (1939360 MB) + +PASS -- COMPILE s2s_intel [38:03, 38:03](1 warnings,1033 remarks) +PASS -- TEST cpld_control_c48_intel [10:49, 10:16] (3011596 MB) +PASS -- TEST cpld_warmstart_c48_intel [03:31, 02:58] (3001508 MB) +PASS -- TEST cpld_restart_c48_intel [02:10, 01:41] (2449704 MB) + +PASS -- COMPILE s2swa_faster_intel [92:58, 92:58](1 warnings,1615 remarks) +PASS -- TEST cpld_control_p8_faster_intel [16:55, 16:00] (2017696 MB) + +PASS -- COMPILE s2sw_pdlib_intel [48:14, 48:14](1 warnings,1344 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [34:31, 33:45] (1932584 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [17:44, 16:49] (1138508 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [40:17, 39:29] (1881392 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [05:57, 05:56](1523 warnings,1998 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [39:25, 38:52] (1911980 MB) + +PASS -- COMPILE atm_dyn32_intel [37:20, 37:20](1 warnings,1116 remarks) +PASS -- TEST 2020_CAPE_intel [10:22, 10:12] (833524 MB) +PASS -- TEST baroclinic_wave_intel [07:32, 06:19] (1339204 MB) +PASS -- TEST control_flake_intel [04:36, 04:21] (646900 MB) +PASS -- TEST control_CubedSphereGrid_intel [04:44, 04:12] (1535184 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [05:04, 04:33] (1542756 MB) +PASS -- TEST control_latlon_intel [04:39, 04:15] (1509984 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [04:53, 04:19] (1543020 MB) +PASS -- TEST control_c48_intel [18:34, 18:04] (1701392 MB) +PASS -- TEST control_c48.v2.sfc_intel [10:26, 10:10] (830460 MB) +PASS -- TEST control_c192_intel [16:36, 16:00] (1679576 MB) +PASS -- TEST control_c384_intel [24:28, 23:02] (1783312 MB) +PASS -- TEST control_c384gdas_intel [15:23, 13:15] (990120 MB) +PASS -- TEST control_stochy_intel [02:20, 02:06] (602592 MB) +PASS -- TEST control_stochy_restart_intel [01:26, 01:15] (429200 MB) +PASS -- TEST control_lndp_intel [02:14, 01:59] (607496 MB) +PASS -- TEST control_iovr4_intel [03:25, 03:12] (600160 MB) +PASS -- TEST control_iovr5_intel [03:28, 03:15] (596736 MB) +PASS -- TEST control_p8_intel [05:29, 04:47] (1820236 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:38, 03:56] (1830204 MB) +PASS -- TEST control_p8_ugwpv1_intel [05:13, 04:38] (1788456 MB) +PASS -- TEST control_restart_p8_intel [03:07, 02:38] (1056824 MB) +PASS -- TEST control_noqr_p8_intel [05:12, 04:37] (1806504 MB) +PASS -- TEST control_restart_noqr_p8_intel [03:05, 02:33] (1068320 MB) +PASS -- TEST control_decomp_p8_intel [05:21, 04:47] (1813536 MB) +PASS -- TEST control_2threads_p8_intel [05:03, 04:30] (1910184 MB) +PASS -- TEST control_p8_lndp_intel [09:06, 08:35] (1816624 MB) +PASS -- TEST control_p8_rrtmgp_intel [05:49, 05:13] (1873836 MB) +PASS -- TEST control_p8_mynn_intel [04:38, 03:59] (1844180 MB) +PASS -- TEST merra2_thompson_intel [04:55, 04:20] (1843332 MB) +PASS -- TEST regional_control_intel [07:36, 07:13] (1001184 MB) +PASS -- TEST regional_restart_intel [04:07, 03:43] (1006740 MB) +PASS -- TEST regional_decomp_intel [07:49, 07:27] (1000896 MB) +PASS -- TEST regional_2threads_intel [04:44, 04:21] (979708 MB) +PASS -- TEST regional_netcdf_parallel_intel [07:35, 07:07] (1006392 MB) +PASS -- TEST regional_2dwrtdecomp_intel [07:27, 07:02] (1000040 MB) + +PASS -- COMPILE rrfs_intel [34:54, 34:54](3 warnings,1092 remarks) +PASS -- TEST rap_control_intel [10:25, 09:59] (980228 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [06:20, 05:30] (1178756 MB) +PASS -- TEST rap_decomp_intel [11:08, 10:41] (980740 MB) +PASS -- TEST rap_2threads_intel [10:06, 09:34] (1081032 MB) +PASS -- TEST rap_restart_intel [05:38, 05:11] (977360 MB) +PASS -- TEST rap_sfcdiff_intel [10:25, 09:59] (986684 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [11:11, 10:44] (981604 MB) +PASS -- TEST rap_sfcdiff_restart_intel [07:59, 07:31] (993144 MB) +PASS -- TEST hrrr_control_intel [05:34, 05:06] (981944 MB) +PASS -- TEST hrrr_control_decomp_intel [05:40, 05:16] (980316 MB) +PASS -- TEST hrrr_control_2threads_intel [05:07, 04:42] (1047344 MB) +PASS -- TEST hrrr_control_restart_intel [02:58, 02:45] (914384 MB) +PASS -- TEST rrfs_v1beta_intel [10:35, 10:01] (984868 MB) +PASS -- TEST rrfs_v1nssl_intel [13:29, 13:14] (1929308 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [13:06, 12:52] (1931152 MB) + +PASS -- COMPILE csawmg_intel [35:01, 35:01],1091 remarks) +PASS -- TEST control_csawmg_intel [08:32, 08:06] (963104 MB) +PASS -- TEST control_ras_intel [04:31, 04:22] (665476 MB) + +PASS -- COMPILE wam_intel [35:33, 35:33],994 remarks) +PASS -- TEST control_wam_intel [14:46, 14:15] (1582984 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [37:34, 37:34],1294 remarks) +PASS -- TEST control_p8_faster_intel [04:18, 03:40] (1829944 MB) +PASS -- TEST regional_control_faster_intel [06:53, 06:30] (1003744 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [08:19, 08:19](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:17, 02:43] (1567092 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [03:15, 02:41] (1566212 MB) +PASS -- TEST control_stochy_debug_intel [03:56, 03:45] (776980 MB) +PASS -- TEST control_lndp_debug_intel [03:39, 03:25] (775904 MB) +PASS -- TEST control_csawmg_debug_intel [05:47, 05:22] (1083840 MB) +PASS -- TEST control_ras_debug_intel [03:33, 03:23] (779992 MB) +PASS -- TEST control_diag_debug_intel [03:50, 03:21] (1635516 MB) +PASS -- TEST control_debug_p8_intel [03:46, 03:16] (1854852 MB) +PASS -- TEST regional_debug_intel [22:24, 21:58] (1035008 MB) +PASS -- TEST rap_control_debug_intel [06:21, 06:09] (1165424 MB) +PASS -- TEST hrrr_control_debug_intel [06:17, 05:59] (1160500 MB) +PASS -- TEST hrrr_gf_debug_intel [06:15, 06:03] (1165208 MB) +PASS -- TEST hrrr_c3_debug_intel [06:23, 06:10] (1163396 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [06:21, 06:06] (1170372 MB) +PASS -- TEST rap_diag_debug_intel [06:49, 06:24] (1241080 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [06:30, 06:15] (1164028 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [06:26, 06:13] (1161464 MB) +PASS -- TEST rap_lndp_debug_intel [06:23, 06:09] (1168484 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [06:19, 06:06] (1164048 MB) +PASS -- TEST rap_noah_debug_intel [06:12, 05:59] (1159768 MB) +PASS -- TEST rap_sfcdiff_debug_intel [06:19, 06:07] (1162956 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [10:11, 10:00] (1160244 MB) +PASS -- TEST rrfs_v1beta_debug_intel [06:23, 06:04] (1156404 MB) +PASS -- TEST rap_clm_lake_debug_intel [07:44, 07:26] (1167400 MB) +PASS -- TEST rap_flake_debug_intel [06:28, 06:09] (1169280 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [11:13, 10:41] (1171328 MB) + +PASS -- COMPILE wam_debug_intel [05:16, 05:15](837 warnings,1 remarks) +PASS -- TEST control_wam_debug_intel [17:06, 16:33] (1638676 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [30:51, 30:51](3 warnings,1026 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [06:03, 05:14] (1044596 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [08:36, 08:15] (897916 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [04:42, 04:20] (864332 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [08:18, 07:53] (939920 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [04:26, 04:01] (911368 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [04:51, 04:30] (853636 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [06:25, 06:09] (888508 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:31, 02:18] (838156 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [32:18, 32:18](3 warnings,1199 remarks) +PASS -- TEST conus13km_control_intel [03:15, 02:37] (1091112 MB) +PASS -- TEST conus13km_2threads_intel [01:43, 01:11] (1029764 MB) +PASS -- TEST conus13km_restart_mismatch_intel [01:59, 01:27] (1015356 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [31:12, 31:12](3 warnings,1046 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [05:55, 05:23] (904808 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [05:05, 05:05](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [06:18, 06:02] (1042488 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [06:03, 05:53] (1036664 MB) +PASS -- TEST conus13km_debug_intel [18:12, 17:36] (1145660 MB) +PASS -- TEST conus13km_debug_qr_intel [18:17, 17:42] (854832 MB) +PASS -- TEST conus13km_debug_2threads_intel [10:44, 10:12] (1082412 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [18:11, 17:39] (1217284 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [05:01, 05:00](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [06:23, 06:08] (1074836 MB) + +PASS -- COMPILE hafsw_intel [39:51, 39:51](1 warnings,1418 remarks) +PASS -- TEST hafs_regional_atm_intel [07:54, 06:43] (696796 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [06:19, 05:58] (1071008 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [10:23, 08:59] (749000 MB) +PASS -- TEST hafs_regional_atm_wav_intel [17:19, 16:06] (787020 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [19:12, 17:48] (970000 MB) +PASS -- TEST gnv1_nested_intel [07:49, 06:22] (1662692 MB) + +PASS -- COMPILE hafs_all_intel [36:05, 36:05],1265 remarks) +PASS -- TEST hafs_regional_docn_intel [09:37, 08:24] (755092 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [09:42, 08:28] (732976 MB) + +PASS -- COMPILE datm_cdeps_intel [08:20, 08:20],67 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [03:42, 03:32] (1058740 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [02:17, 02:07] (1046088 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [03:37, 03:29] (946120 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [03:38, 03:29] (940936 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [03:40, 03:32] (933744 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [03:41, 03:33] (1077904 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [03:38, 03:31] (1057216 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [03:31, 03:25] (928124 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [08:43, 07:41] (897020 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [08:38, 07:40] (855128 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [03:41, 03:34] (1061480 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [05:07, 04:59] (2430272 MB) +PASS -- TEST datm_cdeps_gfs_intel [05:35, 05:26] (2358980 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [03:26, 03:26](2 warnings +PASS -- TEST datm_cdeps_debug_cfsr_intel [08:11, 08:04] (1031228 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [08:14, 08:14],70 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [03:42, 03:34] (1067548 MB) + +PASS -- COMPILE datm_cdeps_land_intel [01:49, 01:49],60 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:41, 01:16] (249168 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:21, 01:06] (264144 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [01:00, 00:41] (263824 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [36:50, 36:50],1015 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [05:36, 04:48] (1893124 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [36:12, 36:12](1 warnings,1020 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [11:12, 10:27] (1900696 MB) + +PASS -- COMPILE atml_intel [37:26, 37:26](8 warnings,1157 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [06:33, 05:46] (1833248 MB) +PASS -- TEST control_p8_atmlnd_intel [06:35, 05:48] (1841868 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [03:38, 03:13] (1068320 MB) + +PASS -- COMPILE atml_debug_intel [06:17, 06:16](880 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [08:02, 07:15] (1858244 MB) + +PASS -- COMPILE atmw_intel [36:45, 36:45],1260 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [02:56, 02:20] (1831388 MB) + +PASS -- COMPILE atmaero_intel [36:06, 36:06],1098 remarks) +PASS -- TEST atmaero_control_p8_intel [06:02, 05:15] (1920684 MB) +PASS -- TEST atmaero_control_p8_rad_intel [07:03, 06:18] (1708912 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:54, 06:20] (1718584 MB) + +PASS -- COMPILE atm_fbh_intel [31:25, 31:24](3 warnings,996 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [15:36, 15:17] (1021048 MB) + + +SYNOPSIS: +Starting Date/Time: 2024-11-11 19:37:32 +Ending Date/Time: 2024-11-12 00:26:55 +Total Time: 04h:49m:23s +Compiles Completed: 37/37 +Tests Completed: 167/167 + + +NOTES: +A file test_changes.list was generated but is empty. +If you are using this log as a pull request verification, please commit test_changes.list. + +Result: SUCCESS + +====END OF jet REGRESSION TESTING LOG==== diff --git a/tests-dev/logs/RegressionTests_orion.log b/tests-dev/logs/RegressionTests_orion.log new file mode 100644 index 0000000000..4257167ddc --- /dev/null +++ b/tests-dev/logs/RegressionTests_orion.log @@ -0,0 +1,344 @@ +====START OF orion REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +f2d689ee6551f64d5b0dce283191fdc5ac171f3d + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/jongkim/FV3_RT/rt_162545 + +UFS_TEST.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-r) - USE ROCOTO + +PASS -- COMPILE s2swa_32bit_intel [17:59, 17:59](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_mixedmode_intel [27:23, 26:06] (2067132 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_intel [20:58, 20:58](1 warnings,10 remarks) +PASS -- TEST cpld_control_gfsv17_intel [19:23, 18:05] (1946440 MB) +PASS -- TEST cpld_control_gfsv17_iau_intel [20:29, 18:52] (2133476 MB) +PASS -- TEST cpld_restart_gfsv17_intel [10:38, 08:41] (1234392 MB) +PASS -- TEST cpld_mpi_gfsv17_intel [21:47, 20:18] (1878904 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_sfs_intel [19:46, 19:46](1 warnings,10 remarks) +PASS -- TEST cpld_control_sfs_intel [18:18, 17:38] (1942452 MB) + +PASS -- COMPILE s2swa_32bit_pdlib_debug_intel [08:46, 08:46](1523 warnings,2000 remarks) +PASS -- TEST cpld_debug_gfsv17_intel [32:09, 30:40] (1931476 MB) + +PASS -- COMPILE s2swa_intel [17:56, 17:56](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_intel [27:34, 26:17] (2136544 MB) +PASS -- TEST cpld_control_p8.v2.sfc_intel [27:24, 26:06] (2137784 MB) +PASS -- TEST cpld_restart_p8_intel [15:28, 13:58] (1800456 MB) +PASS -- TEST cpld_control_qr_p8_intel [27:25, 26:04] (2159820 MB) +PASS -- TEST cpld_restart_qr_p8_intel [15:29, 13:52] (1691552 MB) +PASS -- TEST cpld_2threads_p8_intel [25:00, 23:50] (2428940 MB) +PASS -- TEST cpld_decomp_p8_intel [27:31, 26:19] (2128040 MB) +PASS -- TEST cpld_mpi_p8_intel [23:08, 21:56] (2039144 MB) +PASS -- TEST cpld_control_ciceC_p8_intel [27:45, 26:27] (2138356 MB) +PASS -- TEST cpld_control_c192_p8_intel [18:32, 16:28] (2705312 MB) +PASS -- TEST cpld_restart_c192_p8_intel [11:32, 08:41] (2699076 MB) +PASS -- TEST cpld_bmark_p8_intel [27:59, 21:20] (3717752 MB) +PASS -- TEST cpld_restart_bmark_p8_intel [21:49, 13:00] (3492276 MB) +PASS -- TEST cpld_s2sa_p8_intel [09:03, 08:01] (2079280 MB) + +PASS -- COMPILE s2sw_intel [17:03, 17:03](1 warnings,10 remarks) +PASS -- TEST cpld_control_noaero_p8_intel [26:31, 25:32] (1968592 MB) +PASS -- TEST cpld_control_nowave_noaero_p8_intel [13:00, 11:43] (2045176 MB) + +PASS -- COMPILE s2swa_debug_intel [08:56, 08:56](1413 warnings,1230 remarks) +PASS -- TEST cpld_debug_p8_intel [24:12, 23:02] (2168904 MB) + +PASS -- COMPILE s2sw_debug_intel [08:21, 08:21](1413 warnings,1230 remarks) +PASS -- TEST cpld_debug_noaero_p8_intel [10:05, 09:12] (1995164 MB) + +PASS -- COMPILE s2s_aoflux_intel [14:55, 14:55],3 remarks) +PASS -- TEST cpld_control_noaero_p8_agrid_intel [05:56, 04:44] (2035076 MB) + +PASS -- COMPILE s2s_intel [14:31, 14:31](1 warnings,3 remarks) +PASS -- TEST cpld_control_c48_intel [09:56, 09:12] (3031844 MB) +PASS -- TEST cpld_warmstart_c48_intel [03:45, 02:54] (3016984 MB) +PASS -- TEST cpld_restart_c48_intel [02:39, 01:48] (2465036 MB) + +PASS -- COMPILE s2swa_faster_intel [17:43, 17:43](1 warnings,10 remarks) +PASS -- TEST cpld_control_p8_faster_intel [28:16, 27:00] (2146100 MB) + +PASS -- COMPILE s2sw_pdlib_intel [19:17, 19:17](1 warnings,10 remarks) +PASS -- TEST cpld_control_pdlib_p8_intel [29:55, 28:52] (2011100 MB) +PASS -- TEST cpld_restart_pdlib_p8_intel [15:30, 14:18] (1259216 MB) +PASS -- TEST cpld_mpi_pdlib_p8_intel [33:47, 32:50] (1929132 MB) + +PASS -- COMPILE s2sw_pdlib_debug_intel [07:49, 07:49](1523 warnings,2000 remarks) +PASS -- TEST cpld_debug_pdlib_p8_intel [35:59, 34:56] (1971680 MB) + +PASS -- COMPILE atm_dyn32_intel [14:44, 14:44](1 warnings,1 remarks) +PASS -- TEST 2020_CAPE_intel [11:00, 10:47] (842668 MB) +PASS -- TEST baroclinic_wave_intel [06:37, 05:20] (1442060 MB) +PASS -- TEST control_flake_intel [04:07, 03:48] (687348 MB) +PASS -- TEST control_CubedSphereGrid_intel [04:11, 03:35] (1572992 MB) +PASS -- TEST control_CubedSphereGrid_parallel_intel [04:24, 03:43] (1583912 MB) +PASS -- TEST control_latlon_intel [04:14, 03:42] (1572188 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_intel [04:22, 03:37] (1577936 MB) +PASS -- TEST control_c48_intel [19:36, 18:57] (1709120 MB) +PASS -- TEST control_c48.v2.sfc_intel [08:42, 08:20] (838296 MB) +PASS -- TEST control_c192_intel [13:57, 13:11] (1747320 MB) +PASS -- TEST control_c384_intel [18:29, 16:42] (1986020 MB) +PASS -- TEST control_c384gdas_intel [12:34, 10:24] (1324940 MB) +PASS -- TEST control_stochy_intel [02:02, 01:50] (644964 MB) +PASS -- TEST control_stochy_restart_intel [01:34, 01:08] (466856 MB) +PASS -- TEST control_lndp_intel [01:53, 01:43] (643860 MB) +PASS -- TEST control_iovr4_intel [03:03, 02:44] (633644 MB) +PASS -- TEST control_iovr5_intel [03:02, 02:45] (638396 MB) +PASS -- TEST control_p8_intel [05:04, 04:01] (1859748 MB) +PASS -- TEST control_p8.v2.sfc_intel [04:28, 03:25] (1876776 MB) +PASS -- TEST control_p8_ugwpv1_intel [05:12, 04:00] (1864988 MB) +PASS -- TEST control_restart_p8_intel [03:20, 02:21] (1091188 MB) +PASS -- TEST control_noqr_p8_intel [04:59, 04:00] (1866940 MB) +PASS -- TEST control_restart_noqr_p8_intel [03:08, 02:14] (1119524 MB) +PASS -- TEST control_decomp_p8_intel [05:10, 04:05] (1858508 MB) +PASS -- TEST control_2threads_p8_intel [05:16, 04:10] (1936084 MB) +PASS -- TEST control_p8_lndp_intel [07:49, 07:13] (1867920 MB) +PASS -- TEST control_p8_rrtmgp_intel [06:03, 04:49] (1937204 MB) +PASS -- TEST control_p8_mynn_intel [04:29, 03:25] (1885132 MB) +PASS -- TEST merra2_thompson_intel [05:09, 03:49] (1882200 MB) +PASS -- TEST regional_control_intel [06:55, 06:30] (1071568 MB) +PASS -- TEST regional_restart_intel [04:05, 03:33] (1075924 MB) +PASS -- TEST regional_decomp_intel [07:16, 06:49] (1073912 MB) +PASS -- TEST regional_2threads_intel [05:15, 04:40] (1061940 MB) +PASS -- TEST regional_noquilt_intel [06:55, 06:24] (1376596 MB) +PASS -- TEST regional_netcdf_parallel_intel [07:09, 06:35] (1078052 MB) +PASS -- TEST regional_2dwrtdecomp_intel [07:00, 06:32] (1076612 MB) +PASS -- TEST regional_wofs_intel [08:32, 08:03] (1895012 MB) + +PASS -- COMPILE rrfs_intel [13:18, 13:18](3 warnings,9 remarks) +PASS -- TEST rap_control_intel [09:39, 08:29] (1051472 MB) +PASS -- TEST regional_spp_sppt_shum_skeb_intel [06:02, 05:16] (1248052 MB) +PASS -- TEST rap_decomp_intel [09:58, 08:53] (1012080 MB) +PASS -- TEST rap_2threads_intel [09:48, 08:46] (1148916 MB) +PASS -- TEST rap_restart_intel [05:25, 04:28] (1032428 MB) +PASS -- TEST rap_sfcdiff_intel [09:46, 08:40] (1040780 MB) +PASS -- TEST rap_sfcdiff_decomp_intel [15:12, 13:28] (1016928 MB) +PASS -- TEST rap_sfcdiff_restart_intel [07:41, 06:22] (1071260 MB) +PASS -- TEST hrrr_control_intel [05:32, 04:23] (1021948 MB) +PASS -- TEST hrrr_control_decomp_intel [05:38, 04:30] (1012364 MB) +PASS -- TEST hrrr_control_2threads_intel [10:46, 09:39] (1090260 MB) +PASS -- TEST hrrr_control_restart_intel [02:48, 02:22] (935264 MB) +PASS -- TEST rrfs_v1beta_intel [09:53, 08:40] (1046272 MB) +PASS -- TEST rrfs_v1nssl_intel [10:10, 09:52] (1976456 MB) +PASS -- TEST rrfs_v1nssl_nohailnoccn_intel [09:57, 09:38] (2015172 MB) + +PASS -- COMPILE csawmg_intel [13:07, 13:07] +PASS -- TEST control_csawmg_intel [07:04, 06:34] (1013272 MB) +PASS -- TEST control_ras_intel [03:44, 03:30] (710216 MB) + +PASS -- COMPILE wam_intel [12:35, 12:35],1 remarks) +PASS -- TEST control_wam_intel [13:28, 12:48] (1651120 MB) + +PASS -- COMPILE atm_faster_dyn32_intel [12:49, 12:49],1 remarks) +PASS -- TEST control_p8_faster_intel [04:27, 03:14] (1873884 MB) +PASS -- TEST regional_control_faster_intel [06:51, 06:20] (1071948 MB) + +PASS -- COMPILE atm_debug_dyn32_intel [10:20, 10:20](882 warnings,9 remarks) +PASS -- TEST control_CubedSphereGrid_debug_intel [03:03, 02:27] (1604596 MB) +PASS -- TEST control_wrtGauss_netcdf_parallel_debug_intel [02:49, 02:13] (1599944 MB) +PASS -- TEST control_stochy_debug_intel [03:34, 03:24] (815416 MB) +PASS -- TEST control_lndp_debug_intel [02:59, 02:45] (814980 MB) +PASS -- TEST control_csawmg_debug_intel [05:35, 05:12] (1130096 MB) +PASS -- TEST control_ras_debug_intel [02:58, 02:44] (820868 MB) +PASS -- TEST control_diag_debug_intel [03:30, 02:52] (1667804 MB) +PASS -- TEST control_debug_p8_intel [03:25, 02:46] (1894056 MB) +PASS -- TEST regional_debug_intel [17:49, 17:20] (1104144 MB) +PASS -- TEST rap_control_debug_intel [05:13, 05:03] (1205172 MB) +PASS -- TEST hrrr_control_debug_intel [05:04, 04:50] (1195544 MB) +PASS -- TEST hrrr_gf_debug_intel [05:16, 04:59] (1202256 MB) +PASS -- TEST hrrr_c3_debug_intel [05:20, 05:04] (1203716 MB) +PASS -- TEST rap_unified_drag_suite_debug_intel [05:18, 05:03] (1197088 MB) +PASS -- TEST rap_diag_debug_intel [05:45, 05:22] (1281912 MB) +PASS -- TEST rap_cires_ugwp_debug_intel [05:15, 05:00] (1205128 MB) +PASS -- TEST rap_unified_ugwp_debug_intel [05:17, 05:06] (1194504 MB) +PASS -- TEST rap_lndp_debug_intel [05:11, 04:58] (1203736 MB) +PASS -- TEST rap_progcld_thompson_debug_intel [05:09, 04:59] (1204164 MB) +PASS -- TEST rap_noah_debug_intel [05:12, 04:58] (1196508 MB) +PASS -- TEST rap_sfcdiff_debug_intel [05:10, 04:58] (1199964 MB) +PASS -- TEST rap_noah_sfcdiff_cires_ugwp_debug_intel [08:14, 08:01] (1197072 MB) +PASS -- TEST rrfs_v1beta_debug_intel [05:13, 05:00] (1199272 MB) +PASS -- TEST rap_clm_lake_debug_intel [06:21, 06:09] (1209328 MB) +PASS -- TEST rap_flake_debug_intel [05:15, 05:00] (1205448 MB) +PASS -- TEST gnv1_c96_no_nest_debug_intel [09:39, 08:31] (1198888 MB) + +PASS -- COMPILE wam_debug_intel [07:17, 07:17](837 warnings,1 remarks) +PASS -- TEST control_wam_debug_intel [13:37, 13:02] (1675124 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_intel [13:14, 13:14](3 warnings,8 remarks) +PASS -- TEST regional_spp_sppt_shum_skeb_dyn32_phy32_intel [05:45, 05:02] (1126100 MB) +PASS -- TEST rap_control_dyn32_phy32_intel [08:11, 07:11] (995944 MB) +PASS -- TEST hrrr_control_dyn32_phy32_intel [05:17, 03:51] (911108 MB) +PASS -- TEST rap_2threads_dyn32_phy32_intel [08:26, 07:28] (1065612 MB) +PASS -- TEST hrrr_control_2threads_dyn32_phy32_intel [10:11, 08:45] (941096 MB) +PASS -- TEST hrrr_control_decomp_dyn32_phy32_intel [05:18, 03:55] (886264 MB) +PASS -- TEST rap_restart_dyn32_phy32_intel [06:38, 05:27] (960132 MB) +PASS -- TEST hrrr_control_restart_dyn32_phy32_intel [02:37, 02:04] (874296 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_faster_intel [13:11, 13:11](3 warnings,8 remarks) +PASS -- TEST conus13km_control_intel [03:08, 02:31] (1164968 MB) +PASS -- TEST conus13km_2threads_intel [01:43, 01:09] (1106228 MB) +PASS -- TEST conus13km_restart_mismatch_intel [02:10, 01:34] (1061984 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_intel [12:45, 12:45](3 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_intel [05:08, 04:37] (970332 MB) + +PASS -- COMPILE rrfs_dyn32_phy32_debug_intel [06:40, 06:40](785 warnings,8 remarks) +PASS -- TEST rap_control_debug_dyn32_phy32_intel [05:10, 04:55] (1080712 MB) +PASS -- TEST hrrr_control_debug_dyn32_phy32_intel [05:08, 04:50] (1071808 MB) +PASS -- TEST conus13km_debug_intel [15:11, 14:32] (1228576 MB) +PASS -- TEST conus13km_debug_qr_intel [14:45, 14:06] (932656 MB) +PASS -- TEST conus13km_debug_2threads_intel [08:38, 07:59] (1164064 MB) +PASS -- TEST conus13km_radar_tten_debug_intel [14:10, 13:32] (1295492 MB) + +PASS -- COMPILE rrfs_dyn64_phy32_debug_intel [06:19, 06:19](785 warnings,8 remarks) +PASS -- TEST rap_control_dyn64_phy32_debug_intel [05:22, 05:04] (1124940 MB) + +PASS -- COMPILE hafsw_intel [15:00, 15:00](1 warnings,9 remarks) +PASS -- TEST hafs_regional_atm_intel [07:55, 06:47] (731352 MB) +PASS -- TEST hafs_regional_atm_thompson_gfdlsf_intel [07:27, 07:02] (1117576 MB) +PASS -- TEST hafs_regional_atm_ocn_intel [09:36, 08:12] (811228 MB) +PASS -- TEST hafs_regional_atm_wav_intel [26:25, 25:13] (843108 MB) +PASS -- TEST hafs_regional_atm_ocn_wav_intel [30:13, 28:49] (862804 MB) +PASS -- TEST hafs_regional_1nest_atm_intel [08:39, 07:46] (494556 MB) +PASS -- TEST hafs_regional_telescopic_2nests_atm_intel [10:48, 09:28] (502696 MB) +PASS -- TEST hafs_global_1nest_atm_intel [04:29, 03:44] (376628 MB) +PASS -- TEST hafs_global_multiple_4nests_atm_intel [13:20, 11:00] (480448 MB) +PASS -- TEST hafs_regional_specified_moving_1nest_atm_intel [06:07, 05:21] (520728 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_intel [05:52, 05:01] (524796 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intel [07:27, 06:31] (563252 MB) +PASS -- TEST hafs_global_storm_following_1nest_atm_intel [02:10, 01:44] (401656 MB) +PASS -- TEST gnv1_nested_intel [06:50, 04:39] (1714116 MB) + +PASS -- COMPILE hafsw_debug_intel [07:34, 07:34](1465 warnings,1502 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intel [15:02, 14:04] (580736 MB) + +PASS -- COMPILE hafsw_faster_intel [14:42, 14:42],8 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_intel [14:25, 13:32] (657748 MB) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel [14:36, 13:23] (680848 MB) + +PASS -- COMPILE hafs_mom6w_intel [15:25, 15:25],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel [10:55, 09:13] (702068 MB) + +PASS -- COMPILE hafs_all_intel [14:22, 14:22],8 remarks) +PASS -- TEST hafs_regional_docn_intel [09:25, 08:14] (816388 MB) +PASS -- TEST hafs_regional_docn_oisst_intel [09:17, 08:07] (794164 MB) +PASS -- TEST hafs_regional_datm_cdeps_intel [17:13, 16:28] (1203184 MB) + +PASS -- COMPILE datm_cdeps_intel [07:53, 07:53],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_intel [03:10, 03:01] (1151072 MB) +PASS -- TEST datm_cdeps_restart_cfsr_intel [02:08, 01:56] (1102468 MB) +PASS -- TEST datm_cdeps_control_gefs_intel [03:05, 02:55] (1021820 MB) +PASS -- TEST datm_cdeps_iau_gefs_intel [03:04, 02:54] (1020200 MB) +PASS -- TEST datm_cdeps_stochy_gefs_intel [03:01, 02:53] (1015876 MB) +PASS -- TEST datm_cdeps_ciceC_cfsr_intel [02:47, 02:36] (1150072 MB) +PASS -- TEST datm_cdeps_bulk_cfsr_intel [02:52, 02:43] (1152932 MB) +PASS -- TEST datm_cdeps_bulk_gefs_intel [02:43, 02:34] (1014320 MB) +PASS -- TEST datm_cdeps_mx025_cfsr_intel [07:50, 06:48] (1023680 MB) +PASS -- TEST datm_cdeps_mx025_gefs_intel [07:50, 06:47] (1007332 MB) +PASS -- TEST datm_cdeps_multiple_files_cfsr_intel [03:04, 02:58] (1137652 MB) +PASS -- TEST datm_cdeps_3072x1536_cfsr_intel [04:34, 04:25] (2455456 MB) +PASS -- TEST datm_cdeps_gfs_intel [04:42, 04:32] (2456876 MB) + +PASS -- COMPILE datm_cdeps_debug_intel [05:17, 05:17](2 warnings,2 remarks) +PASS -- TEST datm_cdeps_debug_cfsr_intel [06:37, 06:28] (1078768 MB) + +PASS -- COMPILE datm_cdeps_faster_intel [07:28, 07:28],2 remarks) +PASS -- TEST datm_cdeps_control_cfsr_faster_intel [03:08, 02:59] (1158948 MB) + +PASS -- COMPILE datm_cdeps_land_intel [01:20, 01:19],1 remarks) +PASS -- TEST datm_cdeps_lnd_gswp3_intel [01:54, 01:29] (254332 MB) +PASS -- TEST datm_cdeps_lnd_era5_intel [01:33, 01:13] (323048 MB) +PASS -- TEST datm_cdeps_lnd_era5_rst_intel [01:03, 00:46] (323792 MB) + +PASS -- COMPILE datm_cdeps_lm4_intel [02:00, 02:00](12 warnings +PASS -- TEST datm_cdeps_lm4_gswp3_intel [01:11, 00:48] (562812 MB) +PASS -- TEST datm_cdeps_lm4_gswp3_rst_intel [00:49, 00:24] (444312 MB) + +PASS -- COMPILE atm_ds2s_docn_pcice_intel [13:30, 13:30],3 remarks) +PASS -- TEST atm_ds2s_docn_pcice_intel [05:10, 04:05] (1972912 MB) + +PASS -- COMPILE atm_ds2s_docn_dice_intel [13:53, 13:53](1 warnings,1 remarks) +PASS -- TEST atm_ds2s_docn_dice_intel [09:37, 08:37] (1972640 MB) + +PASS -- COMPILE atml_intel [14:30, 14:30](8 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_sbs_intel [08:12, 06:50] (1863164 MB) +PASS -- TEST control_p8_atmlnd_intel [08:16, 06:53] (1862168 MB) +PASS -- TEST control_restart_p8_atmlnd_intel [04:34, 03:47] (1061736 MB) + +PASS -- COMPILE atml_debug_intel [08:18, 08:18](880 warnings,2 remarks) +PASS -- TEST control_p8_atmlnd_debug_intel [07:46, 06:24] (1891252 MB) + +PASS -- COMPILE atmw_intel [13:53, 13:53],8 remarks) +PASS -- TEST atmwav_control_noaero_p8_intel [03:16, 02:06] (1894340 MB) + +PASS -- COMPILE atmaero_intel [13:15, 13:14],1 remarks) +PASS -- TEST atmaero_control_p8_intel [05:43, 04:37] (1973876 MB) +PASS -- TEST atmaero_control_p8_rad_intel [06:32, 05:23] (1751104 MB) +PASS -- TEST atmaero_control_p8_rad_micro_intel [06:27, 05:32] (1764488 MB) + +PASS -- COMPILE atmaq_debug_intel [06:17, 06:17](882 warnings,6 remarks) +PASS -- TEST regional_atmaq_debug_intel [23:09, 21:26] (4489792 MB) + +PASS -- COMPILE atm_fbh_intel [12:16, 12:16](3 warnings,8 remarks) +PASS -- TEST cpld_regional_atm_fbh_intel [14:44, 14:27] (1078596 MB) + +PASS -- COMPILE hafsw_intelllvm [08:03, 08:03],7 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_intelllvm [09:45, 08:47] (572880 MB) + +PASS -- COMPILE hafsw_debug_intelllvm [04:54, 04:54](1141 warnings,1490 remarks) +PASS -- TEST hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm [20:58, 20:07] (563404 MB) + + +SYNOPSIS: +Starting Date/Time: 2024-11-11 16:51:16 +Ending Date/Time: 2024-11-11 22:57:49 +Total Time: 06h:06m:33s +Compiles Completed: 45/45 +Tests Completed: 192/192 + + +NOTES: +A file test_changes.list was generated but is empty. +If you are using this log as a pull request verification, please commit test_changes.list. + +Result: SUCCESS + +====END OF orion REGRESSION TESTING LOG==== diff --git a/tests-dev/machine_config/machine_derecho.config b/tests-dev/machine_config/machine_derecho.config index 0896f7aa1c..6c873db434 100644 --- a/tests-dev/machine_config/machine_derecho.config +++ b/tests-dev/machine_config/machine_derecho.config @@ -7,9 +7,6 @@ module load rocoto module use -a /glade/work/epicufsrt/conda/modulefiles.derecho module load anaconda/23.7.4 -cp fv3_conf/fv3_qsub.IN_derecho fv3_conf/fv3_qsub.IN -cp fv3_conf/compile_qsub.IN_derecho fv3_conf/compile_qsub.IN - ROCOTORUN=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotorun ROCOTOSTAT=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotostat ROCOTOCOMPLETE=/glade/work/epicufsrt/contrib/derecho/rocoto/bin/rocotocomplete diff --git a/tests-dev/machine_config/machine_noaacloud.config b/tests-dev/machine_config/machine_noaacloud.config index 5ba4720401..8fe15f8f66 100644 --- a/tests-dev/machine_config/machine_noaacloud.config +++ b/tests-dev/machine_config/machine_noaacloud.config @@ -3,11 +3,14 @@ set -eux export PATH=/contrib/EPIC/bin:${PATH} module use /apps/modules/modulefiles +module use /contrib/EPIC/rocoto/modulefiles + +module load intelpython/2023.2.0 module load rocoto/1.3.7 -ROCOTORUN=/apps/rocoto/1.3.7/bin/rocotorun -ROCOTOSTAT=/apps/rocoto/1.3.7/bin/rocotostat -ROCOTOCOMPLETE=/apps/rocoto/1.3.7/bin/rocotocomplete +ROCOTORUN=/contrib/EPIC/rocoto/1.3.7/bin/rocotorun +ROCOTOSTAT=/contrib/EPIC/rocoto/1.3.7/bin/rocotostat +ROCOTOCOMPLETE=/contrib/EPIC/rocoto/1.3.7/bin/rocotocomplete ROCOTO_SCHEDULER=slurm export ROCOTORUN export ROCOTOSTAT diff --git a/tests-dev/machine_config/machine_orion.config b/tests-dev/machine_config/machine_orion.config index 09487fa9ab..5c0b3d8388 100644 --- a/tests-dev/machine_config/machine_orion.config +++ b/tests-dev/machine_config/machine_orion.config @@ -2,7 +2,9 @@ set -eux module load gcc/12.2.0 -module load python/3.10.8 +#module load python/3.10.8 +module use -a /work/noaa/epic/conda/modulefiles.orion +module load anaconda/23.7.4 module load contrib ruby/3.2.3 rocoto/1.3.7 ROCOTORUN=/apps/contrib/rocoto/1.3.7/bin/rocotorun diff --git a/tests-dev/test_cases/exp_conf/2020_CAPE.IN b/tests-dev/test_cases/exp_conf/2020_CAPE.IN new file mode 100644 index 0000000000..bd2b05efaf --- /dev/null +++ b/tests-dev/test_cases/exp_conf/2020_CAPE.IN @@ -0,0 +1,176 @@ +rm -fr INPUT RESTART +if [ $NPX = 97 ]; then + inputdir=FV3_input_data +elif [ $NPX = 49 ]; then + inputdir=FV3_input_data48 +elif [ $NPX = 193 ]; then + inputdir=FV3_input_data192 +elif [ $NPX = 385 ]; then + inputdir=FV3_input_data384 +elif [ $NPX = 769 ]; then + inputdir=FV3_input_data768 +fi + +echo "inputdir=$inputdir,NPX=$NPX,NESTED=$NESTED" + +OPNREQ_TEST=${OPNREQ_TEST:-false} +V2_SFC_FILE=${V2_SFC_FILE:-false} +HSD_CASE=${HSD_CASE:-false} +SUFFIX=${RT_SUFFIX} +if [ $WARM_START = .false. ]; then + mkdir INPUT RESTART + if [ "$NESTED" = .true. ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_nested/* ./INPUT/. + elif [ "$V2_SFC_FILE" = "true" ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. + elif [ "$HSD_CASE" = "true" ]; then + cp -r @[INPUTDATA_ROOT]/HSD_input_data/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. + else + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_gfsv17/* ./INPUT/. + fi +else + mkdir INPUT RESTART + + if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + # WAVE restart file for ATMW ORT tests + if [[ $CPLWAV == .true. ]]; then + if [[ $med_model == cmeps ]] && [[ $RUNTYPE == continue ]]; then + # CMEPS restart and pointer files + RFILE=ufs.atmw.cpl.r.${RESTART_FILE_SUFFIX_SECS}.nc + cp ../${DEP_RUN}${SUFFIX}/RESTART/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + fi + RFILE=ufs.atmw.ww3.r.${RESTART_FILE_SUFFIX_SECS} + cp ../${DEP_RUN}${SUFFIX}/${RFILE} . + fi + + if [ $MODEL_INITIALIZATION = "false" ]; then + #read_inc and iau tests restart from fh=24 + CURRDIR=`pwd` + FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART + else + #for warm start from initialization time + FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS + fi + + if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then + + if [ $MODEL_INITIALIZATION = "false" ]; then + cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + else + cp ${FILEDIR}/fv_increment*.nc INPUT/. + cp ${FILEDIR}/grid_spec.nc INPUT/. + cp ${FILEDIR}/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + fi + cp ${FILEDIR}/coupler.res INPUT/. + cp ${FILEDIR}/fv_core.res.* INPUT/. + cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. + cp ${FILEDIR}/fv_tracer.* INPUT/. + cp ${FILEDIR}/phy_data.* INPUT/. + cp ${FILEDIR}/sfc_data.* INPUT/. + else + #restart test start from fh FHROT + cp -r ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.* ./INPUT + rm -f INPUT/fv_core.res.* + rm -f INPUT/fv_srf_wnd.res.* + rm -f INPUT/fv_tracer.res.* + rm -f INPUT/phy_data.* + rm -f INPUT/sfc_data.* + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. + for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do + [ -e $RFILE ] || exit 1 + RFILE_OLD=$(basename $RFILE) + RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" + cp $RFILE INPUT/${RFILE_NEW} + done + fi +fi + +if [ $TILEDFIX = .true. ]; then + if [ $CPLLND == .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc INPUT/. + else + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + fi + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +fi + +if [ $CPLWAV = .true. ]; then + if [ $WW3_MULTIGRID = 'true' ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + else + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . + fi +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/@[POST_ITAG] itag + cp ${PATHRT}/parm/@[POSTXCONFIG] postxconfig-NT.txt + cp ${PATHRT}/parm/@[POSTXCONFIG_FH00] postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#rad_c_gocart +if [ $IAER = 2011 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/p8/ExtData . +fi diff --git a/tests-dev/test_cases/exp_conf/baroclinic_wave.IN b/tests-dev/test_cases/exp_conf/baroclinic_wave.IN new file mode 100644 index 0000000000..e1c7ead15d --- /dev/null +++ b/tests-dev/test_cases/exp_conf/baroclinic_wave.IN @@ -0,0 +1,178 @@ +rm -fr INPUT RESTART +if [ $NPX = 97 ]; then + inputdir=FV3_input_data +elif [ $NPX = 49 ]; then + inputdir=FV3_input_data48 +elif [ $NPX = 193 ]; then + inputdir=FV3_input_data192 +elif [ $NPX = 385 ]; then + inputdir=FV3_input_data384 +elif [ $NPX = 769 ]; then + inputdir=FV3_input_data768 +fi + +echo "inputdir=$inputdir,NPX=$NPX,NESTED=$NESTED" + +HSD_CASE=${HSD_CASE:-false} +if [ "$HSD_CASE" = "true" ]; then + cp @[INPUTDATA_ROOT]/HSD_input_data/global_hyblev.l128.txt . +fi + +OPNREQ_TEST=${OPNREQ_TEST:-false} +V2_SFC_FILE=${V2_SFC_FILE:-false} +SUFFIX=${RT_SUFFIX} +if [ $WARM_START = .false. ]; then + mkdir INPUT RESTART + if [ "$NESTED" = .true. ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_nested/* ./INPUT/. + elif [ "$V2_SFC_FILE" = "true" ]; then + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_v2_sfc/* ./INPUT/. + else + cp -r @[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_gfsv17/* ./INPUT/. + fi +else + mkdir INPUT RESTART + + if [[ ${OPNREQ_TEST} == true ]]; then + SUFFIX=${BL_SUFFIX} + fi + + # WAVE restart file for ATMW ORT tests + if [[ $CPLWAV == .true. ]]; then + if [[ $med_model == cmeps ]] && [[ $RUNTYPE == continue ]]; then + # CMEPS restart and pointer files + RFILE=ufs.atmw.cpl.r.${RESTART_FILE_SUFFIX_SECS}.nc + cp ../${DEP_RUN}${SUFFIX}/RESTART/${RFILE} . + ls -1 ${RFILE}>rpointer.cpl + fi + RFILE=ufs.atmw.ww3.r.${RESTART_FILE_SUFFIX_SECS} + cp ../${DEP_RUN}${SUFFIX}/${RFILE} . + fi + + if [ $MODEL_INITIALIZATION = "false" ]; then + #read_inc and iau tests restart from fh=24 + CURRDIR=`pwd` + FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART + else + #for warm start from initialiation time + FILEDIR=@[INPUTDATA_ROOT]/${inputdir}/INPUT_L127_GDAS + fi + + if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then + + if [ $MODEL_INITIALIZATION = "false" ]; then + cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data.tile*.nc INPUT/. + else + cp ${FILEDIR}/fv_increment*.nc INPUT/. + cp ${FILEDIR}/grid_spec.nc INPUT/. + cp ${FILEDIR}/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/oro_data.tile*.nc INPUT/. + fi + cp ${FILEDIR}/coupler.res INPUT/. + cp ${FILEDIR}/fv_core.res.* INPUT/. + cp ${FILEDIR}/fv_srf_wnd.res.* INPUT/. + cp ${FILEDIR}/fv_tracer.* INPUT/. + cp ${FILEDIR}/phy_data.* INPUT/. + cp ${FILEDIR}/sfc_data.* INPUT/. + else + #restart test start from fh FHROT + cp -r ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.* ./INPUT + rm -f INPUT/fv_core.res.* + rm -f INPUT/fv_srf_wnd.res.* + rm -f INPUT/fv_tracer.res.* + rm -f INPUT/phy_data.* + rm -f INPUT/sfc_data.* + cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. + cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/. + cp ${FILEDIR}/../INPUT/oro_data*.nc INPUT/. + for RFILE in ../${DEP_RUN}${SUFFIX}/RESTART/${RESTART_FILE_PREFIX}.*; do + [ -e $RFILE ] || exit 1 + RFILE_OLD=$(basename $RFILE) + RFILE_NEW="${RFILE_OLD//${RESTART_FILE_PREFIX}./}" + cp $RFILE INPUT/${RFILE_NEW} + done + fi +fi + +if [ $TILEDFIX = .true. ]; then + if [ $CPLLND == .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc INPUT/. + else + cp @[INPUTDATA_ROOT]/FV3_fix_tiled/@[ATMRES]/@[ATMRES]*.nc . + fi + cp @[INPUTDATA_ROOT]/FV3_fix/global_glacier.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_maxice.2x2.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/RTGSST.1982.2012.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/global_snoclim.1.875.grb . + cp @[INPUTDATA_ROOT]/FV3_fix/IMS-NIC.blended.ice.monthly.clim.grb . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNSMCC] . + cp @[INPUTDATA_ROOT]/${inputdir}/@[FNMSKH_control] . +else + cp @[INPUTDATA_ROOT]/${inputdir}/*grb . +fi + +if [ $CPLWAV = .true. ]; then + if [ $WW3_MULTIGRID = 'true' ]; then + cp @[INPUTDATA_ROOT_WW3]/mod_def.pointsatmw mod_def.points + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] . + cp @[INPUTDATA_ROOT_WW3]/rmp_src* . + else + cp @[INPUTDATA_ROOT_WW3]/@[WW3_MODDEF] mod_def.ww3 + cp @[INPUTDATA_ROOT_WW3]/@[MESH_WAV] . + fi +fi + +#inline post +if [[ $POSTAPP = 'global' ]]; then + cp ${PATHRT}/parm/@[POST_ITAG] itag + cp ${PATHRT}/parm/@[POSTXCONFIG] postxconfig-NT.txt + cp ${PATHRT}/parm/@[POSTXCONFIG_FH00] postxconfig-NT_FH00.txt + cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new +fi + +#rrtmgp +if [ $DO_RRTMGP = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_RRTMGP/* . +fi + +#merra2 +if [ $USE_MERRA2 = .true. ]; then + for n in 01 02 03 04 05 06 07 08 09 10 11 12; do + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc + done + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi + +#rad_c_gocart +if [ $IAER = 2011 ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SS.v3_3.dat optics_SS.dat + cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_SU.v1_3.dat optics_SU.dat +fi +#ugwpv1 +if [ $DO_UGWP_V1 = .true. ]; then + cp @[INPUTDATA_ROOT]/FV3_input_data/ugwp_c384_tau.nc ./ugwp_limb_tau.nc +fi + +#Thompson +if [ $IMP_PHYSICS = 8 ]; then + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qsV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/qr_acr_qgV2.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/freezeH2O.dat . + cp @[INPUTDATA_ROOT]/FV3_fix/CCN_ACTIVATE.BIN . +fi + +#prognostic aerosols +if [ $CPLCHM = .true. ]; then + cp ${PATHRT}/parm/gocart/*.rc . + ln -sf @[INPUTDATA_ROOT]/GOCART/p8/ExtData . +fi diff --git a/tests-dev/test_cases/parm/baroclinic_wave.nml.IN b/tests-dev/test_cases/parm/baroclinic_wave.nml.IN new file mode 100644 index 0000000000..2b96ef620d --- /dev/null +++ b/tests-dev/test_cases/parm/baroclinic_wave.nml.IN @@ -0,0 +1,386 @@ +&atmos_model_nml + blocksize = 32 + chksum_debug = .false. + dycore_only = .true. + ccpp_suite = 'FV3_GFS_v17_p8_ugwpv1' + +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = 300 + +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = 16000000 + print_memory_usage = .false. + +/ + +&fms2_io_nml + netcdf_default_format = "netcdf4" +/ + +&fv_core_nml + layout = 4,8 + io_layout = 1,1 + npx = 193 + npy = 193 + ntiles = 6 + npz = 127 + dz_min = 6 + psm_bc = 1 + grid_type = 0 + make_nh = .true. + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = 42 + nudge_qv = .true. + nudge_dz = .false. + tau = 0. + rf_cutoff = 10. + d2_bg_k1 = 0.20 + d2_bg_k2 = 0.04 + kord_tm = -9 + kord_mt = 9 + kord_wz = 9 + kord_tr = 9 + hydrostatic = .false. + phys_hydrostatic = .false. + use_hydro_pressure = .false. + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = 2 + n_split = 5 + nwat = 6 + na_init = 0 + d_ext = 0. + dnats = 0 + fv_sg_adj = 450 + d2_bg = 0. + nord = 2 + dddmp = 0.1 + d4_bg = 0.12 + vtdm4 = 0.02 + delt_max = 0.002 + ke_bg = 0. + do_vort_damp = .true. + external_ic = .false. + external_eta = .false. + gfs_phil = .false. + nggps_ic = .false. + fv_eta_file='global_hyblev.l128.txt' + npz_type='input' + mountain = .false. + ncep_ic = .false. + d_con = 1. + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 + adjust_dry_mass = .false. + dry_mass=98320.0 + consv_te = 1. + do_sat_adj = .false. + fast_tau_w_sec = 0.2 + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = 6 + warm_start = .false. + no_dycore = .false. + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = .false. + res_latlon_dynamics = "" + +/ + +&external_ic_nml + filtered_terrain = .true. + levp = 128 + gfs_dwinds = .true. + checker_tr = .false. + nt_checker = 0 + +/ + +&gfs_physics_nml + fhzero = 6 + h2o_phys = .true. + ldiag3d = .false. + qdiag3d = .false. + print_diff_pgr = .false. + fhcyc = 0 + use_ufo = .true. + pre_rad = .false. + imp_physics = 8 + iovr = 3 + ltaerosol = .false. + lradar = .true. + ttendlim = -999 + dt_inner = 450 + sedi_semi = .true. + decfl = 10 + oz_phys = .false. + oz_phys_2015 = .true. + lsoil_lsm = 4 + do_mynnedmf = .false. + do_mynnsfclay = .false. + icloud_bl = 1 + bl_mynn_edmf = 1 + bl_mynn_tkeadvect = .true. + bl_mynn_edmf_mom = 1 + do_ugwp = .false. + do_tofd = .false. + gwd_opt = 2 + do_ugwp_v0 = .false. + do_ugwp_v1 = .true. + do_ugwp_v0_orog_only = .false. + do_ugwp_v0_nst_only = .false. + do_gsl_drag_ls_bl = .true. + do_gsl_drag_ss = .true. + do_gsl_drag_tofd = .true. + do_ugwp_v1_orog_only = .false. + min_lakeice = 0.15 + min_seaice = 0.15 + use_cice_alb = .false. + pdfcld = .false. + fhswr = 3600. + fhlwr = 3600. + ialb = 2 + iems = 2 + iaer = 1011 + icliq_sw = 2 + ico2 = 2 + isubc_sw = 2 + isubc_lw = 2 + isol = 2 + lwhtr = .true. + swhtr = .true. + cnvgwd = .true. + shal_cnv = .true. + cal_pre = .false. + redrag = .true. + dspheat = .true. + hybedmf = .false. + satmedmf = .true. + isatmedmf = 1 + lheatstrg = .false. + lseaspray = .true. + random_clds = .false. + trans_trac = .true. + cnvcld = .true. + imfshalcnv = 2 + imfdeepcnv = 2 + progsigma = .true. + betascu = 8.0 + betamcu = 1.0 + betadcu = 2.0 + ras = .false. + cdmbgwd = 10.0,3.5,1.0,1.0 + prslrd0 = 0. + ivegsrc = 1 + isot = 1 + lsoil = 4 + lsm = 2 + iopt_dveg = 4 + iopt_crs = 2 + iopt_btr = 1 + iopt_run = 1 + iopt_sfc = 3 + iopt_frz = 1 + iopt_inf = 1 + iopt_rad = 3 + iopt_alb = 1 + iopt_snf = 4 + iopt_tbot = 2 + iopt_stc = 3 + iopt_trs = 2 + iopt_diag = 1 + debug = .false. + nstf_name = 2,0,0,0,0 + nst_anl = .true. + psautco = 0.0008,0.0005 + prautco = 0.00015,0.00015 + lgfdlmprad = .false. + effr_in = .true. + ldiag_ugwp = .false. + do_RRTMGP = .false. + active_gases = 'h2o_co2_o3_n2o_ch4_o2' + ngases = 6 + lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' + lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' + sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' + sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' + rrtmgp_nGptsSW = 112 + rrtmgp_nGptsLW = 128 + rrtmgp_nBandsLW = 16 + rrtmgp_nBandsSW = 14 + doGP_cldoptics_LUT = .false. + doGP_lwscat = .false. + do_sppt = .false. + do_shum = .false. + do_skeb = .false. + frac_grid = .true. + cplchm = .false. + cplflx = .false. + cplice = .false. + cplwav = .false. + cplwav2atm = .false. + do_ca = .true. + ca_global = .false. + ca_sgs = .true. + nca = 1 + ncells = 5 + nlives = 12 + nseed = 1 + nfracseed = 0.5 + nthresh = 18 + ca_trigger = .true. + nspinup = 1 + iseed_ca = 485671814 +/ +&cires_ugwp_nml + knob_ugwp_solver = 2 + knob_ugwp_source = 1,1,0,0 + knob_ugwp_wvspec = 1,25,25,25 + knob_ugwp_azdir = 2,4,4,4 + knob_ugwp_stoch = 0,0,0,0 + knob_ugwp_effac = 1,1,1,1 + knob_ugwp_doaxyz = 1 + knob_ugwp_doheat = 1 + knob_ugwp_dokdis = 2 + knob_ugwp_ndx4lh = 4 + knob_ugwp_version = 1 + knob_ugwp_palaunch = 275.0e2 + knob_ugwp_nslope = 1 + knob_ugwp_lzmax = 15.750e3 + knob_ugwp_lzmin = 0.75e3 + knob_ugwp_lzstar = 2.0e3 + knob_ugwp_taumin = 0.25e-3 + knob_ugwp_tauamp = 1.5e-3 + knob_ugwp_lhmet = 200.0e3 + knob_ugwp_orosolv = 'pss-1986' +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0E-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = 2 + + +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' + +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = .false. + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = .false. + FTSFS = 90 + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = 0 + FSICS = 0 + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 + +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' + +/ + +&nam_stochy +/ +&nam_sfcperts +/ + &test_case_nml ! cold start + test_case = 13 +/ + diff --git a/tests-dev/test_cases/tests/2020_CAPE b/tests-dev/test_cases/tests/2020_CAPE new file mode 100644 index 0000000000..7726af7030 --- /dev/null +++ b/tests-dev/test_cases/tests/2020_CAPE @@ -0,0 +1,53 @@ +############################################################################### +# +# 2020 July CAPE Case Study: GFSv16 atmosphere only at C48L127 +# +############################################################################### + +export TEST_DESCR="Compare 2020 July CAPE Case study results with previous trunk version" + +export CNTL_DIR=2020_CAPE + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc" + +export_fv3_v16 + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export DT_ATMOS=1200 +export SYEAR=2020 +export SMONTH=07 +export SDAY=23 +export SHOUR=00 +export RESTART_INTERVAL=0 +export CDMBWD=${CDMBWD_c48} +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNALBC="'global_snowfree_albedo.bosu.t62.192.94.rg.grb'," +export FNVETC="'global_vegtype.igbp.t62.192.94.rg.grb'," +export FNSOTC="'global_soiltype.statsgo.t62.192.94.rg.grb'," +export FNABSC="'global_mxsnoalb.uariz.t62.192.94.rg.grb'," +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'," +export FNMSKH_control="'global_slmask.t62.192.94.grb'," + + +export FV3_RUN=2020_CAPE.IN +export CCPP_SUITE='FV3_GFS_v16' +export INPUT_NML=control.nml.IN +export HSD_CASE=true + diff --git a/tests-dev/test_cases/tests/baroclinic_wave b/tests-dev/test_cases/tests/baroclinic_wave new file mode 100644 index 0000000000..259a075549 --- /dev/null +++ b/tests-dev/test_cases/tests/baroclinic_wave @@ -0,0 +1,57 @@ +############################################################################### +# +# Baroclinic Wave Idealized Test Case (atmosphere only, dycore only) at C192L127 +# +############################################################################### + +export TEST_DESCR="Compare baroclinic wave test case C192L127 results with previous trunk version" + +export CNTL_DIR=baroclinic_wave + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + GFSFLX.GrbF00 \ + GFSFLX.GrbF24 \ + GFSPRS.GrbF00 \ + GFSPRS.GrbF24" + +export ATMRES=C192 + +export_fv3 +export_tiled +export_ugwpv1 + +export INPES=4 +export WRTTASK_PER_GROUP=12 +export NPZ=127 +export NPZP=128 +export NPX=193 +export NPY=193 +export SYEAR=2019 +export SMONTH=12 +export SDAY=03 +export SHOUR=00 +export DT_ATMOS=450 +export RESTART_INTERVAL='480 -1' +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.true. +export IAER=5111 +export IOVR=3 +export IMO=768 +export JMO=384 +export IDEFLATE=1 +export ICHUNK2D=768 +export JCHUNK2D=384 +export ICHUNK3D=768 +export JCHUNK3D=384 +export KCHUNK3D=1 +export OUTPUT_FH='0 6 12 18 24' + +export FV3_RUN=baroclinic_wave.IN +export INPUT_NML=baroclinic_wave.nml.IN +export CCPP_SUITE='FV3_GFS_v17_p8_ugwpv1' +export HSD_CASE=true + diff --git a/tests-dev/test_cases/utils/README.txt b/tests-dev/test_cases/utils/README.txt new file mode 100644 index 0000000000..b871b37db1 --- /dev/null +++ b/tests-dev/test_cases/utils/README.txt @@ -0,0 +1,18 @@ +2020 CAPE bash plotting script developed by Ratko Vasic. + +Baroclinic wave bash plotting script developed by Ratko Vasic, +adapted from an original grads script & configuration files provided by Xiaqiong Zhou. + + + +To generate plots, copy the relevant .sh script into your UFS-WM test run directory +(i.e., `run_dir/_` from within ufs-weather-model/tests-dev). +That is, to generate plots for a 2020 CAPE test, copy `plot_cape.sh` into your +2020_CAPE_ run directory; to generate plots for the baroclinic wave case, +copy `plot_bcw.sh` into your run directory. + +To run the scripts, invoke from the command line via `./plot_.sh`. + +Users can adjust the experiment name, standard pressure level, and forecast hour in the baroclinic wave script. +For the CAPE script, users can choose between global/regional(CONUS) domain, as well as which +analysis file resolution to generate plots for. diff --git a/tests-dev/test_cases/utils/plot_bcw.sh b/tests-dev/test_cases/utils/plot_bcw.sh new file mode 100755 index 0000000000..c871c893a7 --- /dev/null +++ b/tests-dev/test_cases/utils/plot_bcw.sh @@ -0,0 +1,91 @@ +#!/bin/bash + +############################################################### +# User input: +############################################################### + +exp_name=C192-BCW +level=850 +# set forecast hour at which to generate plots +fcst_time=150 + +############################################################### +# initialize module +. "${LMOD_ROOT}"/lmod/init/bash + +# update path with current directory +export PATH=.:${PATH} + +# if grads-to-control app is not present, get it from web: +[[ -f g2ctl ]] || wget -q https://ftp.cpc.ncep.noaa.gov/wd51we/g2ctl/g2ctl +chmod 755 g2ctl + +# get colorbar scripts from github +rm -rf gscript +git clone https://github.com/kodamail/gscript.git +cp gscript/color.gs . +cp gscript/xcbar.gs . +rm -rf gscript + +# load modules grads and wgrib2 +HOSTNAME=$(hostname) +if [[ ${HOSTNAME} == gaea6[1-9] ]]; then module load Core/24.11 ; fi +module load grads wgrib2 + +# check if model output file exists: +nfiles=$(find GFSPRS.GrbF* | wc -l || true) +if ls GFSPRS.GrbF* >/dev/null 2>&1 +then + echo Using files: GFSPRS.GrbF\* +else + echo "No model output (GFSPRS.GrbF*) ... exiting" + exit +fi +# check if plotting fcst time is <= existing forecast time +last_fcst=$(((nfiles-1)*6)) + if (( fcst_time > last_fcst )); then + echo "Plot time ""${fcst_time}" "is larger than existing fcst time ""${last_fcst}" + echo "Exiting... " + exit +fi + +# Create grads control and index files +g2ctl -0 GFSPRS.GrbF%f2 GFSPRS.idx > GFSPRS.ctl +sed -i 's/tdef 1/tdef '"${nfiles}"'/g' GFSPRS.ctl +sed -i 's/ 1mo/ 6hr/g' GFSPRS.ctl +gribmap -i GFSPRS.ctl + +############################################################### +# Plot baroclinic case +############################################################### +cat << EOF > bcw.gs +exp="${exp_name}" +var="hcurl(ugrdprs,vgrdprs)" +lev=${level} +tt=${fcst_time} +t=tt/6+1 +'reinit' +'open GFSPRS.ctl' +'set t 't +'set xlopts 1 6 0.16' +'set ylopts 1 6 0.16' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lat 0 90' +'set lon 90 270' +'color.gs -5 5 1 -kind blue->white->brown' +'set lev ' lev +'d hcurl(ugrdprs,vgrdprs)*1.0e5' +'set gxout contour' +'set cint 3' +'d vgrdprs' +'xcbar.gs 1 10 0.5 0.8' +'draw title 'exp' vort(1.e5) T='tt'hr' +'printim 'exp'_'tt'.png x1200 y1000 white ' +'c' +'quit' +EOF +grads -blc "run bcw.gs" > /dev/null 2>&1 +############################################################### diff --git a/tests-dev/test_cases/utils/plot_cape.sh b/tests-dev/test_cases/utils/plot_cape.sh new file mode 100755 index 0000000000..5c47ec3814 --- /dev/null +++ b/tests-dev/test_cases/utils/plot_cape.sh @@ -0,0 +1,265 @@ +#!/bin/bash + +############################################################### +DATE=2020072400 +DOMAIN=CONUS # CONUS or global +ANL_RES=1p00 # Analysis resolution (1p00 - 1deg, 0p50 - 0.5 deg, 0p25 - .25 deg) +############################################################### +if [[ "${ANL_RES}" = 1p00 ]]; then + res_txt="1x1 deg" +elif [[ "${ANL_RES}" = 0p50 ]]; then + res_txt="0.5x0.5 deg" +elif [[ "${ANL_RES}" = 0p25 ]]; then + res_txt="0.25x0.25 deg" +else + echo "Wrong analysis resolution choice, exiting" + exit +fi +############################################################### +YY=$(echo "${DATE}" | cut -c1-4) +MM=$(echo "${DATE}" | cut -c5-6) +DD=$(echo "${DATE}" | cut -c7-8) +HH=$(echo "${DATE}" | cut -c9-10) +echo " YYYY MM DD HH" +echo "Date: " "${YY}" "${MM}" "${DD}" "${HH}" +############################################################### +# define borders depending on DOMAIN +if [[ "${DOMAIN}" = CONUS ]]; then + lat1=20 + lat2=55 + lon1=-130 + lon2=-65 +elif [[ "${DOMAIN}" = global ]]; then + lat1=-90 + lat2=90 + lon1=0 + lon2=360 +else + echo "Wrong DOMAIN, exiting" + exit +fi +echo +############################################################### +# initialize module +. "${LMOD_ROOT}"/lmod/init/bash + +# update path with current directory +export PATH=.:${PATH} + +# if grads-to-control app is not present, get it from web: +[[ -f g2ctl ]] || wget -q https://ftp.cpc.ncep.noaa.gov/wd51we/g2ctl/g2ctl +chmod 755 g2ctl + +# if color bar script is not present, get it from web: +[[ -f cbar.gs ]] || wget -q http://cola.gmu.edu/grads/scripts/cbar.gs + +# load modules grads and wgrib2 +HOSTNAME=$(hostname) +if [[ ${HOSTNAME} == gaea6[1-9] ]]; then module load Core/24.11 ; fi +module load grads wgrib2 + +# check if model output file exxists: +if [[ ! -f GFSPRS.GrbF24 ]] ; then echo "No model output (GFSPRS.GrbF24)" ; exit ; fi +echo Using model file: GFSPRS.GrbF24 + +# detect machine we are on +case $(hostname -f) in + gaea5*) HSD_path=/gpfs/f5/epic/world-shared/HSD_INPUT_DATA ;; ## gaea5 + gaea6*) HSD_path=/gpfs/f6/bil-fire8/world-shared/HSD_INPUT_DATA ;; ## gaea6 + hfe*) HSD_path=/scratch1/NCEPDEV/nems/role.epic/HSD_INPUT_DATA ;; ## hera + hecflow*) HSD_path=/scratch1/NCEPDEV/nems/role.epic/HSD_INPUT_DATA ;; ## hera + fe*) HSD_path=/mnt/lfs5/HFIP/hfv3gfs/role.epic/HSD_INPUT_DATA ;; ## jet + tfe*) HSD_path=/mnt/lfs5/HFIP/hfv3gfs/role.epic/HSD_INPUT_DATA ;; ## tjet + [Oo]rion*) HSD_path=/work/noaa/epic/role-epic/contrib/HSD_INPUT_DATA ;; ## orion + [Hh]ercules*) HSD_path=/work/noaa/epic/role-epic/contrib/HSD_INPUT_DATA ;; ## hercules + derecho*) HSD_path=/glade/work/epicufsrt/contrib/HSD_INPUT_DATA ;; ## derecho + *) echo "Unknown or unsupported machine " ; exit ;; ## Unknown platform +esac + +# check if analysis file exists: +# analysis files retrieved from hpss: +# htar -xvf \ +# /NCEPPROD/hpssprod/runhistory/rh2020/202007/20200724/com_gfs_prod_gfs.20200724_00.gfs_pgrb2.tar \ +# ./gfs.20200724/00/gfs.t00z.pgrb2.0p25.anl +if [[ ! -f gfs.t00z.pgrb2."${ANL_RES}".anl ]] ; then + echo "No analysis file, copy file from ${HSD_path} directory:" + cp "${HSD_path}"/"${DATE}"/gfs.t00z.pgrb2."${ANL_RES}".anl . + [[ -f gfs.t00z.pgrb2."${ANL_RES}".anl ]] || exit +fi +echo Using analysis file: gfs.t00z.pgrb2."${ANL_RES}".anl + +# Create grads control and index files +g2ctl gfs.t00z.pgrb2."${ANL_RES}".anl gfs.t00z.pgrb2."${ANL_RES}".idx > gfs.t00z.pgrb2."${ANL_RES}".ctl +gribmap -i gfs.t00z.pgrb2."${ANL_RES}".ctl > /dev/null 2>&1 +g2ctl GFSPRS.GrbF24 GFSPRS.idx > GFSPRS.ctl +gribmap -i GFSPRS.ctl > /dev/null 2>&1 + +############################################################### +# Plot CAPE analysis +############################################################### +echo "Plot CAPE analysis " "${DOMAIN}" +if [[ -f CAPE-analysis.png ]] ; then rm CAPE-analysis.png ; fi +cat << EOF > plot.gs +'reinit' +'open gfs.t00z.pgrb2.${ANL_RES}.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set clevs 0 500 1000 1500 2000 2500 3000 3500' +'d CAPEsfc' +'run cbar.gs' +'draw title CAPE Analysis ${res_txt} valid ${YY}/${MM}/${DD}/${HH}Z' +'printim CAPE-analysis_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +# Plot CAPE model output +############################################################### +echo "Plot CAPE model output " "${DOMAIN}" +if [[ -f CAPE-model.png ]] ; then rm CAPE-model.png ; fi +if [[ -f plot.gs ]] ; then rm plot.gs ; fi +cat << EOF > plot.gs +'reinit' +'open GFSPRS.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set clevs 0 500 1000 1500 2000 2500 3000 3500' +'d CAPEsfc' +'run cbar.gs' +'draw title CAPE Model fcst (+24h) valid ${YY}/${MM}/${DD}/${HH}Z' +'printim CAPE-model_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +# Plot MSL pressure analysis +############################################################### +echo "Plot PRSMSL analysis " "${DOMAIN}" +if [[ -f MSL-analysis.png ]] ; then rm MSL-analysis.png ; fi +cat << EOF > plot.gs +'reinit' +'open gfs.t00z.pgrb2.${ANL_RES}.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set clevs 1000 1002 1004 1006 1008 1010 1012 1014 1016 1018 1020 1022' +'d PRMSLmsl/100' +'run cbar.gs' +'draw title PRSMSL [mb] Analysis ${res_txt} valid ${YY}/${MM}/${DD}/${HH}Z' + 'printim MSL-analysis_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +# Plot MSL pressure model output +############################################################### +echo "Plot PRSMSL model output " "${DOMAIN}" +if [[ -f MSL-model.png ]] ; then rm MSL-model.png ; fi +cat << EOF > plot.gs +'reinit' +'open GFSPRS.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set clevs 1000 1002 1004 1006 1008 1010 1012 1014 1016 1018 1020 1022' +'d PRMSLmsl/100' +'run cbar.gs' +'draw title PRSMSL [mb] Model fcst (+24) valid ${YY}/${MM}/${DD}/${HH}Z' +'printim MSL-model_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +# Plot Vorticity analysis +############################################################### +echo "Plot vorticity analysis " "${DOMAIN}" +if [[ -f VORT-analysis.png ]] ; then rm VORT-analysis.png ; fi +cat << EOF > plot.gs +'reinit' +'open gfs.t00z.pgrb2.${ANL_RES}.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lev 500' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set rgb 20 255 255 255' +'set rgb 21 255 250 170' +'set rgb 22 255 232 100' +'set rgb 23 255 192 0' +'set rgb 24 255 160 0' +'set rgb 25 255 96 0' +'set rgb 26 255 50 0' +'set rgb 27 225 20 0' +'set rgb 28 192 0 0' +'set ccols 20 21 22 23 24 25 26 27 28' + 'set clevs 2 4 6 8 10 15 20 25' +'define h=hcurl(ugrdprs,vgrdprs)*1.0e5' +'d sqrt(h*h)' +'run cbar.gs' +'set gxout contour' +'d hgtprs' +'draw title Analysis 500mb Height and Abs Vorticity ${res_txt} \ Valid ${YY}/${MM}/${DD}/${HH}Z' +'printim VORT-analysis_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +# Plot Vorticity model output +############################################################### +echo "Plot vorticity model output " "${DOMAIN}" +if [[ -f VORT-model.png ]] ; then rm VORT-model.png ; fi +cat << EOF > plot.gs +'reinit' +'open GFSPRS.ctl' +'set gxout shaded' +'set display color white' +'c' +'set grads off' +'set lev 500' +'set lat ${lat1} ${lat2}' +'set lon ${lon1} ${lon2}' +'set rgb 20 255 255 255' +'set rgb 21 255 250 170' +'set rgb 22 255 232 100' +'set rgb 23 255 192 0' +'set rgb 24 255 160 0' +'set rgb 25 255 96 0' +'set rgb 26 255 50 0' +'set rgb 27 225 20 0' +'set rgb 28 192 0 0' +'set ccols 20 21 22 23 24 25 26 27 28' + 'set clevs 2 4 6 8 10 15 20 25' +'define h=hcurl(ugrdprs,vgrdprs)*1.0e5' +'d sqrt(h*h)' +'run cbar.gs' +'set gxout contour' +'d hgtprs' +'draw title Model fcst (+24) 500mb Height and Abs Vorticity \ Valid ${YY}/${MM}/${DD}/${HH}Z' +'printim VORT-model_${DOMAIN}.png x1200 y1000 ' +'c' +'quit' +EOF +grads -blc "run plot.gs" > /dev/null 2>&1 +############################################################### +rm -f plot.gs diff --git a/tests-dev/ufs_test.sh b/tests-dev/ufs_test.sh index 47bc6568c9..a9c5c08201 100755 --- a/tests-dev/ufs_test.sh +++ b/tests-dev/ufs_test.sh @@ -86,6 +86,7 @@ ACCNR=${ACCNR:-""} UFS_TEST_YAML="ufs_test.yaml" export UFS_TEST_YAML LINK_TESTS=false +TEST_TEMP_YAML=false while getopts ":a:b:cl:mn:dwkreohs" opt; do case ${opt} in @@ -95,9 +96,6 @@ while getopts ":a:b:cl:mn:dwkreohs" opt; do b) NEW_BASELINES_FILE=${OPTARG} export NEW_BASELINES_FILE - python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_b()" - UFS_TEST_YAML="ufs_test_temp.yaml" - export UFS_TEST_YAML ;; c) CREATE_BASELINE=true @@ -132,9 +130,7 @@ while getopts ":a:b:cl:mn:dwkreohs" opt; do export SRT_NAME export SRT_COMPILER - python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_n()" - UFS_TEST_YAML="ufs_test_temp.yaml" - export UFS_TEST_YAML + TEST_TEMP_YAML=true ;; d) export delete_rundir=true @@ -193,6 +189,18 @@ else exit 1 fi +if [[ ! ${NEW_BASELINES_FILE} == '' ]]; then + python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_b()" + UFS_TEST_YAML="ufs_test_temp.yaml" + export UFS_TEST_YAML +fi + +if [[ ${TEST_TEMP_YAML} == true ]]; then + python -c "import ufs_test_utils; ufs_test_utils.update_testyaml_n()" + UFS_TEST_YAML="ufs_test_temp.yaml" + export UFS_TEST_YAML +fi + # If -s; link sharable test scripts from tests directory if [[ ${LINK_TESTS} == true ]]; then if ! python -c "import ufs_test_utils; ufs_test_utils.sync_testscripts()" @@ -200,6 +208,10 @@ if [[ ${LINK_TESTS} == true ]]; then echo "*** error: python sync_testscripts! ***" exit 1 fi + + cp "${PATHRT}"/test_cases/tests/* "${PATHRT}"/tests + cp "${PATHRT}"/test_cases/exp_conf/* "${PATHRT}"/fv3_conf + cp "${PATHRT}"/test_cases/parm/* "${PATHRT}"/parm fi #Check to error out if incompatible options are chosen together diff --git a/tests-dev/ufs_test.yaml b/tests-dev/ufs_test.yaml index cfd80ab693..ea8e50df69 100644 --- a/tests-dev/ufs_test.yaml +++ b/tests-dev/ufs_test.yaml @@ -3,546 +3,626 @@ s2swa_32bit_intel: compiler: 'intel' option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1' tests: - - cpld_control_p8_mixedmode: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_p8_mixedmode: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} s2swa_32bit_pdlib_intel: build: compiler: 'intel' option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' turnoff: ['noaacloud'] tests: - - cpld_control_gfsv17: {'project':['daily'],'turnoff':['noaacloud']} -# - cpld_control_gfsv17_iau: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_restart_gfsv17: {'project':['daily'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} - - cpld_mpi_gfsv17: {'project':['daily'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} + - cpld_control_gfsv17: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_control_gfsv17_iau: {'project':['regression'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} + - cpld_restart_gfsv17: {'project':['regression'],'dependency':'cpld_control_gfsv17','turnoff':['noaacloud']} + - cpld_mpi_gfsv17: {'project':['regression'],'turnoff':['noaacloud']} s2swa_32bit_pdlib_sfs_intel: build: compiler: 'intel' option: '-DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' turnoff: ['noaacloud'] tests: - - cpld_control_sfs: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_sfs: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} s2swa_32bit_pdlib_debug_intel: build: compiler: 'intel' option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON' turnoff: ['noaacloud','jet'] tests: - - cpld_debug_gfsv17: {'project':['daily'],'turnoff':['noaacloud','jet']} + - cpld_debug_gfsv17: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud','jet']} s2swa_intel: build: compiler: 'intel' - option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' - tests: - - cpld_control_p8: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_control_p8.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_restart_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_control_qr_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_restart_qr_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_2threads_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_decomp_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_mpi_p8: {'project':['daily'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} - - cpld_control_ciceC_p8: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_control_c192_p8: {'project':['daily'],'turnoff':['wcoss2','jet','acorn','s4','noaacloud']} - - cpld_restart_c192_p8: {'project':['daily'],'dependency':'cpld_control_c192_p8','turnoff':['wcoss2','jet','acorn','s4','noaacloud']} - - cpld_bmark_p8: {'project':['daily'],'turnoff':['s4','jet','acorn','noaacloud']} - - cpld_restart_bmark_p8: {'project':['daily'],'dependency':'cpld_bmark_p8','turnoff':['s4','jet','acorn','noaacloud']} - - cpld_s2sa_p8: {'project':['daily'],'turnoff':['noaacloud']} + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1' + tests: + - cpld_control_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_control_p8.v2.sfc: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_restart_p8: {'project':['regression'],'dependency':'cpld_control_p8','turnoff':['noaacloud']} + - cpld_control_qr_p8: {'project':['regression'],'turnoff':['noaacloud']} + - cpld_restart_qr_p8: {'project':['regression'],'dependency':'cpld_control_qr_p8','turnoff':['noaacloud']} + - cpld_2threads_p8: {'project':['regression'],'turnoff':['noaacloud']} + - cpld_decomp_p8: {'project':['regression'],'turnoff':['noaacloud']} + - cpld_mpi_p8: {'project':['regression'],'turnoff':['noaacloud']} + - cpld_control_ciceC_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_control_c192_p8: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','jet','acorn','s4','noaacloud']} + - cpld_restart_c192_p8: {'project':['regression'],'dependency':'cpld_control_c192_p8','turnoff':['wcoss2','jet','acorn','s4','noaacloud']} + - cpld_bmark_p8: {'project':['regression'],'baseline': 'True','turnoff':['s4','jet','acorn','noaacloud']} + - cpld_restart_bmark_p8: {'project':['regression'],'dependency':'cpld_bmark_p8','turnoff':['s4','jet','acorn','noaacloud']} + - cpld_s2sa_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} s2sw_intel: build: compiler: 'intel' - option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1' tests: - - cpld_control_noaero_p8: {'project':['daily']} - - cpld_control_nowave_noaero_p8: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_noaero_p8: {'project':['regression'],'baseline': 'True'} + - cpld_control_nowave_noaero_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} s2swa_debug_intel: build: compiler: 'intel' - option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1' turnoff: ['wcoss2','noaacloud','acorn'] tests: - - cpld_debug_p8: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} + - cpld_debug_p8: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','acorn','noaacloud']} s2sw_debug_intel: build: compiler: 'intel' - option: '-DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1' turnoff: ['wcoss2','noaacloud','acorn'] tests: - - cpld_debug_noaero_p8: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} + - cpld_debug_noaero_p8: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','acorn','noaacloud']} s2s_aoflux_intel: build: compiler: 'intel' option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON' tests: - - cpld_control_noaero_p8_agrid: {'project':['daily']} + - cpld_control_noaero_p8_agrid: {'project':['regression'],'baseline': 'True'} s2s_intel: build: compiler: 'intel' - option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1' tests: - - cpld_control_c48: {'project':['daily']} - - cpld_warmstart_c48: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_restart_c48: {'project':['daily'],'dependency':'cpld_warmstart_c48','turnoff':['noaacloud']} + - cpld_control_c48: {'project':['regression'],'baseline': 'True'} + - cpld_warmstart_c48: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_restart_c48: {'project':['regression'],'dependency':'cpld_warmstart_c48','turnoff':['noaacloud']} s2swa_faster_intel: build: compiler: 'intel' - option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON' + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DFASTER=ON' turnoff: ['noaacloud'] tests: - - cpld_control_p8_faster: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_control_p8_faster: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} s2sw_pdlib_intel: build: compiler: 'intel' - option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' turnoff: ['noaacloud'] tests: - - cpld_control_pdlib_p8: {'project':['daily'],'turnoff':['noaacloud']} - - cpld_restart_pdlib_p8: {'project':['daily'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} - - cpld_mpi_pdlib_p8: {'project':['daily'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} + - cpld_control_pdlib_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - cpld_restart_pdlib_p8: {'project':['regression'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} + - cpld_mpi_pdlib_p8: {'project':['regression'],'dependency':'cpld_control_pdlib_p8','turnoff':['noaacloud']} s2sw_pdlib_debug_intel: build: compiler: 'intel' - option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON' turnoff: ['noaacloud'] tests: - - cpld_debug_pdlib_p8: {'project':['daily'],'turnoff':['noaacloud']} + - cpld_debug_pdlib_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atm_dyn32_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON' tests: - - control_flake: {'project':['daily']} - - control_CubedSphereGrid: {'project':['daily']} - - control_CubedSphereGrid_parallel: {'project':['daily'],'turnoff':['noaacloud']} - - control_latlon: {'project':['daily'],'turnoff':['noaacloud']} - - control_wrtGauss_netcdf_parallel: {'project':['daily'],'turnoff':['noaacloud']} - - control_c48: {'project':['daily'],'turnoff':['noaacloud']} - - control_c48.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} - - control_c192: {'project':['daily'],'turnoff':['noaacloud']} - - control_c384: {'project':['daily'],'turnoff':['noaacloud']} - - control_c384gdas: {'project':['daily'],'turnoff':['noaacloud']} - - control_stochy: {'project':['daily'],'turnoff':['noaacloud']} - - control_stochy_restart: {'project':['daily'],'dependency':'control_stochy','turnoff':['noaacloud']} - - control_lndp: {'project':['daily'],'turnoff':['noaacloud']} - - control_iovr4: {'project':['daily'],'turnoff':['noaacloud']} - - control_iovr5: {'project':['daily'],'turnoff':['noaacloud']} - - control_p8: {'project':['daily'],'turnoff':['noaacloud']} - - control_p8.v2.sfc: {'project':['daily'],'turnoff':['noaacloud']} - - control_p8_ugwpv1: {'project':['daily'],'turnoff':['noaacloud']} - - control_restart_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} - - control_noqr_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} - - control_restart_noqr_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} - - control_decomp_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} - - control_2threads_p8: {'project':['daily'],'dependency':'control_p8','turnoff':['noaacloud']} - - control_p8_lndp: {'project':['daily'],'turnoff':['noaacloud']} - - control_p8_rrtmgp: {'project':['daily'],'turnoff':['noaacloud']} - - control_p8_mynn: {'project':['daily'],'turnoff':['noaacloud']} - - merra2_thompson: {'project':['daily'],'turnoff':['noaacloud']} - - regional_control: {'project':['daily'],'turnoff':['noaacloud']} - - regional_restart: {'project':['daily'],'dependency':'regional_control','turnoff':['noaacloud']} - - regional_decomp: {'project':['daily'],'dependency':'regional_control','turnoff':['noaacloud']} - - regional_2threads: {'project':['daily'],'dependency':'regional_control','turnoff':['derecho','noaacloud']} - - regional_noquilt: {'project':['daily'],'turnoff':['jet','s4']} - - regional_netcdf_parallel: {'project':['daily'],'turnoff':['acorn']} - - regional_2dwrtdecomp: {'project':['daily'],'dependency':'regional_control','turnoff':['acorn']} - - regional_wofs: {'project':['daily'],'turnoff':['jet','s4']} -ifi_intel: - build: - compiler: 'intel' - option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON' - turnon: ['acorn'] - tests: - - regional_ifi_control: {'project':['daily'],'turnon':['acorn']} - - regional_ifi_decomp: {'project':['daily'],'dependency':'regional_ifi_control','turnon':['acorn']} - - regional_ifi_2threads: {'project':['daily'],'dependency':'regional_ifi_control','turnon':['acorn']} + - 2020_CAPE: {'project':['test_case'],'baseline': 'True'} + - baroclinic_wave: {'project':['test_case'],'baseline': 'True'} + - control_flake: {'project':['regression'],'baseline': 'True'} + - control_CubedSphereGrid: {'project':['regression'],'baseline': 'True'} + - control_CubedSphereGrid_parallel: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_latlon: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_wrtGauss_netcdf_parallel: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_c48: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_c48.v2.sfc: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_c192: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_c384: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_c384gdas: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_stochy: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_stochy_restart: {'project':['regression'],'dependency':'control_stochy','turnoff':['noaacloud']} + - control_lndp: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_iovr4: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_iovr5: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_p8.v2.sfc: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_p8_ugwpv1: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_restart_p8: {'project':['regression'],'dependency':'control_p8','turnoff':['noaacloud']} + - control_noqr_p8: {'project':['regression'],'turnoff':['noaacloud']} + - control_restart_noqr_p8: {'project':['regression'],'dependency':'control_noqr_p8','turnoff':['noaacloud']} + - control_decomp_p8: {'project':['regression'],'turnoff':['noaacloud']} + - control_2threads_p8: {'project':['regression'],'turnoff':['noaacloud']} + - control_p8_lndp: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_p8_rrtmgp: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_p8_mynn: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - merra2_thompson: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - regional_control: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - regional_restart: {'project':['regression'],'dependency':'regional_control','turnoff':['noaacloud']} + - regional_decomp: {'project':['regression'],'turnoff':['noaacloud']} + - regional_2threads: {'project':['regression'],'turnoff':['derecho','noaacloud']} + - regional_noquilt: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4']} + - regional_netcdf_parallel: {'project':['regression'],'baseline': 'True','turnoff':['acorn']} + - regional_2dwrtdecomp: {'project':['regression'],'turnoff':['acorn']} + - regional_wofs: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4']} rrfs_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON' tests: - - rap_control: {'project':['daily']} - - regional_spp_sppt_shum_skeb: {'project':['daily']} - - rap_decomp: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} - - rap_2threads: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} - - rap_restart: {'project':['daily'],'dependency':'rap_control','turnoff':['noaacloud']} - - rap_sfcdiff: {'project':['daily'],'turnoff':['noaacloud']} - - rap_sfcdiff_decomp: {'project':['daily'],'dependency':'rap_sfcdiff','turnoff':['noaacloud']} - - rap_sfcdiff_restart: {'project':['daily'],'dependency':'rap_sfcdiff','turnoff':['noaacloud']} - - hrrr_control: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_control_decomp: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} - - hrrr_control_2threads: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} - - hrrr_control_restart: {'project':['daily'],'dependency':'hrrr_control','turnoff':['noaacloud']} - - rrfs_v1beta: {'project':['daily'],'turnoff':['noaacloud']} - - rrfs_v1nssl: {'project':['daily'],'turnoff':['noaacloud']} - - rrfs_v1nssl_nohailnoccn: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control: {'project':['regression'],'baseline': 'True'} + - regional_spp_sppt_shum_skeb: {'project':['regression'],'baseline': 'True'} + - rap_decomp: {'project':['regression'],'turnoff':['noaacloud']} + - rap_2threads: {'project':['regression'],'turnoff':['noaacloud']} + - rap_restart: {'project':['regression'],'dependency':'rap_control','turnoff':['noaacloud']} + - rap_sfcdiff: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_sfcdiff_decomp: {'project':['regression'],'turnoff':['noaacloud']} + - rap_sfcdiff_restart: {'project':['regression'],'dependency':'rap_sfcdiff','turnoff':['noaacloud']} + - hrrr_control: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_control_decomp: {'project':['regression'],'turnoff':['noaacloud']} + - hrrr_control_2threads: {'project':['regression'],'turnoff':['noaacloud']} + - hrrr_control_restart: {'project':['regression'],'dependency':'hrrr_control','turnoff':['noaacloud']} + - rrfs_v1beta: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rrfs_v1nssl: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rrfs_v1nssl_nohailnoccn: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} csawmg_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras' turnoff: ['noaacloud'] tests: - - control_csawmg: {'project':['daily'],'turnoff':['noaacloud']} - - control_ras: {'project':['daily'],'turnoff':['noaacloud']} -csawmg_gnu: - build: - compiler: 'gnu' - option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras' - turnon: ['hera','hercules'] - tests: - - control_csawmg: {'project':['daily'],'turnon':['hera','hercules']} + - control_csawmg: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_ras: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} wam_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON' turnoff: ['noaacloud'] tests: - - control_wam: {'project':['daily'],'turnoff':['noaacloud']} + - control_wam: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atm_faster_dyn32_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON' tests: - - control_p8_faster: {'project':['daily'],'turnoff':['noaacloud']} - - regional_control_faster: {'project':['daily'],'turnoff':['noaacloud']} + - control_p8_faster: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - regional_control_faster: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atm_debug_dyn32_intel: build: compiler: 'intel' - option: '-DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1' + option: '-DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1' turnoff: ['noaacloud'] tests: - - control_CubedSphereGrid_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_wrtGauss_netcdf_parallel_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_stochy_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_lndp_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_csawmg_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_ras_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_diag_debug: {'project':['daily'],'turnoff':['noaacloud']} - - control_debug_p8: {'project':['daily'],'turnoff':['noaacloud']} - - regional_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_control_debug: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_control_debug: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_gf_debug: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_c3_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_unified_drag_suite_debug: {'project':['daily'],'dependency':'rap_control_debug','turnoff':['noaacloud']} - - rap_diag_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_cires_ugwp_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_unified_ugwp_debug: {'project':['daily'],'dependency':'rap_cires_ugwp_debug','turnoff':['noaacloud']} - - rap_lndp_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_progcld_thompson_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_noah_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_sfcdiff_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rrfs_v1beta_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_clm_lake_debug: {'project':['daily'],'turnoff':['noaacloud']} - - rap_flake_debug: {'project':['daily'],'turnoff':['noaacloud']} - - gnv1_c96_no_nest_debug: {'project':['daily'],'turnoff':['noaacloud']} + - control_CubedSphereGrid_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_wrtGauss_netcdf_parallel_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_stochy_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_lndp_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_csawmg_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_ras_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_diag_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - control_debug_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - regional_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_control_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_control_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_gf_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_c3_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_unified_drag_suite_debug: {'project':['regression'],'turnoff':['noaacloud']} + - rap_diag_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_cires_ugwp_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_unified_ugwp_debug: {'project':['regression'],'turnoff':['noaacloud']} + - rap_lndp_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_progcld_thompson_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_noah_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_sfcdiff_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rrfs_v1beta_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_clm_lake_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_flake_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - gnv1_c96_no_nest_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atm_debug_dyn32_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1' turnon: ['hera','hercules'] tests: - - control_csawmg_debug: {'project':['daily'],'turnon':['hera','hercules']} + - control_csawmg_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} wam_debug_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON' turnoff: ['noaacloud'] tests: - - control_wam_debug: {'project':['daily'],'turnoff':['noaacloud','hercules']} + - control_wam_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud','hercules']} rrfs_dyn32_phy32_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' turnoff: ['noaacloud'] tests: - - regional_spp_sppt_shum_skeb_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} - - rap_control_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_control_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} - - rap_2threads_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnoff':['noaacloud']} - - hrrr_control_2threads_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} - - hrrr_control_decomp_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} - - rap_restart_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnoff':['noaacloud']} - - hrrr_control_restart_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} + - regional_spp_sppt_shum_skeb_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_control_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_control_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - rap_2threads_dyn32_phy32: {'project':['regression'],'turnoff':['noaacloud']} + - hrrr_control_2threads_dyn32_phy32: {'project':['regression'],'turnoff':['noaacloud']} + - hrrr_control_decomp_dyn32_phy32: {'project':['regression'],'turnoff':['noaacloud']} + - rap_restart_dyn32_phy32: {'project':['regression'],'dependency':'rap_control_dyn32_phy32','turnoff':['noaacloud']} + - hrrr_control_restart_dyn32_phy32: {'project':['regression'],'dependency':'hrrr_control_dyn32_phy32','turnoff':['noaacloud']} rrfs_dyn32_phy32_faster_intel: build: compiler: 'intel' option: '-DAPP=ATM -DFASTER=ON -DCCPP_SUITES=FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' turnoff: ['noaacloud'] tests: - - conus13km_control: {'project':['daily'],'turnoff':['noaacloud']} - - conus13km_2threads: {'project':['daily'],'dependency':'conus13km_control','turnoff':['noaacloud']} - - conus13km_restart_mismatch: {'project':['daily'],'dependency':'conus13km_control','turnoff':['noaacloud']} + - conus13km_control: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - conus13km_2threads: {'project':['regression'],'dependency':'conus13km_control','turnoff':['noaacloud']} + - conus13km_restart_mismatch: {'project':['regression'],'dependency':'conus13km_control','turnoff':['noaacloud']} rrfs_dyn64_phy32_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON' turnoff: ['noaacloud'] tests: - - rap_control_dyn64_phy32: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control_dyn64_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} rrfs_dyn32_phy32_debug_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON' turnoff: ['noaacloud'] tests: - - rap_control_debug_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} - - hrrr_control_debug_dyn32_phy32: {'project':['daily'],'turnoff':['noaacloud']} - - conus13km_debug: {'project':['daily'],'turnoff':['noaacloud']} - - conus13km_debug_qr: {'project':['daily'],'dependency':'conus13km_debug','turnoff':['noaacloud']} - - conus13km_debug_2threads: {'project':['daily'],'dependency':'conus13km_debug','turnoff':['noaacloud']} - - conus13km_radar_tten_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control_debug_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hrrr_control_debug_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - conus13km_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - conus13km_debug_qr: {'project':['regression'],'turnoff':['noaacloud']} + - conus13km_debug_2threads: {'project':['regression'],'turnoff':['noaacloud']} + - conus13km_radar_tten_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} rrfs_dyn64_phy32_debug_intel: build: compiler: 'intel' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON' turnoff: ['noaacloud'] tests: - - rap_control_dyn64_phy32_debug: {'project':['daily'],'turnoff':['noaacloud']} + - rap_control_dyn64_phy32_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} hafsw_intel: build: compiler: 'intel' option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf,FV3_global_nest_v1 -D32BIT=ON' tests: - - hafs_regional_atm: {'project':['daily']} - - hafs_regional_atm_thompson_gfdlsf: {'project':['daily']} - - hafs_regional_atm_ocn: {'project':['daily']} - - hafs_regional_atm_wav: {'project':['daily']} - - hafs_regional_atm_ocn_wav: {'project':['daily'],'turnoff':['noaacloud']} - - hafs_regional_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_regional_telescopic_2nests_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_global_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_global_multiple_4nests_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_regional_specified_moving_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_regional_storm_following_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_regional_storm_following_1nest_atm_ocn: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_global_storm_following_1nest_atm: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - gnv1_nested: {'project':['daily'],'turnoff':['hercules','wcoss2','s4','noaacloud']} + - hafs_regional_atm: {'project':['regression'],'baseline': 'True'} + - hafs_regional_atm_thompson_gfdlsf: {'project':['regression'],'baseline': 'True'} + - hafs_regional_atm_ocn: {'project':['regression'],'baseline': 'True'} + - hafs_regional_atm_wav: {'project':['regression'],'baseline': 'True'} + - hafs_regional_atm_ocn_wav: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hafs_regional_1nest_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_regional_telescopic_2nests_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_global_1nest_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_global_multiple_4nests_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_regional_specified_moving_1nest_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_global_storm_following_1nest_atm: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - gnv1_nested: {'project':['regression'],'baseline': 'True','turnoff':['hercules','wcoss2','s4','noaacloud']} hafsw_debug_intel: build: compiler: 'intel' option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON' turnoff: ['jet','noaacloud','s4'] tests: - - hafs_regional_storm_following_1nest_atm_ocn_debug: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn_debug: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} hafsw_faster_intel: build: compiler: 'intel' option: '-DAPP=HAFSW -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON -DFASTER=ON' turnoff: ['jet','noaacloud','s4'] tests: - - hafs_regional_storm_following_1nest_atm_ocn_wav: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} - - hafs_regional_storm_following_1nest_atm_ocn_wav_inline: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn_wav: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn_wav_inline: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} hafs_mom6w_intel: build: compiler: 'intel' option: '-DAPP=HAFS-MOM6W -DREGIONAL_MOM6=ON -DCDEPS_INLINE=ON -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson,FV3_HAFS_v1_thompson_nonsst -D32BIT=ON' turnoff: ['jet','noaacloud','s4'] tests: - - hafs_regional_storm_following_1nest_atm_ocn_wav_mom6: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_storm_following_1nest_atm_ocn_wav_mom6: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} hafs_all_intel: build: compiler: 'intel' option: '-DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON' turnoff: ['noaacloud'] tests: - - hafs_regional_docn: {'project':['daily'],'turnoff':['noaacloud']} - - hafs_regional_docn_oisst: {'project':['daily'],'turnoff':['noaacloud']} - - hafs_regional_datm_cdeps: {'project':['daily'],'turnoff':['jet','s4','noaacloud']} + - hafs_regional_docn: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hafs_regional_docn_oisst: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - hafs_regional_datm_cdeps: {'project':['regression'],'baseline': 'True','turnoff':['jet','s4','noaacloud']} datm_cdeps_intel: build: compiler: 'intel' option: '-DAPP=NG-GODAS' turnoff: ['wcoss2'] tests: - - datm_cdeps_control_cfsr: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_restart_cfsr: {'project':['daily'],'dependency':'datm_cdeps_control_cfsr','turnoff':['wcoss2','noaacloud']} - - datm_cdeps_control_gefs: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_iau_gefs: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_stochy_gefs: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_ciceC_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_bulk_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_bulk_gefs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_mx025_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_mx025_gefs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_multiple_files_cfsr: {'project':['daily'],'dependency':'datm_cdeps_control_cfsr','turnoff':['wcoss2','noaacloud']} - - datm_cdeps_3072x1536_cfsr: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} - - datm_cdeps_gfs: {'project':['daily'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_control_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_restart_cfsr: {'project':['regression'],'dependency':'datm_cdeps_control_cfsr','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_control_gefs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_iau_gefs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_stochy_gefs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_ciceC_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_bulk_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_bulk_gefs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_mx025_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_mx025_gefs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_multiple_files_cfsr: {'project':['regression'],'turnoff':['wcoss2','noaacloud']} + - datm_cdeps_3072x1536_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_gfs: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud']} datm_cdeps_debug_intel: build: compiler: 'intel' option: '-DAPP=NG-GODAS -DDEBUG=ON' turnoff: ['wcoss2','acorn','noaacloud'] tests: - - datm_cdeps_debug_cfsr: {'project':['daily'],'turnoff':['wcoss2','acorn','noaacloud']} + - datm_cdeps_debug_cfsr: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','acorn','noaacloud']} datm_cdeps_faster_intel: build: compiler: 'intel' option: '-DAPP=NG-GODAS -DFASTER=ON' turnoff: ['wcoss2'] tests: - - datm_cdeps_control_cfsr_faster: {'project':['daily'],'turnoff':['wcoss2']} + - datm_cdeps_control_cfsr_faster: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} datm_cdeps_land_intel: build: compiler: 'intel' option: '-DAPP=LND' turnoff: ['wcoss2'] tests: - - datm_cdeps_lnd_gswp3: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_lnd_era5: {'project':['daily'],'turnoff':['wcoss2']} - - datm_cdeps_lnd_era5_rst: {'project':['daily'],'dependency':'datm_cdeps_lnd_era5','turnoff':['wcoss2','noaacloud']} + - datm_cdeps_lnd_gswp3: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_lnd_era5: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} + - datm_cdeps_lnd_era5_rst: {'project':['regression'],'dependency':'datm_cdeps_lnd_era5','turnoff':['wcoss2','noaacloud']} +datm_cdeps_lm4_intel: + build: + compiler: 'intel' + option: '-DAPP=LND-LM4' + turnon: ['hera','orion','gaea'] + tests: + - datm_cdeps_lm4_gswp3: {'project':['regression'],'baseline': 'True','turnon':['hera','orion','gaea']} + - datm_cdeps_lm4_gswp3_rst: {'project':['regression'],'dependency':'datm_cdeps_lm4_gswp3','turnon':['hera','orion','gaea']} atm_ds2s_docn_pcice_intel: build: compiler: 'intel' option: '-DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' tests: - - atm_ds2s_docn_pcice: {'project':['daily'],'turnoff':['noaacloud']} + - atm_ds2s_docn_pcice: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atm_ds2s_docn_dice_intel: build: compiler: 'intel' - option: '-DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1' turnoff: ['wcoss2','acorn'] tests: - - atm_ds2s_docn_dice: {'project':['daily'],'dependency':'cpld_control_nowave_noaero_p8','turnoff':['noaacloud','wcoss2','acorn']} + - atm_ds2s_docn_dice: {'project':['regression'],'dependency':'cpld_control_nowave_noaero_p8','turnoff':['noaacloud','wcoss2','acorn']} atml_intel: build: compiler: 'intel' option: '-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON' tests: - - control_p8_atmlnd_sbs: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} - - control_p8_atmlnd: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} - - control_restart_p8_atmlnd: {'project':['daily'],'dependency':'control_p8_atmlnd','turnoff':['noaacloud','wcoss2']} + - control_p8_atmlnd_sbs: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud','wcoss2']} + - control_p8_atmlnd: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud','wcoss2']} + - control_restart_p8_atmlnd: {'project':['regression'],'dependency':'control_p8_atmlnd','turnoff':['noaacloud','wcoss2']} atml_debug_intel: build: compiler: 'intel' option: '-DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DDEBUG=ON' tests: - - control_p8_atmlnd_debug: {'project':['daily'],'turnoff':['noaacloud','wcoss2']} + - control_p8_atmlnd_debug: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud','wcoss2']} atmw_intel: build: compiler: 'intel' option: '-DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON' turnoff: ['wcoss2'] tests: - - atmwav_control_noaero_p8: {'project':['daily'],'turnoff':['wcoss2']} + - atmwav_control_noaero_p8: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2']} atmaero_intel: build: compiler: 'intel' option: '-DAPP=ATMAERO -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON' turnoff: ['noaacloud'] tests: - - atmaero_control_p8: {'project':['daily'],'turnoff':['noaacloud']} - - atmaero_control_p8_rad: {'project':['daily'],'turnoff':['noaacloud']} - - atmaero_control_p8_rad_micro: {'project':['daily'],'turnoff':['noaacloud']} + - atmaero_control_p8: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - atmaero_control_p8_rad: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} + - atmaero_control_p8_rad_micro: {'project':['regression'],'baseline': 'True','turnoff':['noaacloud']} atmaq_debug_intel: build: compiler: 'intel' option: '-DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON' turnoff: ['jet','noaacloud','s4'] tests: - - regional_atmaq_debug: {'project':['daily'],'turnoff':['hera','jet','s4','noaacloud']} + - regional_atmaq_debug: {'project':['regression'],'baseline': 'True','turnoff':['hera','jet','s4','noaacloud']} +atm_fbh_intel: + build: + compiler: 'intel' + option: '-DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON' + turnoff: ['wcoss2','noaacloud','acorn'] + tests: + - cpld_regional_atm_fbh: {'project':['regression'],'baseline': 'True','turnoff':['wcoss2','noaacloud','acorn']} +s2swa_32bit_pdlib_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' + turnon: ['gaea'] + tests: + - cpld_control_gfsv17: {'project':['regression'],'baseline': 'True','turnon':['gaea']} +s2swa_32bit_pdlib_debug_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON' + turnon: ['gaea'] + tests: + - cpld_debug_gfsv17: {'project':['regression'],'baseline': 'True','turnon':['gaea']} +s2swa_32bit_pdlib_sfs_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' + turnon: ['gaea'] + tests: + - cpld_control_sfs: {'project':['regression'],'baseline': 'True','turnon':['gaea']} +s2swa_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1' + turnon: ['gaea'] + tests: + - cpld_control_p8: {'project':['regression'],'baseline': 'True','turnon':['gaea']} +rrfs_dyn32_phy32_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON' + turnon: ['hera'] + tests: + - rap_control_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera']} +rrfs_dyn64_phy32_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP -DCCPP_32BIT=ON' + turnon: ['hera'] + tests: + - rap_control_dyn64_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera']} +hafsw_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON' + turnon: ['orion'] + tests: + - hafs_regional_storm_following_1nest_atm_ocn: {'project':['regression'],'baseline': 'True','turnon':['orion']} +hafsw_debug_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON' + turnon: ['orion'] + tests: + - hafs_regional_storm_following_1nest_atm_ocn_debug: {'project':['regression'],'baseline': 'True','turnon':['orion']} +datm_cdeps_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=NG-GODAS' + turnon: ['hercules'] + tests: + - datm_cdeps_control_cfsr: {'project':['regression'],'baseline': 'True','turnon':['hercules']} +datm_cdeps_debug_intelllvm: + build: + compiler: 'intelllvm' + option: '-DAPP=NG-GODAS -DDEBUG=ON' + turnon: ['hercules'] + tests: + - datm_cdeps_debug_cfsr: {'project':['regression'],'baseline': 'True','turnon':['hercules']} atm_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1' turnon: ['hera','hercules'] tests: - - control_c48: {'project':['daily'],'turnon':['hera','hercules']} - - control_stochy: {'project':['daily'],'turnon':['hera','hercules']} - - control_ras: {'project':['daily'],'turnon':['hera','hercules']} - - control_p8: {'project':['daily'],'turnon':['hera','hercules']} - - control_p8_ugwpv1: {'project':['daily'],'turnon':['hera','hercules']} - - control_flake: {'project':['daily'],'turnon':['hera','hercules']} + - 2020_CAPE: {'project':['test_case'], 'baseline': 'True','turnon':['hera','hercules']} + - baroclinic_wave: {'project':['test_case'], 'baseline': 'True','turnon':['hera','hercules']} + - control_c48: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_stochy: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_ras: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_p8_ugwpv1: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_flake: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} rrfs_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta -D32BIT=ON' turnon: ['hera','hercules'] tests: - - rap_control: {'project':['daily'],'turnon':['hera','hercules']} - - rap_decomp: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} - - rap_2threads: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} - - rap_restart: {'project':['daily'],'dependency':'rap_control','turnon':['hera','hercules']} - - rap_sfcdiff: {'project':['daily'],'turnon':['hera','hercules']} - - rap_sfcdiff_decomp: {'project':['daily'],'dependency':'rap_sfcdiff','turnon':['hera','hercules']} - - rap_sfcdiff_restart: {'project':['daily'],'dependency':'rap_sfcdiff','turnon':['hera','hercules']} - - hrrr_control: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_control_noqr: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} - - hrrr_control_2threads: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} - - hrrr_control_decomp: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} - - hrrr_control_restart: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} - - hrrr_control_restart_noqr: {'project':['daily'],'dependency':'hrrr_control','turnon':['hera','hercules']} - - rrfs_v1beta: {'project':['daily'],'turnon':['hera','hercules']} + - rap_control: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_decomp: {'project':['regression'],'turnon':['hera','hercules']} + - rap_2threads: {'project':['regression'],'turnon':['hera','hercules']} + - rap_restart: {'project':['regression'],'dependency':'rap_control','turnon':['hera','hercules']} + - rap_sfcdiff: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_sfcdiff_decomp: {'project':['regression'],'turnon':['hera','hercules']} + - rap_sfcdiff_restart: {'project':['regression'],'dependency':'rap_sfcdiff','turnon':['hera','hercules']} + - hrrr_control: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_control_noqr: {'project':['regression'],'turnon':['hera','hercules']} + - hrrr_control_2threads: {'project':['regression'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_decomp: {'project':['regression'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_restart: {'project':['regression'],'dependency':'hrrr_control','turnon':['hera','hercules']} + - hrrr_control_restart_noqr: {'project':['regression'],'dependency':'hrrr_control_noqr','turnon':['hera','hercules']} + - rrfs_v1beta: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} +csawmg_gnu: + build: + compiler: 'gnu' + option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras' + turnon: ['hera','hercules'] + tests: + - control_csawmg: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} atm_dyn32_debug_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -D32BIT=ON -DDEBUG=ON' turnon: ['hera','hercules'] tests: - - control_diag_debug: {'project':['daily'],'turnon':['hera','hercules']} - - regional_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rap_control_debug: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_control_debug: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_gf_debug: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_c3_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rap_diag_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rap_progcld_thompson_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rrfs_v1beta_debug: {'project':['daily'],'turnon':['hera','hercules']} - - control_ras_debug: {'project':['daily'],'turnon':['hera','hercules']} - - control_stochy_debug: {'project':['daily'],'turnon':['hera','hercules']} - - control_debug_p8: {'project':['daily'],'turnon':['hera','hercules']} - - rap_flake_debug: {'project':['daily'],'turnon':['hera','hercules']} - - rap_clm_lake_debug: {'project':['daily'],'turnon':['hera','hercules']} - - gnv1_c96_no_nest_debug: {'project':['daily'],'turnon':['hera','hercules']} + - control_diag_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - regional_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_control_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_control_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_gf_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_c3_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_diag_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_noah_sfcdiff_cires_ugwp_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_progcld_thompson_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rrfs_v1beta_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_ras_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_stochy_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - control_debug_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_flake_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_clm_lake_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - gnv1_c96_no_nest_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} wam_debug_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON' turnon: ['hera','hercules'] tests: - - control_wam_debug: {'project':['daily'],'turnon':['hercules']} + - control_wam_debug: {'project':['regression'],'baseline': 'True','turnon':['hercules']} rrfs_dyn32_phy32_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON' turnon: ['hera','hercules'] tests: - - rap_control_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_control_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} - - rap_2threads_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnon':['hera','hercules']} - - hrrr_control_2threads_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} - - hrrr_control_decomp_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} - - rap_restart_dyn32_phy32: {'project':['daily'],'dependency':'rap_control_dyn32_phy32','turnon':['hera','hercules']} - - hrrr_control_restart_dyn32_phy32: {'project':['daily'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} - - conus13km_control: {'project':['daily'],'turnon':['hera','hercules']} - - conus13km_2threads: {'project':['daily'],'dependency':'conus13km_control','turnon':['hera','hercules']} - - conus13km_restart_mismatch: {'project':['daily'],'dependency':'conus13km_control','turnon':['hera','hercules']} + - rap_control_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_control_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - rap_2threads_dyn32_phy32: {'project':['regression'],'turnon':['hera','hercules']} + - hrrr_control_2threads_dyn32_phy32: {'project':['regression'],'turnon':['hera','hercules']} + - hrrr_control_decomp_dyn32_phy32: {'project':['regression'],'turnon':['hera','hercules']} + - rap_restart_dyn32_phy32: {'project':['regression'],'dependency':'rap_control_dyn32_phy32','turnon':['hera','hercules']} + - hrrr_control_restart_dyn32_phy32: {'project':['regression'],'dependency':'hrrr_control_dyn32_phy32','turnon':['hera','hercules']} + - conus13km_control: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - conus13km_2threads: {'project':['regression'],'dependency':'conus13km_control','turnon':['hera','hercules']} + - conus13km_restart_mismatch: {'project':['regression'],'dependency':'conus13km_control','turnon':['hera','hercules']} atm_dyn64_phy32_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_32BIT=ON' turnon: ['hera','hercules'] tests: - - rap_control_dyn64_phy32: {'project':['daily'],'turnon':['hera','hercules']} + - rap_control_dyn64_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} atm_dyn32_phy32_debug_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON' turnon: ['hera','hercules'] tests: - - rap_control_debug_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} - - hrrr_control_debug_dyn32_phy32: {'project':['daily'],'turnon':['hera','hercules']} - - conus13km_debug: {'project':['daily'],'turnon':['hera','hercules']} - - conus13km_debug_qr: {'project':['daily'],'dependency':'conus13km_debug','turnon':['hera','hercules']} - - conus13km_debug_2threads: {'project':['daily'],'dependency':'conus13km_debug','turnon':['hera','hercules']} - - conus13km_radar_tten_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_control_debug_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - hrrr_control_debug_dyn32_phy32: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - conus13km_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} + - conus13km_debug_qr: {'project':['regression'],'turnon':['hera','hercules']} + - conus13km_debug_2threads: {'project':['regression'],'turnon':['hera','hercules']} + - conus13km_radar_tten_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} atm_dyn64_phy32_debug_gnu: build: compiler: 'gnu' option: '-DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON' turnon: ['hera','hercules'] tests: - - rap_control_dyn64_phy32_debug: {'project':['daily'],'turnon':['hera','hercules']} + - rap_control_dyn64_phy32_debug: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} s2swa_gnu: build: compiler: 'gnu' @@ -551,10 +631,10 @@ s2swa_gnu: s2s_gnu: build: compiler: 'gnu' - option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8' + option: '-DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1' turnon: ['hera','hercules'] tests: - - cpld_control_nowave_noaero_p8: {'project':['daily'],'turnon':['hera','hercules']} + - cpld_control_nowave_noaero_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} s2swa_debug_gnu: build: compiler: 'gnu' @@ -563,21 +643,21 @@ s2swa_debug_gnu: s2sw_pdlib_gnu: build: compiler: 'gnu' - option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON' turnon: ['hera','hercules'] tests: - - cpld_control_pdlib_p8: {'project':['daily'],'turnon':['hera','hercules']} + - cpld_control_pdlib_p8: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} s2sw_pdlib_debug_gnu: build: compiler: 'gnu' - option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON' + option: '-DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON' turnon: ['hera','hercules'] tests: - - cpld_debug_pdlib_p8: {'project':['daily'],'turnon':['hercules']} + - cpld_debug_pdlib_p8: {'project':['regression'],'baseline': 'True','turnon':['hercules']} datm_cdeps_gnu: build: compiler: 'gnu' option: '-DAPP=NG-GODAS' turnon: ['hera','hercules'] tests: - - datm_cdeps_control_cfsr: {'project':['daily'],'turnon':['hera','hercules']} + - datm_cdeps_control_cfsr: {'project':['regression'],'baseline': 'True','turnon':['hera','hercules']} diff --git a/tests-dev/ufs_test_utils.py b/tests-dev/ufs_test_utils.py index dafefea0a5..1439d60fb9 100644 --- a/tests-dev/ufs_test_utils.py +++ b/tests-dev/ufs_test_utils.py @@ -16,7 +16,7 @@ def update_testyaml(input_list): new_yaml = {} yaml_item_count = None with open(UFS_TEST_YAML, 'r') as file_yaml: - rt_yaml = yaml.load(file_yaml)#, Loader=yaml.FullLoader) + rt_yaml = yaml.full_load(file_yaml) for apps, jobs in rt_yaml.items(): app_temp = None build_temp = None @@ -164,18 +164,25 @@ def create_yaml(): if line.startswith("RUN"): # RUN line build = parse_line(line) test = build[1] + baseline_creation = True machine = build[2] - baseline = f"'{build[3]}'" + baseline = build[3] depend = build[4] + if depend: + baseline_creation = False + if baseline and depend: + baseline_creation = False + if not baseline and not depend: + baseline_creation = False if (machine.find('-') != -1): off_machine = machine.replace("-", "").strip() off_machine = string_clean(off_machine) if (machine.find('+') != -1): on_machine = machine.replace("+", "").strip() on_machine = string_clean(on_machine) - tests = f" - {test}: {{'project':['daily']" - if baseline.isalnum(): - tests += f",'baseline': {baseline}" + tests = f" - {test}: {{'project':['daily']" + if baseline_creation: + tests += f",'baseline': 'True'" if depend and depend.strip(): tests += f",'dependency':'{depend}'" if not (off_machine is None): @@ -209,6 +216,15 @@ def sync_testscripts(): wfile.close() else: os.symlink(src_name, dst_name) + + dst_conf= dst +'/'+ 'build_conf' + src_conf= dst +'/'+ 'fv3_conf' + if os.path.exists(dst_conf): + for name in os.listdir(dst_conf): + src_name= src_conf +'/'+ name + dst_name= dst_conf +'/'+ name + shutil.copyfile(dst_name, src_name) + #subprocess.call(['chmod', '755', src_name]) def machine_check_off(machine_id, val): """Checks turned-off machine from YAML configuration diff --git a/tests/bl_date.conf b/tests/bl_date.conf index c938d3783e..507cdf7d86 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20241011 +export BL_DATE=20241203 diff --git a/tests/compile.sh b/tests/compile.sh index 99b9919f25..dd8f91ced1 100755 --- a/tests/compile.sh +++ b/tests/compile.sh @@ -63,7 +63,10 @@ case ${MACHINE_ID} in # Activate lua environment for gaea c5 if [[ ${MACHINE_ID} == gaea ]]; then module reset + elif [[ ${MACHINE_ID} == hercules ]]; then + module purge fi + # Load fv3 module module use "${PATHTR}/modulefiles" modulefile="ufs_${MACHINE_ID}.${RT_COMPILER}" diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 2aefd87186..fa43453bd2 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -456,6 +456,8 @@ export DO_UGWP_V0=.false. export DO_GSL_DRAG_SS=.false. export SATMEDMF=.false. export ISATMEDMF=0 +export LRADAR=.true. +export LTAEROSOL=.true. export LSM=1 export LANDICE=.true. @@ -479,14 +481,26 @@ export ATMRES=C96 export TILEDFIX=.false. export DO_CA=.false. export CA_SGS=.false. - } - export_fv3 () { -if [[ -z ${ATMRES+x} || -z ${ATMRES} ]]; then - export ATMRES=C96 +#Set defaults if ATMRES and DT_ATMOS are not set +export ATMRES=${ATMRES:-"C96"} +export DT_ATMOS=${DT_ATMOS:-"1800"} + +#DT_INNER=(Time step)/2 +export DT_INNER_c96=360 +export DT_INNER_c192=300 +export DT_INNER_c384=150 +export DT_INNER_c768=75 + +if [[ ${DT_ATMOS} = 1800 ]]; then + export default_dt_atmos=1 + export DT_INNER=${DT_INNER_c96} +else + export default_dt_atmos=0 + export DT_INNER=${DT_ATMOS} fi # ufs.configure defaults @@ -511,7 +525,11 @@ export CDEPS_INLINE=false export POSTAPP='global' export USE_MERRA2=.true. export NESTED=.false. +export BLOCKSIZE=32 +export CHKSUM_DEBUG=.false. +export DYCORE_ONLY=.false. +export IO_LAYOUT=1,1 export NTILES=6 export INPES=${INPES_dflt} export JNPES=${JNPES_dflt} @@ -576,13 +594,42 @@ export MAKE_NH=.true. export MOUNTAIN=.false. export NA_INIT=1 export DO_VORT_DAMP=.true. +export N_SPONGE=42 +export NUDGE_QV=.true. +export NUDGE_DZ=.false. export HYDROSTATIC=.false. -export KORD_XX=9 +export KORD_MT=9 +export KORD_WZ=9 +export KORD_TR=9 export KORD_TM=-9 +export PHYS_HYDROSTATIC=.false. +export USE_HYDRO_PRESSURE=.false. +export NWAT=6 +export NORD=2 +export D4_BG=0.12 +export VTDM4=0.02 +export DELT_MAX=0.002 +export EXTERNAL_ETA=.true. +export GFS_PHIL=.false. +export NCEP_IC=.false. export D_CON=1. -export HORD_XX=5 +export HORD_MT=5 +export HORD_VT=5 +export HORD_TM=5 export HORD_DP=-5 export HORD_TR=8 +export ADJUST_DRY_MASS=.false. +export DRY_MASS=98320.0 +export CONSV_TE=1. +export PRINT_FREQ=6 +export NO_DYCORE=.false. + +export FILTERED_TERRAIN=.true. +export GFS_DWINDS=.true. + +export USE_UFO=.true. +export PRE_RAD=.false. +export TTENDLIM=-999 # Radiation export DO_RRTMGP=.false. @@ -593,11 +640,27 @@ export USE_LW_JACOBIAN=.false. export DAMP_LW_FLUXADJ=.false. export RRTMGP_LW_PHYS_BLKSZ=2 export ICLOUD=0 +export ICLOUD_BL=1 export IAER=1011 export ICLIQ_SW=2 export IOVR=3 export LFNC_K=-999 export LFNC_P0=-999 +export PDFCLD=.false. +export FHSWR=3600. +export FHLWR=3600. + +export ICO2=2 +export ISUBC_SW=2 +export ISUBC_LW=2 +export ISOL=2 +export LWHTR=.true. +export SWHTR=.true. +export CNVGWD=.true. +export CAL_PRE=.false. +export REDRAG=.true. +export DSPHEAT=.true. +export HYBEDMF=.false. # Microphysics export IMP_PHYSICS=8 @@ -610,8 +673,8 @@ export LSEASPRAY=.true. export LGFDLMPRAD=.false. export EFFR_IN=.false. # Thompson MP -export LRADAR=.true. -export LTAEROSOL=.true. +export LRADAR=.false. +export LTAEROSOL=.false. export EXT_DIAG_THOMPSON=.false. export SEDI_SEMI=.true. export DECFL=10 @@ -644,11 +707,28 @@ export PSL_GWD_DX_FACTOR=6.0 export DO_GSL_DRAG_TOFD=.false. export DO_UGWP_V1=.false. export DO_UGWP_V1_OROG_ONLY=.false. +export KNOB_UGWP_SOLVER=2 +export KNOB_UGWP_SOURCE=1,1,0,0 +export KNOB_UGWP_WVSPEC=1,25,25,25 +export KNOB_UGWP_AZDIR=2,4,4,4 +export KNOB_UGWP_STOCH=0,0,0,0 +export KNOB_UGWP_EFFAC=1,1,1,1 +export KNOB_UGWP_DOAXYZ=1 +export KNOB_UGWP_DOHEAT=1 +export LAUNCH_LEVEL=54 export KNOB_UGWP_DOKDIS=1 export KNOB_UGWP_NDX4LH=1 export KNOB_UGWP_VERSION=0 -export KNOB_UGWP_PALAUNCH=500.e2 +export KNOB_UGWP_PALAUNCH=275.0e2 export KNOB_UGWP_NSLOPE=1 +export KNOB_UGWP_LZMAX=15.750e3 +export KNOB_UGWP_LZMIN=0.75e3 +export KNOB_UGWP_LZSTAR=2.0e3 +export KNOB_UGWP_TAUMIN=0.25e-3 +export KNOB_UGWP_TAUAMP=3.0e-3 +export KNOB_UGWP_LHMET=200.0e3 +export KNOB_UGWP_OROSOLV="'pss-1986'" + export KNOB_UGWP_TAUAMP=3.0e-3 export DO_UGWP_V0_NST_ONLY=.false. @@ -659,19 +739,21 @@ export CDMBWD_c192='0.23,1.5,1.0,1.0' export CDMBWD_c384='1.1,0.72,1.0,1.0' export CDMBWD_c768='4.0,0.15,1.0,1.0' -#DT_INNER=(Time step)/2 -export DT_INNER_c96=360 -export DT_INNER_c192=300 -export DT_INNER_c384=150 -export DT_INNER_c768=75 - # set default export CDMBWD=${CDMBWD_c96} -export DT_INNER=${DT_INNER_c96} + +if [[ ${default_dt_atmos} = 1 ]]; then + export DT_INNER=${DT_INNER_c96} +else + export DT_INNER=${DT_ATMOS} +fi + +export ISATMEDMF=1 +export TRANS_TRAC=.true. # PBL export SATMEDMF=.true. -export HYBEDMF=.true. +export HYBEDMF=.false. export SHINHONG=.false. export DO_YSU=.false. export DO_MYNNEDMF=.false. @@ -700,9 +782,15 @@ export FSCAV_AERO='"*:0.3","so2:0.0","msa:0.0","dms:0.0","nh3:0.4","nh4:0.6","bc # SFC export DO_MYJSFC=.false. export DO_MYNNSFCLAY=.false. -export BL_MYNN_TKEADVECT=.false. +export BL_MYNN_EDMF=1 +export BL_MYNN_TKEADVECT=.true. +export BL_MYNN_EDMF_MOM=1 # LSM +export PRSLRD0=0. +export IVEGSRC=1 +export ISOT=1 +export LSOIL=4 export LSM=2 export LSOIL_LSM=4 export LANDICE=.false. @@ -711,13 +799,33 @@ export IALB=2 export IEMS=2 export IOPT_DVEG=4 export IOPT_CRS=2 +export IOPT_BTR=1 +export IOPT_RUN=1 export IOPT_RAD=3 export IOPT_ALB=1 export IOPT_STC=3 - +export IOPT_FRZ=1 +export IOPT_INF=1 export IOPT_SFC=3 export IOPT_TRS=2 export IOPT_DIAG=2 +export IOPT_SNF=4 +export IOPT_TBOT=2 +export DEBUG=.false. +export NST_ANL=.true. +export PSAUTCO=0.0008,0.0005 +export PRAUTCO=0.00015,0.00015 +export EFFR_IN=.true. +export ACTIVE_GASES="'h2o_co2_o3_n2o_ch4_o2'" +export NGASES=6 +export LW_FILE_GAS="'rrtmgp-data-lw-g128-210809.nc'" +export LW_FILE_CLOUDS="'rrtmgp-cloud-optics-coeffs-lw.nc'" +export SW_FILE_GAS="'rrtmgp-data-sw-g112-210809.nc'" +export SW_FILE_CLOUDS="'rrtmgp-cloud-optics-coeffs-sw.nc'" +export RRTMGP_NGPTSSW=112 +export RRTMGP_NGPTSLW=128 +export RRTMGP_NBANDSLW=16 +export RRTMGP_NBANDSSW=14 export D2_BG_K1=0.20 export D2_BG_K2=0.04 @@ -728,6 +836,7 @@ export DDDMP=0.1 # Ozone / stratospheric H2O export OZ_PHYS_OLD=.true. export OZ_PHYS_NEW=.false. + export H2O_PHYS=.false. # Lake models @@ -772,7 +881,6 @@ export SDAY=03 export SHOUR=00 export SECS=$(( SHOUR*3600 )) export FHMAX=$(( DAYS*24 )) -export DT_ATMOS=1800 export FHCYC=24 export FHROT=0 export LDIAG3D=.false. @@ -782,6 +890,20 @@ export MAX_OUTPUT_FIELDS=310 export UPDATE_FULL_OMEGA=.false. # Stochastic physics +export HIDE_LAND_PERT=' ' +export HIDE_NEST='!' +export HIDE_SPPT='!' +export HIDE_SKEB='!' +export HIDE_SHUM='!' +export HIDE_OCNSPPT='!' +export HIDE_EPBL='!' +export HIDE_IAU='!' + +export LCNORM=.false. +export PERT_MP=.false. +export PERT_RADTEND=.false. +export PERT_CLDS=.true. + export STOCHINI=.false. export DO_SPPT=.false. export DO_SHUM=.false. @@ -797,12 +919,37 @@ export LNDP_MODEL_TYPE=0 export LNDP_TAU=21600, export LNDP_LSCALE=500000, export ISEED_LNDP=2010, +export ISEED_SKEB=0 +export SKEB_TAU=21600, +export SKEB_LSCALE=500000, +export SKEBNORM=1, +export SKEB_NPASS=30, +export SKEB_VDOF=5, +export ISEED_SHUM=1, +export SHUM_TAU=21600, +export SHUM_LSCALE=500000, +export ISEED_SPPT=20210325000103,20210325000104,20210325000105,20210325000106,20210325000107 +export SPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export SPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export SPPT_LOGIT=.true., +export SPPT_SFCLIMIT=.true., +export USE_ZMTNBLCK=.true. +export PBL_TAPER=0,0,0,0.125,0.25,0.5,0.75 +export OCNSPPT=0.8,0.4,0.2,0.08,0.04 +export OCNSPPT_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export OCNSPPT_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_OCNSPPT=20210325000108,20210325000109,20210325000110,20210325000111,20210325000112 +export EPBL=0.8,0.4,0.2,0.08,0.04 +export EPBL_LSCALE=500.E3,1000.E3,2000.E3,2000.E3,2000.E3 +export EPBL_TAU=2.16E4,2.592E5,2.592E6,7.776E6,3.1536E7 +export ISEED_EPBL=20210325000113,20210325000114,20210325000115,20210325000116,20210325000117 #IAU export IAU_INC_FILES="''" export IAU_DELTHRS=0 export IAUFHRS=-1 export IAU_OFFSET=0 +export IAU_FILTER_INCREMENTS=.false. export FH_DFI_RADAR='-2e10' @@ -866,7 +1013,7 @@ export WW3_IC5='F' export WW3_MULTIGRID=true export WW3_MODDEF=mod_def.glo_1deg export MESH_WAV=mesh.glo_1deg.nc - +export WW3_RSTFLDS=" " # ATMA export AOD_FRQ=060000 @@ -888,7 +1035,7 @@ export USE_CICE_ALB=.false. # GFDL Cloud Microphysics export FTSFS=90 - +export REIFLAG=2 # NAM sfc export FNGLAC="'global_glacier.2x2.grb'" @@ -897,6 +1044,7 @@ export FNTSFC="'RTGSST.1982.2012.monthly.clim.grb'" export FNSNOC="'global_snoclim.1.875.grb'" export FNZORC="'igbp'" export FNAISC="'IMS-NIC.blended.ice.monthly.clim.grb'" +export LDEBUG=.false. } # Add section for tiled grid namelist @@ -937,7 +1085,7 @@ export_ugwpv1() { # Add updated damping and timestep variables case "${ATMRES}" in "C48") - export DT_ATMOS=720 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. export CDMBGWD="0.071,2.1,1.0,1.0" export CDMBGWD_GSL="40.0,1.77,1.0,1.0" @@ -949,7 +1097,7 @@ export_ugwpv1() { export FV_SG_ADJ=3600 ;; "C96") - export DT_ATMOS=720 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=720; fi export XR_CNVCLD=.false. export CDMBGWD="0.14,1.8,1.0,1.0" export CDMBGWD_GSL="20.0,2.5,1.0,1.0" @@ -961,7 +1109,7 @@ export_ugwpv1() { export FV_SG_ADJ=1800 ;; "C192") - export DT_ATMOS=600 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=600; fi export XR_CNVCLD=.true. export CDMBGWD="0.23,1.5,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" @@ -973,7 +1121,7 @@ export_ugwpv1() { export FV_SG_ADJ=1800 ;; "C384") - export DT_ATMOS=300 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=300; fi export XR_CNVCLD=.true. export CDMBGWD="1.1,0.72,1.0,1.0" export CDMBGWD_GSL="5.0,5.0,1.0,1.0" @@ -985,7 +1133,7 @@ export_ugwpv1() { export FV_SG_ADJ=900 ;; "C768") - export DT_ATMOS=150 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. export CDMBGWD="4.0,0.15,1.0,1.0" export CDMBGWD_GSL="2.5,7.5,1.0,1.0" @@ -997,7 +1145,7 @@ export_ugwpv1() { export FV_SG_ADJ=450 ;; "C1152") - export DT_ATMOS=150 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=150; fi export XR_CNVCLD=.true. export CDMBGWD="4.0,0.10,1.0,1.0" export CDMBGWD_GSL="1.67,8.8,1.0,1.0" @@ -1009,7 +1157,7 @@ export_ugwpv1() { export FV_SG_ADJ=450 ;; "C3072") - export DT_ATMOS=90 + if [[ ${default_dt_atmos} = 1 ]]; then export DT_ATMOS=90; fi export XR_CNVCLD=.true. export CDMBGWD="4.0,0.05,1.0,1.0" export CDMBGWD_GSL="0.625,14.1,1.0,1.0" @@ -1025,13 +1173,13 @@ export_ugwpv1() { exit 1 ;; esac - + if [[ ${DO_GSL_DRAG_SS} = .true. ]]; then export CDMBGWD=${CDMBGWD_GSL}; fi if [[ ${SEDI_SEMI} = .true. ]]; then export DT_ATMOS=$((DT_ATMOS/2)); fi export DT_INNER=${DT_ATMOS} - + export default_dt_atmos=0 } - + # Defaults for the CICE6 model namelist, mx100 export_cice6() { @@ -1070,6 +1218,7 @@ export_cice6() { CICE_DIAGFREQ=$(( (FHMAX*3600)/DT_CICE )) export CICE_DIAGFREQ export CICE_HISTFREQ_N="0, 0, 6, 0, 0" + export CICE_hist_suffix="'x','x','x','x','x'" export CICE_HIST_AVG=.true. export CICE_HISTORY_DIR=./history/ export CICE_INCOND_DIR=./history/ @@ -1158,7 +1307,18 @@ export_ww3() { export WW3_ICE='C' export WW3_IC1='F' export WW3_IC5='F' - export WW3_user_sets_restname="true" + export WW3_user_histname='false' + export WW3_historync='false' + export WW3_restartnc='true' + export WW3_restart_from_binary='false' + # For default ufs_configure (fast loop), no added fields reqd + export WW3_RSTFLDS=" " + # For either history_nc or restart_nc true + export WW3_PIO_FORMAT='pnetcdf' + export WW3_PIO_STRIDE=4 + export WW3_PIO_IOTASKS=-99 + export WW3_PIO_REARR='box' + export WW3_PIO_ROOT=-99 } export_fire_behavior() { @@ -1243,22 +1403,29 @@ export SHOUR=06 export CHOUR=06 export FHMAX=24 export FHROT=0 -export DT_ATMOS=720 export QUILTING_RESTART=.false. export WRTTASK_PER_GROUP=${WPG_cpl_dflt} export WRITE_NSFLIP=.true. export OUTPUT_FH='6 -1' # default atm/ocn/ice resolution -export ATMRES=C96 -export OCNRES=100 -export ICERES=1.00 +if [[ ${default_dt_atmos} = 1 ]]; then + #If default DT_ATMOS is being used, set to 720 for RTs + export DT_ATMOS=720 + export DT_INNER=${DT_ATMOS} +fi +if [[ -z ${OCNRES+x} || -z ${OCNRES} ]]; then + export OCNRES=100 +fi +if [[ -z ${ICERES+x} || -z ${ICERES} ]]; then + export ICERES=1.00 +fi export NX_GLB=360 export NY_GLB=320 export NPZ=127 export NPZP=128 -# Use updated omega calculations if +# Use updated omega calculations if # hydrostatic is set to false if [[ "${HYDROSTATIC}" == .false. ]]; then export UPDATE_FULL_OMEGA=.true. @@ -1300,7 +1467,6 @@ export FV3_RUN=cpld_control_run.IN export TILEDFIX=.false. export FHZERO=6 -export DT_INNER=${DT_ATMOS} export IALB=2 export IEMS=2 @@ -1330,30 +1496,12 @@ export NSTF_NAME=2,0,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. -# UGWP1 -export GWD_OPT=2 -export KNOB_UGWP_NSLOPE=1 -export DO_GSL_DRAG_LS_BL=.true. -export DO_GSL_DRAG_SS=.true. -export DO_UGWP_V1_OROG_ONLY=.false. -export DO_UGWP_V0_NST_ONLY=.false. -export LDIAG_UGWP=.false. - -export DO_GSL_DRAG_TOFD=.false. -export CDMBWD=${CDMBWD_c96} - # RRTMGP export DO_RRTMGP=.false. export DOGP_CLDOPTICS_LUT=.true. export DOGP_LWSCAT=.true. export DOGP_SGS_CNV=.true. -# UGWD -export DO_UGWP_V0=.true. -export DO_UGWP_V1=.false. -export DO_GSL_DRAG_LS_BL=.false. -export KNOB_UGWP_VERSION=0 - # CA export DO_CA=.true. export CA_SGS=.true. @@ -1543,6 +1691,7 @@ export_hafs_regional () export INPES=${INPES_dflt} export JNPES=${JNPES_dflt} export NTILES=1 + export BLOCKSIZE=24 # model_configure export SYEAR=2019 @@ -1594,6 +1743,17 @@ export_hafs_regional () export WW3_MODDEF=mod_def.${WW3_DOMAIN} export WW3_ICE='F' export WW3_OUTPARS="WND HS T01 T02 DIR FP DP PHS PTP PDIR UST CHA USP" + export WW3_RSTFLDS=" " + export WW3_user_histname='false' + export WW3_historync='false' + export WW3_restartnc='true' + export WW3_restart_from_binary='false' + # For either history_nc or restart_nc true + export WW3_PIO_FORMAT='pnetcdf' + export WW3_PIO_STRIDE=4 + export WW3_PIO_IOTASKS=-99 + export WW3_PIO_REARR='box' + export WW3_PIO_ROOT=-99 # Set CMEPS component defaults export_cmeps diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index 22ae9d58ee..d8be6334f6 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -40,7 +40,7 @@ else cp ../${DEP_RUN}${SUFFIX}/RESTART/${RFILE} . ls -1 ${RFILE}>rpointer.cpl fi - RFILE=ufs.atmw.ww3.r.${RESTART_FILE_SUFFIX_SECS} + RFILE=ufs.atmw.ww3.r.${RESTART_FILE_SUFFIX_SECS}.nc cp ../${DEP_RUN}${SUFFIX}/${RFILE} . fi diff --git a/tests/fv3_conf/cpld_control_run.IN b/tests/fv3_conf/cpld_control_run.IN index fda28f6d11..8b0c355d66 100644 --- a/tests/fv3_conf/cpld_control_run.IN +++ b/tests/fv3_conf/cpld_control_run.IN @@ -149,7 +149,7 @@ else # WAVE restart file if [[ $CPLWAV == .true. ]]; then - RFILE=ufs.cpld.ww3.r.${RESTART_FILE_SUFFIX_SECS} + RFILE=ufs.cpld.ww3.r.${RESTART_FILE_SUFFIX_SECS}.nc cp ../${DEP_RUN}${SUFFIX}/${RFILE} . fi diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 5f4e122a1f..b782e4b6e1 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,23 +1,23 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -f814ef71e560a00a30454e00ef05ccf4d20f45b3 +8e98c5cfbea95cd44f47e48440df1d936b16336b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - b71196b0faf74f0fe59558796285424c915b6eaa FV3 (remotes/origin/rrfsv1-to-ufs/dev1) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - d5842b617d0bdddd00fd8d45cf1cbf3c9c141258 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5334-gd5842b61) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,269 +38,270 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241011 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3720938 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3092908 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [11:23, 10:09] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [45:59, 02:46](3193 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [32:45, 31:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [24:26, 04:08](1914 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [54:59, 03:48](1943 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [54:07, 03:56](1075 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:18, 03:38](1885 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [17:31, 16:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [39:52, 01:59](1899 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:12] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [50:03, 03:41](1941 MB) - -PASS -- COMPILE 's2swa_intel' [40:55, 39:06] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [16:23, 02:20](3229 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:23, 03:08](3224 MB) -PASS -- TEST 'cpld_restart_p8_intel' [59:13, 02:51](3153 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:15, 02:20](3244 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [59:13, 01:59](3170 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [14:33, 02:29](3460 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [14:31, 02:18](3219 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:59, 02:53](3167 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:25, 03:17](3227 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:51, 02:34](3204 MB) - -PASS -- COMPILE 's2sw_intel' [10:23, 09:07] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [46:59, 01:56](1918 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [46:59, 03:14](1966 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [25:38, 24:03] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [30:55, 03:07](1966 MB) - -PASS -- COMPILE 's2s_intel' [10:23, 08:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [46:58, 01:52](2881 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [46:58, 02:34](2889 MB) -PASS -- TEST 'cpld_restart_c48_intel' [41:28, 02:00](2304 MB) - -PASS -- COMPILE 's2swa_faster_intel' [16:30, 14:44] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [40:53, 02:58](3226 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:36, 19:53] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:43, 02:03](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [01:37, 02:27](1102 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [01:32, 02:51](1890 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:21, 07:00] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:41, 02:16](1963 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:23, 08:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [36:35, 01:18](660 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [36:35, 01:42](1562 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [36:35, 01:26](1568 MB) -PASS -- TEST 'control_latlon_intel' [36:35, 01:22](1565 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [36:35, 01:57](1565 MB) -PASS -- TEST 'control_c48_intel' [36:34, 02:11](1581 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [36:34, 01:49](706 MB) -PASS -- TEST 'control_c192_intel' [36:35, 02:22](1683 MB) -PASS -- TEST 'control_c384_intel' [36:39, 02:59](1971 MB) -PASS -- TEST 'control_c384gdas_intel' [36:39, 04:03](1162 MB) -PASS -- TEST 'control_stochy_intel' [36:35, 01:24](617 MB) -PASS -- TEST 'control_stochy_restart_intel' [33:01, 02:02](424 MB) -PASS -- TEST 'control_lndp_intel' [36:35, 01:35](615 MB) -PASS -- TEST 'control_iovr4_intel' [36:35, 01:37](612 MB) -PASS -- TEST 'control_iovr5_intel' [36:35, 01:42](611 MB) -PASS -- TEST 'control_p8_intel' [36:35, 02:50](1851 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [36:35, 03:40](1848 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [36:35, 03:35](1850 MB) -PASS -- TEST 'control_restart_p8_intel' [26:48, 03:05](1005 MB) -PASS -- TEST 'control_noqr_p8_intel' [36:35, 02:37](1852 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [23:11, 02:36](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [36:35, 03:06](1845 MB) -PASS -- TEST 'control_2threads_p8_intel' [36:35, 03:19](1937 MB) -PASS -- TEST 'control_p8_lndp_intel' [36:35, 01:50](1851 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [36:35, 03:07](1904 MB) -PASS -- TEST 'control_p8_mynn_intel' [36:35, 03:11](1864 MB) -PASS -- TEST 'merra2_thompson_intel' [36:35, 04:10](1860 MB) -PASS -- TEST 'regional_control_intel' [34:50, 02:06](859 MB) -PASS -- TEST 'regional_restart_intel' [25:57, 01:43](858 MB) -PASS -- TEST 'regional_decomp_intel' [32:59, 01:39](863 MB) -PASS -- TEST 'regional_2threads_intel' [31:57, 01:50](984 MB) -PASS -- TEST 'regional_noquilt_intel' [31:55, 01:45](1184 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [29:14, 01:41](861 MB) -PASS -- TEST 'regional_wofs_intel' [28:51, 01:57](1581 MB) - -PASS -- COMPILE 'rrfs_intel' [25:40, 23:42] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [20:08, 03:45](1002 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [19:43, 02:00](1137 MB) -PASS -- TEST 'rap_decomp_intel' [19:01, 02:38](1003 MB) -PASS -- TEST 'rap_2threads_intel' [19:01, 03:46](1082 MB) -PASS -- TEST 'rap_restart_intel' [01:31, 03:14](878 MB) -PASS -- TEST 'rap_sfcdiff_intel' [16:43, 04:01](1000 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [11:30, 03:28](999 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [00:16, 03:41](883 MB) -PASS -- TEST 'hrrr_control_intel' [11:24, 03:10](998 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [10:23, 02:31](992 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [10:24, 03:41](1069 MB) -PASS -- TEST 'hrrr_control_restart_intel' [57:53, 01:49](829 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:08, 03:26](995 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:47, 01:31](1957 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:27, 01:53](1946 MB) - -PASS -- COMPILE 'csawmg_intel' [12:25, 10:47] -PASS -- TEST 'control_csawmg_intel' [28:38, 01:57](951 MB) -PASS -- TEST 'control_ras_intel' [25:08, 02:17](655 MB) - -PASS -- COMPILE 'wam_intel' [13:27, 11:23] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [24:44, 01:42](1645 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 08:03] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [22:56, 03:24](1854 MB) -PASS -- TEST 'regional_control_faster_intel' [22:46, 01:23](856 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:26, 11:19] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [22:08, 02:15](1599 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [22:01, 02:12](1609 MB) -PASS -- TEST 'control_stochy_debug_intel' [21:43, 01:20](803 MB) -PASS -- TEST 'control_lndp_debug_intel' [21:26, 01:37](804 MB) -PASS -- TEST 'control_csawmg_debug_intel' [09:04, 01:48](1109 MB) -PASS -- TEST 'control_ras_debug_intel' [08:51, 01:55](811 MB) -PASS -- TEST 'control_diag_debug_intel' [08:32, 02:13](1664 MB) -PASS -- TEST 'control_debug_p8_intel' [08:29, 01:45](1896 MB) -PASS -- TEST 'regional_debug_intel' [07:46, 01:58](915 MB) -PASS -- TEST 'rap_control_debug_intel' [06:48, 01:29](1186 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:31, 01:40](1181 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [03:03, 01:50](1194 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [01:25, 01:29](1188 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [01:23, 01:38](1187 MB) -PASS -- TEST 'rap_diag_debug_intel' [01:04, 01:33](1280 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [59:06, 01:18](1188 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [58:56, 01:59](1189 MB) -PASS -- TEST 'rap_lndp_debug_intel' [58:15, 01:57](1189 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [57:56, 02:04](1186 MB) -PASS -- TEST 'rap_noah_debug_intel' [57:49, 01:41](1184 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [56:50, 02:00](1183 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [56:31, 02:08](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [56:26, 01:38](1182 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [56:08, 01:53](1187 MB) -PASS -- TEST 'rap_flake_debug_intel' [56:02, 01:24](1188 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [53:56, 04:07](1187 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:22, 07:56] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [53:48, 01:55](1686 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:28, 13:46] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [53:42, 02:34](1013 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [53:02, 03:48](875 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [52:48, 04:18](876 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [52:43, 03:28](932 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [52:25, 02:51](924 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [51:59, 03:17](871 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [39:36, 02:13](780 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [41:27, 02:13](759 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:26, 10:46] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [51:46, 01:46](1077 MB) -PASS -- TEST 'conus13km_2threads_intel' [41:31, 01:31](1061 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [41:30, 01:54](955 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:31, 07:55] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [51:17, 02:31](897 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [24:40, 04:30] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [50:29, 01:22](1065 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [50:14, 02:09](1065 MB) -PASS -- TEST 'conus13km_debug_intel' [49:21, 01:48](1173 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [48:51, 01:27](821 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [48:46, 01:17](1132 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [48:18, 02:15](1240 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [41:57, 04:40] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [46:15, 01:55](1086 MB) - -PASS -- COMPILE 'hafsw_intel' [57:14, 10:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [30:02, 02:20](686 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [30:02, 02:05](1039 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [30:00, 02:38](737 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [30:00, 02:22](763 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [30:01, 03:03](787 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [30:00, 02:36](465 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [30:01, 03:08](476 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [30:01, 02:52](375 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [30:04, 04:15](445 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [30:00, 01:58](495 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [30:00, 02:21](496 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:02, 01:47](562 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:01, 01:26](406 MB) -PASS -- TEST 'gnv1_nested_intel' [29:59, 04:38](1703 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [51:08, 04:42] ( 1447 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [35:19, 02:18](667 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [53:09, 08:36] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [31:31, 02:25](604 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [31:31, 02:08](785 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [50:05, 08:40] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [31:17, 02:13](785 MB) - -PASS -- COMPILE 'hafs_all_intel' [49:08, 08:29] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [31:10, 02:33](768 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [31:10, 02:30](707 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [31:08, 01:14](898 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [58:14, 15:38] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [21:50, 01:22](752 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [14:23, 01:42](755 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [21:50, 01:18](642 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [21:50, 01:25](642 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [20:06, 01:12](645 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [20:01, 01:22](765 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [17:48, 02:11](766 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [15:48, 02:07](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [15:24, 01:49](689 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [15:07, 02:37](670 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [14:15, 01:52](764 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [13:26, 01:35](2031 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [13:21, 01:20](2034 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [54:11, 15:28] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [22:14, 01:49](766 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [43:57, 07:17] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [30:15, 01:17](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [30:15, 01:51](449 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [11:25, 02:04](450 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [44:00, 14:23] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [22:49, 02:46](1914 MB) - -PASS -- COMPILE 'atml_intel' [27:43, 18:28] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [13:08, 03:28](1886 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [12:42, 02:56](1885 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [00:13, 02:07](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [10:23, 09:03] ( 866 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [24:53, 03:22](1929 MB) - -PASS -- COMPILE 'atmw_intel' [15:29, 13:57] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [12:32, 03:24](1879 MB) - -PASS -- COMPILE 'atmaero_intel' [13:27, 11:46] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:28, 03:22](3115 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [12:25, 02:46](2996 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:18, 03:00](3008 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:21, 06:55] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [22:48, 02:12](4467 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:26, 11:25] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [41:50, 03:06](3190 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:27, 11:34] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [41:49, 04:12](1906 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:06, 03:42](1954 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [19:47, 03:24](1074 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:50, 03:22](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:27, 11:51] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [41:47, 01:30](1901 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:31] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [47:56, 03:30](1949 MB) + +PASS -- COMPILE 's2swa_intel' [13:27, 11:26] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [41:47, 02:26](3228 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [41:47, 02:55](3226 MB) +PASS -- TEST 'cpld_restart_p8_intel' [15:37, 02:38](3156 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [41:47, 02:39](3244 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [23:49, 03:17](3171 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [41:47, 02:50](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [41:47, 02:22](3218 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [41:48, 02:48](3167 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:47, 03:25](3228 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [41:47, 03:08](3207 MB) + +PASS -- COMPILE 's2sw_intel' [12:27, 11:13] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [42:49, 02:08](1918 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [42:49, 03:01](1979 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:16] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [42:50, 03:20](1976 MB) + +PASS -- COMPILE 's2s_intel' [11:25, 10:14] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [43:49, 01:52](2878 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [43:49, 02:44](2892 MB) +PASS -- TEST 'cpld_restart_c48_intel' [38:21, 02:03](2305 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:32, 15:55] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [37:43, 02:31](3226 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:28, 11:27] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [41:47, 02:36](1921 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:33, 02:00](1106 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [07:28, 02:24](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:11] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [40:36, 02:15](1965 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:32] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [32:16, 01:53](663 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [29:39, 01:48](1553 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [26:47, 02:08](1574 MB) +PASS -- TEST 'control_latlon_intel' [26:29, 01:21](1564 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:53, 02:06](1564 MB) +PASS -- TEST 'control_c48_intel' [19:17, 01:41](1581 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [17:25, 01:57](707 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [17:25, 02:08](1586 MB) +PASS -- TEST 'control_c192_intel' [16:13, 01:50](1686 MB) +PASS -- TEST 'control_c384_intel' [15:34, 02:58](1982 MB) +PASS -- TEST 'control_c384gdas_intel' [12:24, 03:40](1159 MB) +PASS -- TEST 'control_stochy_intel' [12:06, 01:30](616 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:33, 01:37](421 MB) +PASS -- TEST 'control_lndp_intel' [12:05, 01:50](618 MB) +PASS -- TEST 'control_iovr4_intel' [09:21, 01:45](611 MB) +PASS -- TEST 'control_iovr5_intel' [09:09, 02:18](616 MB) +PASS -- TEST 'control_p8_intel' [08:45, 02:59](1850 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:37, 02:57](1848 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:37, 02:52](1860 MB) +PASS -- TEST 'control_restart_p8_intel' [01:19, 03:27](1007 MB) +PASS -- TEST 'control_noqr_p8_intel' [08:35, 02:41](1844 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [59:56, 03:12](1014 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:23, 03:03](1854 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:23, 03:25](1932 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:21, 02:10](1853 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:36, 03:25](1909 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:33, 02:47](1858 MB) +PASS -- TEST 'merra2_thompson_intel' [06:24, 04:13](1856 MB) +PASS -- TEST 'regional_control_intel' [06:23, 02:09](899 MB) +PASS -- TEST 'regional_restart_intel' [58:30, 01:15](875 MB) +PASS -- TEST 'regional_decomp_intel' [05:36, 01:28](890 MB) +PASS -- TEST 'regional_2threads_intel' [05:28, 01:14](1023 MB) +PASS -- TEST 'regional_noquilt_intel' [04:48, 01:21](1222 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [03:35, 01:56](903 MB) +PASS -- TEST 'regional_wofs_intel' [01:55, 01:26](1583 MB) + +PASS -- COMPILE 'rrfs_intel' [10:24, 08:45] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [32:25, 03:31](1002 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [32:26, 02:17](1157 MB) +PASS -- TEST 'rap_decomp_intel' [32:25, 02:38](1003 MB) +PASS -- TEST 'rap_2threads_intel' [32:25, 04:11](1081 MB) +PASS -- TEST 'rap_restart_intel' [01:42, 03:23](883 MB) +PASS -- TEST 'rap_sfcdiff_intel' [32:25, 03:13](1001 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [32:25, 03:34](995 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [01:36, 03:49](886 MB) +PASS -- TEST 'hrrr_control_intel' [32:25, 03:29](998 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [32:25, 04:21](992 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [32:26, 03:53](1069 MB) +PASS -- TEST 'hrrr_control_restart_intel' [01:17, 01:58](832 MB) +PASS -- TEST 'rrfs_v1beta_intel' [01:15, 03:58](995 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [00:58, 02:01](1956 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [00:18, 01:40](1944 MB) + +PASS -- COMPILE 'csawmg_intel' [09:23, 08:05] +PASS -- TEST 'control_csawmg_intel' [33:26, 01:37](951 MB) +PASS -- TEST 'control_ras_intel' [33:26, 01:25](655 MB) + +PASS -- COMPILE 'wam_intel' [10:23, 08:13] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [59:36, 01:42](1645 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:23, 08:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [59:25, 03:07](1856 MB) +PASS -- TEST 'regional_control_faster_intel' [59:02, 02:11](899 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:23, 07:32] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [57:42, 01:49](1608 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [57:18, 01:53](1609 MB) +PASS -- TEST 'control_stochy_debug_intel' [57:12, 01:35](807 MB) +PASS -- TEST 'control_lndp_debug_intel' [57:12, 02:11](807 MB) +PASS -- TEST 'control_csawmg_debug_intel' [57:02, 02:07](1113 MB) +PASS -- TEST 'control_ras_debug_intel' [56:50, 02:06](811 MB) +PASS -- TEST 'control_diag_debug_intel' [56:50, 01:50](1662 MB) +PASS -- TEST 'control_debug_p8_intel' [55:39, 01:36](1905 MB) +PASS -- TEST 'regional_debug_intel' [55:18, 01:49](922 MB) +PASS -- TEST 'rap_control_debug_intel' [55:04, 01:39](1189 MB) +PASS -- TEST 'hrrr_control_debug_intel' [54:49, 01:49](1185 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [54:32, 01:35](1189 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [53:46, 01:21](1186 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [53:18, 01:55](1190 MB) +PASS -- TEST 'rap_diag_debug_intel' [53:06, 01:43](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [52:55, 01:45](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [52:55, 02:08](1189 MB) +PASS -- TEST 'rap_lndp_debug_intel' [51:48, 01:37](1190 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:12, 01:41](1189 MB) +PASS -- TEST 'rap_noah_debug_intel' [51:10, 01:51](1183 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [51:06, 01:51](1187 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:40, 01:56](1185 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [50:40, 02:05](1181 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [50:36, 02:07](1188 MB) +PASS -- TEST 'rap_flake_debug_intel' [50:33, 01:44](1191 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [50:15, 04:17](1187 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:20, 04:26] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [35:27, 01:27](1691 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:05] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [50:15, 02:34](1029 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:18, 03:39](876 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [48:52, 04:09](876 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [48:52, 03:39](929 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [48:49, 04:58](923 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [47:40, 03:20](868 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [36:43, 03:45](789 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [38:29, 01:28](760 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:22, 08:07] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [47:11, 02:16](1082 MB) +PASS -- TEST 'conus13km_2threads_intel' [39:58, 01:37](1064 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [39:03, 02:03](958 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:09] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [47:04, 02:26](897 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:20, 04:32] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [45:26, 01:38](1059 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [45:11, 02:05](1064 MB) +PASS -- TEST 'conus13km_debug_intel' [45:10, 01:23](1156 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [44:56, 01:38](822 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [44:47, 01:37](1153 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:24, 01:23](1223 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:23] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [44:21, 01:46](1088 MB) + +PASS -- COMPILE 'hafsw_intel' [11:24, 10:06] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [43:30, 02:27](687 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [43:23, 01:42](1047 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [43:14, 02:22](735 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [42:39, 02:35](903 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [41:36, 02:41](782 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [41:33, 02:13](461 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [39:00, 03:06](482 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [38:57, 02:10](377 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [38:34, 03:53](445 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [38:09, 01:50](495 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [38:03, 02:37](497 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [36:57, 02:08](560 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [36:45, 02:09](406 MB) +PASS -- TEST 'gnv1_nested_intel' [35:35, 04:34](1697 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:19, 04:51] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [34:47, 02:07](610 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:26, 09:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [34:14, 02:35](602 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [34:06, 02:05](781 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:28, 09:48] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [33:50, 03:03](778 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:26, 09:05] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [33:01, 02:48](736 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [32:56, 02:18](707 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [32:32, 01:17](899 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:26, 09:10] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [32:22, 01:35](766 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [26:57, 01:30](754 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [32:21, 01:50](643 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [30:12, 01:23](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [30:06, 01:23](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [29:37, 01:37](765 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [29:21, 01:39](765 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [27:55, 01:55](644 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:57, 02:16](697 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [26:53, 02:37](669 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [26:20, 02:03](764 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [25:48, 01:25](2031 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [25:43, 02:11](2032 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:29, 09:23] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [25:38, 01:59](765 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [08:22, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [25:09, 01:26](309 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [24:15, 01:38](447 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [19:43, 01:54](448 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:32, 10:08] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [24:04, 02:24](1912 MB) + +PASS -- COMPILE 'atml_intel' [18:34, 09:30] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [23:59, 03:21](1878 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [23:34, 03:35](1879 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [10:03, 01:57](1036 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:29, 05:13] ( 866 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [22:50, 03:43](1920 MB) + +PASS -- COMPILE 'atmw_intel' [12:26, 08:50] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [22:31, 03:13](1879 MB) + +PASS -- COMPILE 'atmaero_intel' [11:24, 08:32] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [22:30, 02:25](3116 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [22:19, 02:41](3000 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [22:15, 02:58](3006 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:21, 04:25] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [21:31, 02:17](4471 MB) SYNOPSIS: -Starting Date/Time: 20241015 18:02:17 -Ending Date/Time: 20241015 20:16:20 -Total Time: 02h:14m:33s +Starting Date/Time: 20241205 18:04:24 +Ending Date/Time: 20241205 20:10:22 +Total Time: 02h:06m:27s Compiles Completed: 37/37 -Tests Completed: 176/176 +Tests Completed: 177/177 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index dcbb03e63a..c72284fe98 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,31 +1,33 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -7d136e0c38b9444ecb96b52e558bd6ee43f3ca09 +1e6fc62a38e1b61538e203a7f297583333a18d2a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - bf66bf7abdd3c057f4ee85f2655a33b7f4459676 CICE-interface/CICE (remotes/origin/sync_cice) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) - dc977bcadd1ade1a528dee75f1ad45e8bd80ca0a CMEPS-interface/CMEPS (cmeps_v0.4.1-2310-gdc977bc) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - f188fe2afb3dd04f460a36ddda5e18e17c68f422 FV3 (remotes/origin/support_intelllvm) - b947391ed4d23ffa15f5c854e7d5c4849abefc40 FV3/atmos_cubed_sphere (201912_public_release-414-gb947391) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 77d28126e3dbb19ad9714d3703764202ebce82ec FV3/ccpp/physics (remotes/origin/support_intelllvm) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 55ec82b08ca7d914ace595d4eecd54ae640ade31 FV3/upp (upp_gfsv16_release.v1.0.8-385-g55ec82b) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - 6810b2d8dbceea2b5e47b3f1b59b5461aded3827 WW3 (remotes/origin/support_intelllvm) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -36,288 +38,289 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20240909 -COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_36907 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /glade/derecho/scratch/jongkim/FV3_RT/rt_99072 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: nral0032 * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [29:58, 29:57] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:18, 07:43](3198 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:37, 28:31] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [17:06, 14:55](1916 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:41, 17:52](1949 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:48, 09:51](1064 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:56, 16:45](1888 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [27:43, 27:35] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:03, 14:42](1910 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [20:10, 20:08] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:26, 23:45](1936 MB) - -PASS -- COMPILE 's2swa_intel' [29:34, 29:34] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [10:44, 08:54](3223 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:57, 08:50](3221 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:39, 05:38](3148 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:26, 09:09](3250 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:53, 05:37](3179 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:04, 08:19](3749 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [10:21, 08:39](3217 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:05, 07:17](3546 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:50, 08:54](3232 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:16, 10:27](3815 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:17, 07:35](3621 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:33, 10:46](4511 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [21:55, 07:50](4656 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:51, 06:16](3209 MB) - -PASS -- COMPILE 's2sw_intel' [26:44, 26:44] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:07, 07:03](1920 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:56, 08:19](1986 MB) - -PASS -- COMPILE 's2swa_debug_intel' [18:37, 18:36] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [15:47, 13:42](3302 MB) - -PASS -- COMPILE 's2sw_debug_intel' [18:13, 18:13] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [11:36, 09:35](1960 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [22:57, 22:56] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:11, 05:55](1983 MB) - -PASS -- COMPILE 's2s_intel' [23:18, 23:17] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [06:51, 05:26](2885 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:18, 02:05](2896 MB) -PASS -- TEST 'cpld_restart_c48_intel' [02:31, 01:12](2305 MB) - -PASS -- COMPILE 's2swa_faster_intel' [29:50, 29:50] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [10:34, 08:23](3233 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [27:46, 27:45] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [16:35, 14:57](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:43, 10:33](1095 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:04, 17:55](1894 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [16:48, 16:47] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [26:36, 24:38](1955 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [17:10, 17:10] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:56, 03:38](671 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:45, 02:51](1568 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:51, 02:54](1568 MB) -PASS -- TEST 'control_latlon_intel' [03:36, 02:54](1568 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:20, 02:41](1569 MB) -PASS -- TEST 'control_c48_intel' [10:23, 09:17](1589 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:13, 05:27](711 MB) -PASS -- TEST 'control_c192_intel' [11:30, 10:09](1692 MB) -PASS -- TEST 'control_c384_intel' [15:53, 12:09](1980 MB) -PASS -- TEST 'control_c384gdas_intel' [12:13, 07:51](1177 MB) -PASS -- TEST 'control_stochy_intel' [02:02, 01:45](627 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:45, 01:11](437 MB) -PASS -- TEST 'control_lndp_intel' [02:08, 01:42](626 MB) -PASS -- TEST 'control_iovr4_intel' [02:57, 02:22](618 MB) -PASS -- TEST 'control_iovr5_intel' [02:49, 02:23](619 MB) -PASS -- TEST 'control_p8_intel' [06:47, 04:48](1865 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:01, 04:04](1855 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:48, 04:41](1868 MB) -PASS -- TEST 'control_restart_p8_intel' [04:33, 02:20](1009 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:24, 03:37](1852 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:57, 02:52](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:55, 03:57](1855 MB) -PASS -- TEST 'control_2threads_p8_intel' [05:26, 03:39](1934 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:29, 06:15](1857 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:36, 03:51](1911 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:03, 03:15](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [06:41, 03:52](1864 MB) -PASS -- TEST 'regional_control_intel' [05:27, 04:29](862 MB) -PASS -- TEST 'regional_restart_intel' [03:41, 02:49](862 MB) -PASS -- TEST 'regional_decomp_intel' [05:57, 05:03](863 MB) -PASS -- TEST 'regional_noquilt_intel' [05:34, 04:36](1188 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:47, 04:46](869 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:52, 04:54](864 MB) -PASS -- TEST 'regional_wofs_intel' [06:48, 06:01](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [15:50, 15:50] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [08:00, 06:36](1004 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:22, 04:14](1142 MB) -PASS -- TEST 'rap_decomp_intel' [09:00, 06:51](1003 MB) -PASS -- TEST 'rap_2threads_intel' [07:54, 06:10](1087 MB) -PASS -- TEST 'rap_restart_intel' [05:10, 03:37](877 MB) -PASS -- TEST 'rap_sfcdiff_intel' [09:30, 08:22](1004 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:56, 08:38](1001 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [07:23, 05:44](877 MB) -PASS -- TEST 'hrrr_control_intel' [06:58, 05:28](1000 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:11, 05:35](1001 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:39, 05:03](1077 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:42, 01:53](831 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:24, 08:15](1001 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:13, 08:43](1953 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:49, 08:24](1944 MB) - -PASS -- COMPILE 'csawmg_intel' [14:26, 14:26] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [07:51, 07:02](961 MB) -PASS -- TEST 'control_ras_intel' [03:38, 03:12](659 MB) - -PASS -- COMPILE 'wam_intel' [13:44, 13:43] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [11:38, 10:24](1651 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:39, 14:39] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:29, 04:15](1863 MB) -PASS -- TEST 'regional_control_faster_intel' [05:24, 04:32](862 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [17:51, 17:51] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:34, 02:34](1607 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:35, 02:30](1610 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:29, 03:06](809 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:24, 03:00](812 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:01, 05:17](1113 MB) -PASS -- TEST 'control_ras_debug_intel' [02:57, 02:44](817 MB) -PASS -- TEST 'control_diag_debug_intel' [04:13, 03:08](1666 MB) -PASS -- TEST 'control_debug_p8_intel' [04:27, 03:45](1898 MB) -PASS -- TEST 'regional_debug_intel' [16:53, 16:13](933 MB) -PASS -- TEST 'rap_control_debug_intel' [05:09, 04:55](1194 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:03, 04:48](1187 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 05:00](1192 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:13, 04:58](1191 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:36, 04:58](1194 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:34, 05:16](1280 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:38, 04:59](1195 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:54, 05:11](1187 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:34, 05:13](1200 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:22, 04:59](1196 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:21, 04:53](1188 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 04:56](1191 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 07:57](1188 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:08, 04:50](1184 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:58, 05:35](1193 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:10, 04:52](1196 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:35, 08:09](1193 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:36, 09:35] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:39, 12:58](1690 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:05, 14:05] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:42, 04:08](1015 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:14, 05:34](881 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:13, 03:03](878 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:14, 05:00](941 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:58, 02:47](932 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:29, 03:14](877 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:41, 04:11](789 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:39, 02:00](767 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 14:11] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:36, 02:32](1070 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:28](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:35, 01:32](964 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:19, 14:18] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:56, 03:56](903 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [09:57, 09:57] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:04, 04:45](1067 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:56, 04:36](1066 MB) -PASS -- TEST 'conus13km_debug_intel' [15:11, 14:14](1143 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:11, 14:12](847 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:26, 08:35](1144 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:13, 14:20](1215 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:32, 09:32] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:24, 05:01](1097 MB) - -PASS -- COMPILE 'hafsw_intel' [22:14, 22:14] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:24, 05:12](699 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:04, 06:31](1052 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:17, 07:27](762 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [13:24, 11:40](771 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [14:17, 12:33](792 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:02, 04:46](468 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:25, 06:10](483 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:20, 02:27](384 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:29, 06:40](455 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:13, 03:31](500 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:05, 03:16](502 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:07, 04:08](573 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:36, 01:16](422 MB) -PASS -- TEST 'gnv1_nested_intel' [07:36, 04:42](1711 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [13:15, 13:15] ( 1470 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:40, 13:06](617 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [21:28, 21:27] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [08:41, 07:37](619 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [08:41, 07:35](682 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [23:16, 23:15] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:56, 06:06](674 MB) - -PASS -- COMPILE 'hafs_all_intel' [19:31, 19:31] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:23, 06:27](735 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:19, 06:26](723 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:28, 16:21](895 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:01, 12:01] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:42, 02:35](766 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:48, 01:38](744 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:34, 02:27](647 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:33, 02:27](648 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:42, 02:34](644 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:54, 02:41](767 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:55, 02:43](756 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:47, 02:35](647 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:08, 06:22](695 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:39, 05:58](679 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:55, 02:49](768 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:43, 04:26](2031 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:44, 04:20](2031 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [08:40, 08:40] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:19, 05:10](752 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [11:29, 11:28] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:58, 02:49](769 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:53, 03:52] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:21, 02:03](311 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:40, 02:21](452 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:17, 01:02](451 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:30, 16:28] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:54, 05:20](1909 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:36, 16:36] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:05, 04:33](1895 MB) - -PASS -- COMPILE 'atml_intel' [18:03, 18:03] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [11:54, 09:23](1891 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [11:35, 09:09](1890 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:25, 05:19](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [14:45, 14:45] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:23, 08:14](1925 MB) - -PASS -- COMPILE 'atmw_intel' [17:59, 17:58] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:20, 03:10](1875 MB) - -PASS -- COMPILE 'atmaero_intel' [16:33, 16:33] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:43, 05:26](3129 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:20, 04:32](3010 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:56, 04:43](3018 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [11:47, 11:47] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [25:39, 22:50](4541 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:59, 14:58] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:54, 08:21](815 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:21, 21:21] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:35, 10:15](3198 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:08, 23:08] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:03, 14:22](1921 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:04, 15:13](1957 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [09:00, 07:13](1070 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [17:54, 16:13](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:06, 23:06] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:37, 13:51](1907 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:33, 11:33] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:58, 25:20](1943 MB) + +PASS -- COMPILE 's2swa_intel' [21:21, 21:21] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:06, 13:47](3221 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:55, 13:29](3234 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:11, 07:40](3147 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:04, 13:36](3251 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:16, 07:44](3177 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:44, 12:29](3745 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [14:32, 13:15](3220 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:04, 10:49](3533 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:58, 13:40](3236 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [11:10, 09:05](3817 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:06, 06:30](3619 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [24:43, 17:21](4519 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [19:57, 10:45](4616 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [09:00, 07:49](3204 MB) + +PASS -- COMPILE 's2sw_intel' [19:31, 19:31] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 07:33](1924 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [13:07, 11:56](1999 MB) + +PASS -- COMPILE 's2swa_debug_intel' [11:25, 11:25] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [22:05, 20:53](3302 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:52, 10:52] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:49, 08:47](1959 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [15:58, 15:58] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:06, 04:53](1986 MB) + +PASS -- COMPILE 's2s_intel' [16:34, 16:34] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:00, 05:15](2879 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:25, 01:39](2896 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:48, 00:58](2310 MB) + +PASS -- COMPILE 's2swa_faster_intel' [23:34, 23:34] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:41, 13:22](3236 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:16, 21:16] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:46, 23:24](1926 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:41, 12:21](1105 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:37, 27:28](1893 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [10:59, 10:59] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:45, 27:38](1967 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:15, 14:15] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:38, 03:24](668 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:17, 02:41](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:20, 02:41](1571 MB) +PASS -- TEST 'control_latlon_intel' [03:07, 02:37](1567 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:17, 02:39](1563 MB) +PASS -- TEST 'control_c48_intel' [09:47, 09:14](1588 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:31, 05:17](708 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:43, 09:11](1589 MB) +PASS -- TEST 'control_c192_intel' [10:48, 09:57](1688 MB) +PASS -- TEST 'control_c384_intel' [13:07, 11:18](1980 MB) +PASS -- TEST 'control_c384gdas_intel' [09:41, 07:12](1179 MB) +PASS -- TEST 'control_stochy_intel' [01:39, 01:24](627 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:06, 00:51](437 MB) +PASS -- TEST 'control_lndp_intel' [01:35, 01:22](623 MB) +PASS -- TEST 'control_iovr4_intel' [02:20, 02:04](617 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:05](620 MB) +PASS -- TEST 'control_p8_intel' [04:55, 03:40](1863 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:28, 03:11](1859 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:54, 03:38](1862 MB) +PASS -- TEST 'control_restart_p8_intel' [03:38, 02:19](1009 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:53, 03:42](1860 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:34, 02:25](1020 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:56, 03:42](1856 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:39, 03:26](1939 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 06:03](1859 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:19, 03:54](1911 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:30, 03:11](1864 MB) +PASS -- TEST 'merra2_thompson_intel' [05:05, 03:34](1856 MB) +PASS -- TEST 'regional_control_intel' [04:56, 04:27](898 MB) +PASS -- TEST 'regional_restart_intel' [02:57, 02:26](876 MB) +PASS -- TEST 'regional_decomp_intel' [05:06, 04:38](893 MB) +PASS -- TEST 'regional_noquilt_intel' [04:52, 04:20](1214 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [04:59, 04:23](903 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:54, 04:23](891 MB) +PASS -- TEST 'regional_wofs_intel' [06:19, 05:48](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [12:47, 12:47] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:10, 06:07](1006 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:52, 03:56](1164 MB) +PASS -- TEST 'rap_decomp_intel' [07:30, 06:23](1004 MB) +PASS -- TEST 'rap_2threads_intel' [06:48, 05:41](1084 MB) +PASS -- TEST 'rap_restart_intel' [04:20, 03:13](882 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:09, 06:06](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:28, 06:22](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:45, 04:38](883 MB) +PASS -- TEST 'hrrr_control_intel' [04:22, 03:13](999 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:28, 03:18](1000 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [03:57, 02:48](1077 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:02, 01:44](831 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:04, 06:01](1000 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:25, 08:08](1961 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:07, 07:52](1946 MB) + +PASS -- COMPILE 'csawmg_intel' [11:41, 11:41] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [07:00, 06:28](962 MB) +PASS -- TEST 'control_ras_intel' [03:04, 02:50](658 MB) + +PASS -- COMPILE 'wam_intel' [11:34, 11:34] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:47, 10:13](1644 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [12:03, 12:03] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:20, 03:04](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [04:41, 04:11](895 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [14:34, 14:34] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:50, 02:07](1605 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:47, 02:08](1610 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:04, 02:52](806 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:52, 02:39](807 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:48, 04:15](1113 MB) +PASS -- TEST 'control_ras_debug_intel' [02:49, 02:36](813 MB) +PASS -- TEST 'control_diag_debug_intel' [03:23, 02:38](1663 MB) +PASS -- TEST 'control_debug_p8_intel' [03:21, 02:50](1893 MB) +PASS -- TEST 'regional_debug_intel' [16:24, 15:55](923 MB) +PASS -- TEST 'rap_control_debug_intel' [05:04, 04:50](1187 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:48, 04:33](1189 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:01, 04:46](1188 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:54, 04:39](1186 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:00, 04:46](1187 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:24, 04:52](1272 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:01, 04:47](1190 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:59, 04:45](1186 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:07, 04:52](1189 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:55, 04:41](1187 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:57, 04:43](1189 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:53, 04:38](1189 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:55, 07:41](1187 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:54, 04:39](1184 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:00, 04:46](1189 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:55, 04:40](1190 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:11, 08:00](1197 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:14, 07:14] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [12:46, 12:11](1695 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:26, 11:26] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:37, 03:38](1034 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:09, 05:08](879 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:24, 02:47](874 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:49, 04:47](932 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:57, 02:25](927 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:25, 02:53](870 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:53, 03:53](794 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [01:49, 01:33](768 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:23, 11:23] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:37, 01:54](1081 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:39, 01:02](1078 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:50, 01:10](966 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:39, 11:39] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:11, 03:38](903 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:31, 07:31] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:48, 04:35](1063 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:47, 04:32](1067 MB) +PASS -- TEST 'conus13km_debug_intel' [13:29, 12:48](1156 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [13:38, 12:55](843 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:16, 07:39](1146 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:45, 13:08](1214 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:15, 07:15] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:51, 04:37](1093 MB) + +PASS -- COMPILE 'hafsw_intel' [17:40, 17:40] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:33, 04:39](703 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:33, 05:10](1065 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:39, 06:31](761 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [11:44, 10:43](875 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [13:03, 11:47](803 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:22, 04:40](472 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:45, 05:44](484 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [02:56, 02:17](390 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:03, 06:11](458 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:53, 03:17](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:49, 03:05](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:35, 03:48](572 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:26, 01:12](424 MB) +PASS -- TEST 'gnv1_nested_intel' [06:13, 04:06](1706 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [08:34, 08:34] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:45, 11:59](621 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [17:20, 17:20] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [07:45, 06:53](622 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [07:51, 06:55](683 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [18:52, 18:52] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:51, 05:15](668 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:51, 15:51] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:37, 05:43](736 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:41, 05:46](725 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [16:57, 16:12](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:21, 08:21] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:34, 02:28](768 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:40, 01:31](758 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:26, 02:20](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:29, 02:22](647 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:29, 02:22](656 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:34, 02:28](768 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:35, 02:28](768 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:26, 02:20](649 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:31, 05:32](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:30, 05:31](679 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:33, 02:27](766 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:01, 03:54](2031 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [04:03, 03:54](2031 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:48, 05:48] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 05:08](754 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:20, 08:20] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:35, 02:29](768 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:37, 02:37] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:26, 01:08](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:16, 01:02](451 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:57, 00:42](451 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:58, 13:58] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:48, 03:47](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [12:48, 12:48] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:45, 07:51](1901 MB) + +PASS -- COMPILE 'atml_intel' [14:45, 14:45] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:13, 06:49](1875 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:20, 06:57](1890 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:47, 04:08](1031 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:34, 10:34] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:35, 06:09](1923 MB) + +PASS -- COMPILE 'atmw_intel' [13:50, 13:49] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:28, 02:15](1879 MB) + +PASS -- COMPILE 'atmaero_intel' [13:02, 13:02] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:23, 04:12](3127 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:29, 04:19](3008 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:18, 04:23](3016 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [08:07, 08:06] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [24:08, 22:19](4534 MB) + +PASS -- COMPILE 'atm_fbh_intel' [11:29, 11:28] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:18, 08:02](845 MB) SYNOPSIS: -Starting Date/Time: 20240926 09:23:49 -Ending Date/Time: 20240927 03:11:02 -Total Time: 17h:49m:31s +Starting Date/Time: 20241204 06:59:39 +Ending Date/Time: 20241204 10:50:25 +Total Time: 03h:51m:53s Compiles Completed: 42/42 -Tests Completed: 185/185 +Tests Completed: 186/186 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index a34994d13a..70ab54cd54 100644 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,23 +1,23 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6bd7ea845b22492c06f61a14c242fce7da453a15 +1e6fc62a38e1b61538e203a7f297583333a18d2a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 8e8df02db4fda01cb4cb63c13164e833c8280931 FV3 (remotes/origin/cubed_sphere_chunks) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 8c8b60498ec463ea2d3d5b79950c6b47f4af3e34 FV3/ccpp/framework (v0.1.0-1703-g8c8b604) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,293 +38,306 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241011 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_3827138 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_2501918 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:15, 16:33] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:22, 08:31](3186 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:12, 19:03] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [16:14, 13:50](1909 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:02, 14:24](1933 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [11:08, 06:49](1067 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:37, 15:17](1872 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [22:13, 20:47] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [16:01, 13:26](1896 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:14, 09:10] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:28, 25:43](1928 MB) - -PASS -- COMPILE 's2swa_intel' [17:14, 15:53] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:01, 10:13](3213 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:14, 10:17](3212 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:28, 06:43](3135 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [14:02, 10:13](3230 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:28, 06:38](3159 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:00, 08:35](3463 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [13:52, 10:09](3204 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:44, 09:16](3152 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:14, 10:10](3211 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [15:17, 10:08](3487 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [11:14, 07:23](3597 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [18:27, 11:20](4251 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [16:12, 08:22](4349 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:35, 07:57](3187 MB) - -PASS -- COMPILE 's2sw_intel' [18:15, 16:26] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:51, 06:04](1912 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:22, 08:37](1966 MB) - -PASS -- COMPILE 's2swa_debug_intel' [13:12, 11:44] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:08, 14:13](3264 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:12, 08:55] ( 1418 warnings 1209 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:26, 09:19](1945 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:12, 13:49] ( 5 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 05:20](1973 MB) - -PASS -- COMPILE 's2s_intel' [15:12, 13:46] ( 6 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [07:57, 05:35](2867 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [03:55, 02:00](2879 MB) -PASS -- TEST 'cpld_restart_c48_intel' [03:56, 01:07](2290 MB) - -PASS -- COMPILE 's2swa_faster_intel' [17:16, 15:28] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [12:43, 10:05](3216 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:15, 19:10] ( 6 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:27, 15:14](1917 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:58, 07:30](1090 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:40, 17:29](1890 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [11:11, 09:36] ( 1528 warnings 1948 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:44, 27:07](1943 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:14, 13:10] ( 6 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:22, 03:45](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [08:06, 03:52](1554 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:41, 03:58](1564 MB) -PASS -- TEST 'control_latlon_intel' [07:51, 03:50](1553 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:06, 03:41](1560 MB) -PASS -- TEST 'control_c48_intel' [12:41, 09:55](1570 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:40, 05:42](696 MB) -PASS -- TEST 'control_c192_intel' [14:01, 11:25](1686 MB) -PASS -- TEST 'control_c384_intel' [27:11, 24:14](1965 MB) -PASS -- TEST 'control_c384gdas_intel' [18:18, 14:36](1166 MB) -PASS -- TEST 'control_stochy_intel' [03:30, 02:03](612 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:32, 01:00](416 MB) -PASS -- TEST 'control_lndp_intel' [04:24, 02:16](609 MB) -PASS -- TEST 'control_iovr4_intel' [05:32, 03:00](606 MB) -PASS -- TEST 'control_iovr5_intel' [05:38, 02:30](609 MB) -PASS -- TEST 'control_p8_intel' [06:14, 03:46](1844 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:50, 03:20](1842 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:41, 03:46](1841 MB) -PASS -- TEST 'control_restart_p8_intel' [05:29, 02:26](996 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:30, 03:46](1839 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:39, 02:44](1006 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:30, 03:48](1846 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:30, 03:21](1926 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:39, 06:21](1845 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:48, 04:10](1896 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:42, 03:47](1851 MB) -PASS -- TEST 'merra2_thompson_intel' [09:32, 04:09](1851 MB) -PASS -- TEST 'regional_control_intel' [08:31, 05:03](842 MB) -PASS -- TEST 'regional_restart_intel' [05:02, 02:32](846 MB) -PASS -- TEST 'regional_decomp_intel' [08:19, 05:11](854 MB) -PASS -- TEST 'regional_2threads_intel' [05:39, 03:13](981 MB) -PASS -- TEST 'regional_noquilt_intel' [07:19, 04:35](1170 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:47, 04:58](851 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:42, 04:42](843 MB) -PASS -- TEST 'regional_wofs_intel' [08:32, 06:37](1575 MB) - -PASS -- COMPILE 'rrfs_intel' [13:11, 11:18] ( 8 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [10:17, 06:57](988 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:13, 03:58](1145 MB) -PASS -- TEST 'rap_decomp_intel' [10:17, 07:15](991 MB) -PASS -- TEST 'rap_2threads_intel' [10:17, 06:13](1071 MB) -PASS -- TEST 'rap_restart_intel' [07:18, 03:53](867 MB) -PASS -- TEST 'rap_sfcdiff_intel' [10:17, 06:53](987 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:17, 07:18](987 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:50, 04:59](867 MB) -PASS -- TEST 'hrrr_control_intel' [06:03, 03:56](982 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:03, 04:00](987 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:03, 03:12](1065 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:04, 01:53](814 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:17, 06:46](984 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:59, 08:56](1942 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:35, 08:42](1935 MB) - -PASS -- COMPILE 'csawmg_intel' [13:12, 11:10] ( 5 warnings ) -PASS -- TEST 'control_csawmg_intel' [08:32, 06:41](944 MB) -PASS -- TEST 'control_ras_intel' [05:30, 03:36](642 MB) - -PASS -- COMPILE 'wam_intel' [13:12, 11:40] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:41, 12:38](1638 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:12, 11:14] ( 5 warnings 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:16, 03:32](1841 MB) -PASS -- TEST 'regional_control_faster_intel' [07:04, 04:51](843 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [13:11, 11:38] ( 887 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:08, 03:35](1583 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:25, 03:25](1582 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:37, 03:28](784 MB) -PASS -- TEST 'control_lndp_debug_intel' [07:01, 02:49](785 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:12, 04:22](1085 MB) -PASS -- TEST 'control_ras_debug_intel' [05:55, 02:53](793 MB) -PASS -- TEST 'control_diag_debug_intel' [06:14, 03:05](1639 MB) -PASS -- TEST 'control_debug_p8_intel' [06:13, 03:22](1876 MB) -PASS -- TEST 'regional_debug_intel' [19:14, 15:56](885 MB) -PASS -- TEST 'rap_control_debug_intel' [07:48, 05:09](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:16, 04:58](1163 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:17, 05:14](1164 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:09, 05:23](1162 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:17, 05:08](1162 MB) -PASS -- TEST 'rap_diag_debug_intel' [08:55, 05:32](1251 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:46, 05:13](1166 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:43, 05:07](1162 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:49, 05:09](1167 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:00, 05:01](1164 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:44, 04:55](1158 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:36, 05:07](1163 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:28, 07:55](1161 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:52, 04:55](1159 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:33, 06:08](1166 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:38, 05:02](1165 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:55, 08:34](1168 MB) - -PASS -- COMPILE 'wam_debug_intel' [12:14, 10:36] ( 842 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:32, 13:39](1663 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:15, 11:53] ( 8 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:36, 03:50](1017 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:09, 06:01](865 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:33, 03:30](860 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:53, 05:34](922 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:26, 02:46](909 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:00, 03:55](861 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [25:58, 04:12](772 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [23:54, 01:57](743 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:34, 10:56] ( 8 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:47, 02:55](1072 MB) -PASS -- TEST 'conus13km_2threads_intel' [23:12, 01:06](1061 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [26:09, 01:23](948 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:13, 11:26] ( 8 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [08:24, 04:23](895 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 08:10] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:07, 05:17](1041 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:07, 04:57](1034 MB) -PASS -- TEST 'conus13km_debug_intel' [16:58, 13:29](1123 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [34:12, 14:03](795 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [27:55, 08:24](1115 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [36:10, 13:40](1190 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [09:11, 07:56] ( 790 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:55, 05:13](1066 MB) - -PASS -- COMPILE 'hafsw_intel' [15:17, 13:40] ( 6 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:14, 05:20](711 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [24:15, 04:43](1065 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [30:29, 07:42](745 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:53, 12:16](774 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [35:13, 12:58](797 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [27:28, 05:15](468 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [27:54, 06:41](495 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [23:20, 02:43](395 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [30:54, 07:40](479 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [26:17, 03:49](505 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [25:19, 03:31](503 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [30:24, 04:43](582 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [28:52, 01:37](425 MB) -PASS -- TEST 'gnv1_nested_intel' [30:53, 05:57](1696 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [11:12, 09:35] ( 1470 warnings 1481 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [38:07, 12:58](614 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:17, 15:03] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [34:15, 07:52](632 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [35:27, 07:50](806 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:15, 19:07] ( 5 warnings 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [33:39, 06:06](807 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:12, 14:09] ( 5 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [33:16, 06:17](736 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [34:28, 06:22](717 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [47:18, 20:04](885 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:19, 12:10] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [28:27, 02:37](751 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [10:26, 01:44](741 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [25:24, 02:29](641 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [28:27, 02:29](640 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [22:25, 02:29](640 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [21:27, 02:37](750 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [20:27, 02:37](763 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [20:30, 02:30](642 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [24:06, 06:22](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [24:10, 06:34](672 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [18:25, 02:36](763 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:23, 04:39](2030 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [20:32, 04:45](2032 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:15, 05:45] ( 7 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [21:28, 05:39](749 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [13:13, 11:37] ( 5 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [17:29, 02:36](764 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 02:06] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [18:48, 03:34](313 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [15:43, 01:44](460 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:41, 01:05](462 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [04:13, 02:34] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [13:08, 01:14](451 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [04:52, 00:58](256 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:15, 13:41] ( 5 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [18:13, 04:29](1909 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [16:15, 14:48] ( 5 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [17:07, 04:33](1905 MB) - -PASS -- COMPILE 'atml_intel' [17:12, 15:26] ( 13 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [21:15, 07:29](1878 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [20:21, 07:41](1880 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:38, 04:47](1024 MB) - -PASS -- COMPILE 'atml_debug_intel' [12:21, 10:14] ( 885 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [19:10, 06:23](1902 MB) - -PASS -- COMPILE 'atmw_intel' [16:18, 14:26] ( 5 warnings 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [14:01, 02:54](1879 MB) - -PASS -- COMPILE 'atmaero_intel' [14:16, 12:51] ( 5 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [19:02, 06:27](3099 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [17:02, 07:28](2988 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [15:57, 07:05](2995 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [12:16, 10:35] ( 887 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [27:53, 18:13](4439 MB) - -PASS -- COMPILE 'atm_fbh_intel' [16:16, 14:38] ( 8 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [18:37, 09:31](796 MB) +PASS -- COMPILE 's2swa_32bit_intel' [27:15, 25:44] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [21:09, 12:55](3186 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [28:15, 26:33] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:45, 14:17](1899 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:53, 14:46](1946 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:13, 07:11](1074 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:05, 15:42](1883 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [24:17, 22:50] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:59, 14:01](1895 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [22:16, 20:28] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [39:03, 28:21](1921 MB) + +PASS -- COMPILE 's2swa_intel' [26:19, 24:51] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [29:16, 16:25](3213 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [29:16, 16:23](3213 MB) +PASS -- TEST 'cpld_restart_p8_intel' [21:11, 09:46](3140 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [31:06, 16:29](3232 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [19:22, 10:05](3159 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [23:27, 14:23](3464 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [28:53, 16:25](3210 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [23:30, 13:58](3156 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [29:16, 16:16](3215 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:07, 10:39](3491 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:24, 11:20](3596 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [33:05, 21:22](4257 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [23:25, 12:26](4354 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [18:52, 10:11](3189 MB) + +PASS -- COMPILE 's2sw_intel' [24:17, 22:20] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [19:25, 08:20](1919 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [24:37, 12:53](1971 MB) + +PASS -- COMPILE 's2swa_debug_intel' [18:15, 16:44] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [36:25, 23:08](3265 MB) + +PASS -- COMPILE 's2sw_debug_intel' [20:14, 18:36] ( 1415 warnings 1197 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [22:18, 10:23](1944 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:19, 15:33] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:20, 05:29](1964 MB) + +PASS -- COMPILE 's2s_intel' [21:18, 20:01] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [14:31, 05:39](2869 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [11:29, 02:32](2882 MB) +PASS -- TEST 'cpld_restart_c48_intel' [09:16, 01:00](2291 MB) + +PASS -- COMPILE 's2swa_faster_intel' [27:13, 25:13] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [22:34, 19:56](3211 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:23, 21:54] ( 6 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [31:08, 27:49](1911 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [16:38, 12:25](1101 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:23, 29:20](1900 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [15:12, 13:34] ( 1525 warnings 1936 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [39:10, 30:31](1946 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:17, 14:57] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [05:20, 03:54](652 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:52, 04:04](1551 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [09:00, 06:56](1560 MB) +PASS -- TEST 'control_latlon_intel' [07:43, 05:41](1553 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:12, 05:52](1560 MB) +PASS -- TEST 'control_c48_intel' [11:54, 09:57](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:00, 07:03](695 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [17:53, 15:54](1573 MB) +PASS -- TEST 'control_c192_intel' [17:52, 15:30](1690 MB) +PASS -- TEST 'control_c384_intel' [31:41, 24:14](1970 MB) +PASS -- TEST 'control_c384gdas_intel' [24:22, 15:17](1169 MB) +PASS -- TEST 'control_stochy_intel' [08:47, 02:22](608 MB) +PASS -- TEST 'control_stochy_restart_intel' [08:42, 01:35](415 MB) +PASS -- TEST 'control_lndp_intel' [08:44, 02:12](609 MB) +PASS -- TEST 'control_iovr4_intel' [04:35, 02:52](608 MB) +PASS -- TEST 'control_iovr5_intel' [04:38, 02:52](608 MB) +PASS -- TEST 'control_p8_intel' [12:26, 04:48](1853 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:59, 03:55](1846 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [11:28, 04:02](1848 MB) +PASS -- TEST 'control_restart_p8_intel' [04:35, 02:06](1000 MB) +PASS -- TEST 'control_noqr_p8_intel' [12:23, 04:51](1840 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:31, 02:19](1008 MB) +PASS -- TEST 'control_decomp_p8_intel' [12:33, 04:44](1845 MB) +PASS -- TEST 'control_2threads_p8_intel' [11:44, 04:05](1924 MB) +PASS -- TEST 'control_p8_lndp_intel' [15:44, 07:13](1849 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [15:14, 04:58](1895 MB) +PASS -- TEST 'control_p8_mynn_intel' [12:43, 03:58](1848 MB) +PASS -- TEST 'merra2_thompson_intel' [13:51, 04:19](1847 MB) +PASS -- TEST 'regional_control_intel' [07:46, 05:10](883 MB) +PASS -- TEST 'regional_restart_intel' [04:39, 02:38](862 MB) +PASS -- TEST 'regional_decomp_intel' [11:50, 05:13](886 MB) +PASS -- TEST 'regional_2threads_intel' [09:48, 03:09](1013 MB) +PASS -- TEST 'regional_noquilt_intel' [10:59, 04:49](1207 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [11:05, 05:03](884 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:52, 05:02](876 MB) +PASS -- TEST 'regional_wofs_intel' [09:50, 06:42](1571 MB) + +PASS -- COMPILE 'rrfs_intel' [15:14, 13:51] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [17:27, 07:10](986 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:22, 04:16](1169 MB) +PASS -- TEST 'rap_decomp_intel' [17:28, 07:10](990 MB) +PASS -- TEST 'rap_2threads_intel' [16:53, 06:31](1072 MB) +PASS -- TEST 'rap_restart_intel' [06:26, 04:03](873 MB) +PASS -- TEST 'rap_sfcdiff_intel' [17:29, 07:05](988 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [17:28, 07:25](989 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:23, 05:03](877 MB) +PASS -- TEST 'hrrr_control_intel' [10:21, 03:58](987 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [10:21, 04:04](987 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:17, 03:21](1064 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:36, 02:13](816 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:24, 07:08](986 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:41, 08:49](1948 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:36, 08:38](1933 MB) + +PASS -- COMPILE 'csawmg_intel' [14:11, 12:59] ( 5 warnings ) +PASS -- TEST 'control_csawmg_intel' [08:47, 06:41](942 MB) +PASS -- TEST 'control_ras_intel' [05:33, 03:41](644 MB) + +PASS -- COMPILE 'wam_intel' [16:11, 14:31] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [15:09, 12:19](1640 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [18:13, 16:18] ( 5 warnings 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:48, 03:51](1851 MB) +PASS -- TEST 'regional_control_faster_intel' [07:13, 04:43](863 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:16, 16:48] ( 887 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:13, 03:24](1582 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:29, 03:03](1582 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:55, 03:17](784 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:54, 03:19](782 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:13, 04:38](1085 MB) +PASS -- TEST 'control_ras_debug_intel' [04:35, 03:02](793 MB) +PASS -- TEST 'control_diag_debug_intel' [06:27, 03:34](1643 MB) +PASS -- TEST 'control_debug_p8_intel' [06:20, 03:20](1876 MB) +PASS -- TEST 'regional_debug_intel' [19:23, 16:21](892 MB) +PASS -- TEST 'rap_control_debug_intel' [07:49, 05:18](1170 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:44, 05:23](1158 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:45, 05:35](1162 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:50, 05:35](1162 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:01, 05:30](1163 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:10, 05:37](1249 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:43, 05:28](1164 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:39, 05:36](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [07:44, 05:27](1165 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:49, 05:16](1163 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:48, 05:00](1159 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:48, 05:37](1161 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:47, 07:58](1159 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:51, 05:13](1161 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:48, 05:28](1166 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:54, 05:29](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:27, 08:30](1171 MB) + +PASS -- COMPILE 'wam_debug_intel' [11:14, 09:31] ( 842 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:44, 13:32](1663 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:15, 12:55] ( 8 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:44, 03:58](1038 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:21, 06:15](866 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:23, 03:31](868 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:27, 05:20](920 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:00, 02:47](914 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:09, 04:01](860 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [18:19, 04:39](781 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:43, 01:59](749 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [23:18, 21:23] ( 8 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:05, 02:36](1077 MB) +PASS -- TEST 'conus13km_2threads_intel' [14:36, 01:10](1062 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [15:36, 01:51](955 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [18:20, 16:49] ( 8 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:17, 04:29](894 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:15, 09:44] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:45, 05:11](1041 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:49, 05:09](1041 MB) +PASS -- TEST 'conus13km_debug_intel' [16:20, 13:41](1127 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:37, 14:03](801 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:36, 08:00](1115 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:38, 13:39](1193 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [16:16, 14:28] ( 790 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:33, 05:07](1064 MB) + +PASS -- COMPILE 'hafsw_intel' [22:15, 20:12] ( 6 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:40, 05:18](716 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:52, 04:41](1083 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [12:02, 08:05](745 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:43, 11:34](772 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:13, 13:21](796 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:26, 05:26](474 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:43, 07:03](502 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:11, 02:57](395 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:53, 07:50](490 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:54, 03:55](508 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [17:26, 03:45](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [18:46, 04:44](585 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:57, 01:36](424 MB) +PASS -- TEST 'gnv1_nested_intel' [21:33, 06:18](1700 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [16:18, 14:47] ( 1467 warnings 1469 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [29:23, 12:58](613 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [19:13, 17:31] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [21:55, 07:45](630 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [25:08, 08:43](810 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [21:15, 19:20] ( 5 warnings 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [22:46, 06:11](809 MB) + +PASS -- COMPILE 'hafs_all_intel' [22:15, 20:48] ( 5 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [21:57, 06:36](735 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [22:48, 06:43](719 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [38:32, 20:11](894 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [17:12, 15:52] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [16:27, 02:43](751 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:57, 01:36](753 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [19:54, 02:38](642 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [19:31, 02:28](643 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [18:37, 02:30](643 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [18:37, 02:37](752 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [18:38, 02:37](751 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [17:35, 02:27](643 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [19:33, 06:08](694 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [19:37, 06:15](671 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [14:23, 02:37](763 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [15:35, 04:53](2032 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [15:36, 04:40](2033 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [13:16, 11:42] ( 7 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [16:29, 05:32](748 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [14:17, 12:47] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [12:37, 02:37](751 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:15, 03:41] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [11:41, 01:55](322 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:41, 01:22](460 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:59, 01:27](462 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [05:14, 03:18] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [10:31, 00:40](445 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [04:43, 00:41](255 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:11, 14:21] ( 5 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:57, 04:15](1917 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:12, 13:42] ( 6 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [15:27, 08:42](1901 MB) + +PASS -- COMPILE 'atml_intel' [17:18, 15:21] ( 13 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [14:39, 09:38](1876 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [14:31, 09:34](1880 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [08:47, 04:48](1014 MB) + +PASS -- COMPILE 'atml_debug_intel' [13:14, 12:09] ( 885 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [11:26, 07:33](1903 MB) + +PASS -- COMPILE 'atmw_intel' [15:15, 13:11] ( 5 warnings 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [06:05, 03:21](1878 MB) + +PASS -- COMPILE 'atmaero_intel' [13:12, 11:49] ( 5 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:02, 07:05](3099 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:10, 08:01](2989 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:41, 08:29](2995 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [11:15, 09:36] ( 887 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [23:50, 18:23](4439 MB) + +PASS -- COMPILE 'atm_fbh_intel' [14:11, 13:06] ( 8 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [12:28, 09:34](829 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [24:16, 22:24] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [18:41, 14:33](1900 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [13:12, 11:30] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [33:28, 28:51](1931 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [22:16, 20:12] +PASS -- TEST 'cpld_control_sfs_intelllvm' [17:59, 14:03](1893 MB) + +PASS -- COMPILE 's2swa_intelllvm' [17:17, 16:03] +PASS -- TEST 'cpld_control_p8_intelllvm' [22:01, 16:46](3216 MB) SYNOPSIS: -Starting Date/Time: 20241018 20:22:24 -Ending Date/Time: 20241018 22:32:42 -Total Time: 02h:11m:17s -Compiles Completed: 43/43 -Tests Completed: 188/188 +Starting Date/Time: 20241204 08:58:37 +Ending Date/Time: 20241204 11:27:16 +Total Time: 02h:30m:33s +Compiles Completed: 47/47 +Tests Completed: 193/193 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 9e0e5f5b84..ed7ace41c4 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -419,4 +419,4 @@ If you are using this log as a pull request verification, please commit 'test_ch Result: FAILURE -====END OF HERA REGRESSION TESTING LOG==== +====END OF HERA REGRESSION TESTING LOG==== \ No newline at end of file diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 644a1f611f..32045bdc51 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,23 +1,23 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -6bd7ea845b22492c06f61a14c242fce7da453a15 +1e6fc62a38e1b61538e203a7f297583333a18d2a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 8e8df02db4fda01cb4cb63c13164e833c8280931 FV3 (remotes/origin/cubed_sphere_chunks) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 8c8b60498ec463ea2d3d5b79950c6b47f4af3e34 FV3/ccpp/framework (v0.1.0-1703-g8c8b604) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,380 +38,387 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241011 -COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_202469 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /work2/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_3083472 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [12:16, 12:16] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:39, 07:54](2129 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:16, 17:16] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [14:13, 13:23](1989 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:15, 14:07](2325 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:29, 06:34](1343 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:08, 15:11](1897 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:30, 20:30] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [13:23, 13:04](1985 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:52, 06:51] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:23, 22:28](1969 MB) - -PASS -- COMPILE 's2swa_intel' [12:44, 12:44] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:45, 07:59](2203 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:50, 08:04](2210 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:25, 04:36](1971 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:19, 08:13](2224 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:32, 04:32](1730 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:31, 08:43](2544 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:47, 08:07](2202 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:29, 06:40](2093 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:53, 08:00](2201 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [17:22, 16:08](2972 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [07:38, 05:55](2906 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [14:30, 09:44](3823 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [11:33, 05:23](3627 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:03, 05:19](2124 MB) - -PASS -- COMPILE 's2sw_intel' [12:09, 12:09] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:53, 07:14](2006 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:37, 06:54](2059 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:49, 05:49] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:40, 11:52](2234 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:09, 05:09] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:14, 08:29](2057 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [10:09, 10:09] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [04:58, 04:06](2065 MB) - -PASS -- COMPILE 's2s_intel' [10:24, 10:23] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [06:23, 05:56](3039 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [02:32, 02:03](3034 MB) -PASS -- TEST 'cpld_restart_c48_intel' [01:41, 01:10](2481 MB) - -PASS -- COMPILE 's2swa_faster_intel' [12:31, 12:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:31, 07:44](2206 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:53, 15:52] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:21, 13:52](2079 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:39, 06:51](1401 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:03, 15:25](2000 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:34, 04:34] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:37, 23:56](2003 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [09:09, 09:08] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [03:08, 02:55](708 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:09, 02:47](1595 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:13, 02:46](1595 MB) -PASS -- TEST 'control_latlon_intel' [03:02, 02:44](1589 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:18, 02:48](1583 MB) -PASS -- TEST 'control_c48_intel' [11:08, 10:41](1707 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:06, 05:53](838 MB) -PASS -- TEST 'control_c192_intel' [10:50, 10:17](1778 MB) -PASS -- TEST 'control_c384_intel' [13:00, 11:53](2018 MB) -PASS -- TEST 'control_c384gdas_intel' [08:58, 07:31](1486 MB) -PASS -- TEST 'control_stochy_intel' [01:37, 01:27](659 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:10, 00:54](534 MB) -PASS -- TEST 'control_lndp_intel' [01:37, 01:23](670 MB) -PASS -- TEST 'control_iovr4_intel' [02:27, 02:12](654 MB) -PASS -- TEST 'control_iovr5_intel' [02:20, 02:09](657 MB) -PASS -- TEST 'control_p8_intel' [03:48, 03:09](1876 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:23, 02:41](1893 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:55, 03:12](1887 MB) -PASS -- TEST 'control_restart_p8_intel' [02:18, 01:48](1150 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:35, 03:07](1861 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [02:42, 02:03](1209 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:52, 03:13](1862 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:37, 02:58](1962 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:18, 05:51](1880 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:25, 03:42](1963 MB) -PASS -- TEST 'control_p8_mynn_intel' [03:16, 02:42](1909 MB) -PASS -- TEST 'merra2_thompson_intel' [03:38, 02:58](1893 MB) -PASS -- TEST 'regional_control_intel' [04:51, 04:35](1191 MB) -PASS -- TEST 'regional_restart_intel' [02:52, 02:37](1167 MB) -PASS -- TEST 'regional_decomp_intel' [05:08, 04:53](1186 MB) -PASS -- TEST 'regional_2threads_intel' [03:22, 03:02](1150 MB) -PASS -- TEST 'regional_noquilt_intel' [04:49, 04:32](1519 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:02, 04:39](1194 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:52, 04:38](1180 MB) -PASS -- TEST 'regional_wofs_intel' [06:20, 06:05](2079 MB) - -PASS -- COMPILE 'rrfs_intel' [08:23, 08:23] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [07:12, 06:40](1195 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:08, 03:32](1354 MB) -PASS -- TEST 'rap_decomp_intel' [07:46, 07:13](1151 MB) -PASS -- TEST 'rap_2threads_intel' [07:02, 06:25](1340 MB) -PASS -- TEST 'rap_restart_intel' [03:59, 03:32](1131 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:23, 06:44](1179 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:31, 06:57](1155 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:47, 05:07](1195 MB) -PASS -- TEST 'hrrr_control_intel' [04:06, 03:28](1083 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:19, 03:41](1055 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:55, 04:15](1107 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:09, 01:54](1008 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:24, 06:37](1202 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:27, 08:18](1999 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:17, 08:08](2170 MB) - -PASS -- COMPILE 'csawmg_intel' [08:25, 08:25] -PASS -- TEST 'control_csawmg_intel' [06:17, 06:05](1043 MB) -PASS -- TEST 'control_ras_intel' [03:07, 02:55](825 MB) - -PASS -- COMPILE 'csawmg_gnu' [03:55, 03:55] -PASS -- TEST 'control_csawmg_gnu' [07:38, 07:24](1055 MB) - -PASS -- COMPILE 'wam_intel' [08:32, 08:32] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [10:05, 09:41](1659 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [08:36, 08:35] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:09, 02:34](1893 MB) -PASS -- TEST 'regional_control_faster_intel' [06:00, 05:47](1183 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:22, 06:21] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:10, 01:53](1628 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:13, 01:51](1611 MB) -PASS -- TEST 'control_stochy_debug_intel' [02:38, 02:32](838 MB) -PASS -- TEST 'control_lndp_debug_intel' [02:28, 02:15](842 MB) -PASS -- TEST 'control_csawmg_debug_intel' [03:53, 03:38](1150 MB) -PASS -- TEST 'control_ras_debug_intel' [02:31, 02:21](848 MB) -PASS -- TEST 'control_diag_debug_intel' [02:43, 02:17](1690 MB) -PASS -- TEST 'control_debug_p8_intel' [02:43, 02:14](1908 MB) -PASS -- TEST 'regional_debug_intel' [15:36, 15:15](1141 MB) -PASS -- TEST 'rap_control_debug_intel' [04:15, 04:06](1217 MB) -PASS -- TEST 'hrrr_control_debug_intel' [04:17, 04:05](1220 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [04:24, 04:11](1227 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [04:23, 04:10](1224 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:14, 04:06](1225 MB) -PASS -- TEST 'rap_diag_debug_intel' [04:34, 04:17](1315 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:29, 04:17](1210 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:29, 04:17](1224 MB) -PASS -- TEST 'rap_lndp_debug_intel' [04:11, 04:04](1232 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:24, 04:11](1214 MB) -PASS -- TEST 'rap_noah_debug_intel' [04:11, 04:02](1225 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [04:14, 04:07](1228 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:07, 07:00](1218 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [04:12, 04:05](1212 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:13, 05:03](1219 MB) -PASS -- TEST 'rap_flake_debug_intel' [04:16, 04:05](1233 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:50, 07:08](1230 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:31, 04:30] -PASS -- TEST 'control_csawmg_debug_gnu' [02:57, 02:39](1039 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:47, 03:47] ( 837 warnings 1 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:16, 08:15] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:28, 03:54](1213 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:51, 06:20](1154 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:53, 03:12](1019 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:38, 06:06](1275 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:29, 06:40](1029 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:10, 03:31](999 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [05:30, 04:51](1127 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:10, 01:51](962 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [08:14, 08:14] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [02:06, 01:42](1293 MB) -PASS -- TEST 'conus13km_2threads_intel' [00:58, 00:44](1192 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [01:25, 01:05](1136 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:32, 09:25] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:04, 03:46](1067 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:42, 03:42] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:16, 04:11](1105 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:12, 04:06](1101 MB) -PASS -- TEST 'conus13km_debug_intel' [12:31, 12:08](1341 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [12:31, 12:07](991 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [07:51, 07:29](1247 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [12:26, 12:05](1437 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:04, 04:04] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:51, 04:44](1169 MB) - -PASS -- COMPILE 'hafsw_intel' [09:47, 09:46] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [06:09, 05:15](857 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:23, 05:11](1259 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:53, 06:48](919 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [15:44, 14:44](962 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:53, 16:38](970 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:34, 05:56](594 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:58, 07:51](604 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:31, 02:54](428 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:15, 08:26](544 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:51, 04:13](598 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:48, 04:03](602 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:07, 05:13](661 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:13](449 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:54, 05:54] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:57, 12:10](639 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:31, 11:31] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:03, 16:13](735 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [17:13, 16:18](838 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:00, 10:00] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [12:06, 10:41](804 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:19, 10:19] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [08:01, 07:09](918 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:07, 07:13](898 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:21, 16:43](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [07:05, 07:05] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:13, 03:06](1147 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:50, 01:44](1107 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:16, 02:10](1013 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:47, 02:42](1011 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:12, 02:07](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:07, 03:03](1140 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:51, 02:46](1153 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:03, 02:59](1014 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:56, 05:13](1171 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:45, 05:00](1147 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:19, 02:16](1132 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:15, 03:08](2447 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:10, 04:06](2426 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [02:59, 02:59] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:21, 05:12](1075 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [05:22, 05:21] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:04, 02:59](1124 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [00:46, 00:45] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:16, 00:57](329 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:13, 01:00](572 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:55, 00:38](569 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 11:11] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:12, 03:24](2017 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [11:21, 11:21] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [04:23, 03:40](1992 MB) - -PASS -- COMPILE 'atml_intel' [11:25, 11:24] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:34, 05:37](1895 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [06:38, 05:41](1891 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:51, 03:11](1141 MB) - -PASS -- COMPILE 'atml_debug_intel' [04:45, 04:45] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:29, 05:11](1928 MB) - -PASS -- COMPILE 'atmw_intel' [09:40, 09:40] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:33, 01:45](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [08:43, 08:43] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:37, 03:56](2006 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:18, 04:34](1773 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:17, 04:47](1790 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [03:34, 03:33] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [18:50, 17:28](4511 MB) - -PASS -- COMPILE 'atm_gnu' [04:16, 04:16] -PASS -- TEST 'control_c48_gnu' [09:50, 09:13](1498 MB) -PASS -- TEST 'control_stochy_gnu' [02:43, 02:32](718 MB) -PASS -- TEST 'control_ras_gnu' [04:16, 04:01](722 MB) -PASS -- TEST 'control_p8_gnu' [05:10, 04:25](1746 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:57, 04:20](1717 MB) -PASS -- TEST 'control_flake_gnu' [04:57, 04:42](806 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:14, 04:14] -PASS -- TEST 'rap_control_gnu' [08:40, 08:04](1075 MB) -PASS -- TEST 'rap_decomp_gnu' [08:42, 08:06](1072 MB) -PASS -- TEST 'rap_2threads_gnu' [08:11, 07:34](1133 MB) -PASS -- TEST 'rap_restart_gnu' [05:11, 04:22](879 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [08:57, 08:18](1072 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [08:57, 08:17](1071 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:35, 05:54](877 MB) -PASS -- TEST 'hrrr_control_gnu' [04:54, 04:13](1060 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [04:55, 04:21](1128 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [04:22, 03:42](1033 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:00, 04:22](1064 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:37, 02:17](876 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:36, 02:20](925 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:32, 07:46](1069 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:16, 06:15] -PASS -- TEST 'control_diag_debug_gnu' [01:51, 01:23](1620 MB) -PASS -- TEST 'regional_debug_gnu' [07:07, 06:46](1129 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:19, 02:10](1092 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:13, 02:05](1084 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:16, 02:06](1087 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [02:30, 02:17](1090 MB) -PASS -- TEST 'rap_diag_debug_gnu' [02:40, 02:23](1265 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:28, 03:19](1087 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:23, 02:10](1091 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:21, 02:11](1087 MB) -PASS -- TEST 'control_ras_debug_gnu' [01:22, 01:14](719 MB) -PASS -- TEST 'control_stochy_debug_gnu' [01:46, 01:36](720 MB) -PASS -- TEST 'control_debug_p8_gnu' [01:46, 01:18](1702 MB) -PASS -- TEST 'rap_flake_debug_gnu' [02:19, 02:10](1092 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:28, 02:17](1093 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:16, 03:37](1091 MB) - -PASS -- COMPILE 'wam_debug_gnu' [02:25, 02:25] -PASS -- TEST 'control_wam_debug_gnu' [06:20, 05:51](1557 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:14, 04:14] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:11, 07:37](954 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:54, 04:12](945 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:53](958 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:24, 03:35](872 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:55, 04:12](940 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:44, 06:01](852 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:42, 02:15](853 MB) -PASS -- TEST 'conus13km_control_gnu' [03:10, 02:37](1256 MB) -PASS -- TEST 'conus13km_2threads_gnu' [01:57, 01:24](1169 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [02:15, 01:39](924 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:51, 09:50] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:14, 04:49](983 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [05:54, 05:54] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:19, 02:06](966 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:15, 02:02](956 MB) -PASS -- TEST 'conus13km_debug_gnu' [06:16, 05:31](1271 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [06:31, 05:56](953 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [03:50, 03:24](1183 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:54, 05:23](1343 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:19, 07:18] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:23, 02:13](988 MB) - -PASS -- COMPILE 's2swa_gnu' [17:45, 17:45] - -PASS -- COMPILE 's2s_gnu' [16:38, 16:38] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:59, 09:13](3046 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:06, 05:06] - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:08, 17:08] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [27:06, 26:15](3063 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:16, 03:16] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:26, 12:35](2895 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [15:17, 15:16] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:39, 03:31](765 MB) - -PASS -- COMPILE 'atm_fbh_intel' [08:22, 08:21] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:24, 10:10](1084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [12:29, 12:29] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:02, 14:13](2134 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:18, 21:18] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [18:12, 17:23](1982 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:39, 18:35](2291 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:04, 07:01](1360 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:07, 23:07](1909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:14, 18:13] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [17:40, 17:12](1984 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:32, 08:31] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:21, 24:30](1956 MB) + +PASS -- COMPILE 's2swa_intel' [14:10, 14:10] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [15:02, 14:21](2205 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [15:18, 14:38](2208 MB) +PASS -- TEST 'cpld_restart_p8_intel' [10:09, 09:07](1976 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:17, 14:29](2225 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:48, 07:47](1737 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [17:10, 16:24](2567 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:12, 14:36](2194 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:08, 12:27](2097 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:03, 14:19](2205 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [16:49, 15:33](2992 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [08:03, 06:17](2929 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:24, 16:44](3858 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:09, 09:23](3647 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:39, 07:02](2119 MB) + +PASS -- COMPILE 's2sw_intel' [13:54, 13:54] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [14:07, 13:32](2014 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:01, 10:23](2106 MB) + +PASS -- COMPILE 's2swa_debug_intel' [08:10, 08:10] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [20:46, 20:03](2226 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:50, 07:47] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:26, 07:51](2047 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:30, 12:29] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:48, 05:14](2076 MB) + +PASS -- COMPILE 's2s_intel' [12:29, 12:26] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [06:23, 05:57](3036 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [02:16, 01:49](3019 MB) +PASS -- TEST 'cpld_restart_c48_intel' [01:40, 01:07](2457 MB) + +PASS -- COMPILE 's2swa_faster_intel' [12:15, 12:15] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:42, 13:51](2204 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:58, 14:58] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [24:42, 23:53](2070 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:30, 11:55](1437 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [27:34, 26:51](1992 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:15, 05:15] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:44, 27:05](2009 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [10:12, 10:12] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:08, 02:56](705 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:13, 02:50](1584 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:18, 02:52](1593 MB) +PASS -- TEST 'control_latlon_intel' [03:06, 02:47](1586 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:15, 02:48](1583 MB) +PASS -- TEST 'control_c48_intel' [10:57, 10:35](1705 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [06:10, 05:59](820 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:53, 10:37](1696 MB) +PASS -- TEST 'control_c192_intel' [10:47, 10:16](1768 MB) +PASS -- TEST 'control_c384_intel' [13:03, 11:57](2007 MB) +PASS -- TEST 'control_c384gdas_intel' [08:45, 07:21](1483 MB) +PASS -- TEST 'control_stochy_intel' [01:41, 01:29](663 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:09, 00:55](530 MB) +PASS -- TEST 'control_lndp_intel' [01:36, 01:23](665 MB) +PASS -- TEST 'control_iovr4_intel' [02:33, 02:16](662 MB) +PASS -- TEST 'control_iovr5_intel' [02:23, 02:11](667 MB) +PASS -- TEST 'control_p8_intel' [04:01, 03:18](1882 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [03:34, 02:54](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:48, 03:08](1888 MB) +PASS -- TEST 'control_restart_p8_intel' [02:37, 01:52](1147 MB) +PASS -- TEST 'control_noqr_p8_intel' [03:46, 03:09](1869 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [02:39, 01:54](1207 MB) +PASS -- TEST 'control_decomp_p8_intel' [03:55, 03:13](1864 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:44, 03:00](1953 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:25, 07:04](1873 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:29, 03:43](1971 MB) +PASS -- TEST 'control_p8_mynn_intel' [03:28, 02:44](1901 MB) +PASS -- TEST 'merra2_thompson_intel' [03:58, 03:09](1914 MB) +PASS -- TEST 'regional_control_intel' [04:53, 04:38](1220 MB) +PASS -- TEST 'regional_restart_intel' [02:48, 02:36](1185 MB) +PASS -- TEST 'regional_decomp_intel' [05:08, 04:50](1210 MB) +PASS -- TEST 'regional_2threads_intel' [03:16, 02:58](1181 MB) +PASS -- TEST 'regional_noquilt_intel' [04:53, 04:33](1549 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [04:55, 04:37](1224 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:09, 04:41](1225 MB) +PASS -- TEST 'regional_wofs_intel' [06:26, 06:06](2079 MB) + +PASS -- COMPILE 'rrfs_intel' [09:23, 09:23] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:26, 06:49](1194 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:13, 03:36](1375 MB) +PASS -- TEST 'rap_decomp_intel' [07:43, 07:05](1153 MB) +PASS -- TEST 'rap_2threads_intel' [07:03, 06:25](1378 MB) +PASS -- TEST 'rap_restart_intel' [04:22, 03:37](1116 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:10, 06:35](1202 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:41, 07:03](1144 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [05:59, 05:13](1181 MB) +PASS -- TEST 'hrrr_control_intel' [04:08, 03:29](1073 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:15, 03:32](1047 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [09:04, 08:22](1122 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:14, 01:57](1013 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:27, 06:46](1226 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:07, 09:43](2000 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:12, 09:03](2174 MB) + +PASS -- COMPILE 'csawmg_intel' [08:19, 08:19] +PASS -- TEST 'control_csawmg_intel' [05:51, 05:31](1054 MB) +PASS -- TEST 'control_ras_intel' [03:08, 02:58](824 MB) + +PASS -- COMPILE 'wam_intel' [08:28, 08:28] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [10:28, 10:02](1660 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [08:49, 08:49] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [03:00, 02:25](1893 MB) +PASS -- TEST 'regional_control_faster_intel' [04:43, 04:24](1226 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:03, 06:03] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:23, 01:56](1604 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:25, 01:55](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [02:47, 02:40](835 MB) +PASS -- TEST 'control_lndp_debug_intel' [02:39, 02:28](840 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:01, 04:45](1149 MB) +PASS -- TEST 'control_ras_debug_intel' [02:43, 02:32](842 MB) +PASS -- TEST 'control_diag_debug_intel' [02:55, 02:30](1700 MB) +PASS -- TEST 'control_debug_p8_intel' [02:42, 02:18](1914 MB) +PASS -- TEST 'regional_debug_intel' [15:39, 15:18](1157 MB) +PASS -- TEST 'rap_control_debug_intel' [04:39, 04:27](1234 MB) +PASS -- TEST 'hrrr_control_debug_intel' [04:40, 04:29](1214 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [04:35, 04:24](1229 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [04:27, 04:15](1227 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [04:30, 04:18](1233 MB) +PASS -- TEST 'rap_diag_debug_intel' [04:55, 04:37](1307 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [04:49, 04:34](1231 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [04:36, 04:27](1231 MB) +PASS -- TEST 'rap_lndp_debug_intel' [04:38, 04:29](1232 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [04:23, 04:16](1225 MB) +PASS -- TEST 'rap_noah_debug_intel' [04:23, 04:16](1223 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [04:41, 04:30](1226 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:20, 07:10](1225 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [04:31, 04:24](1218 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [04:32, 04:21](1223 MB) +PASS -- TEST 'rap_flake_debug_intel' [04:29, 04:17](1228 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:31, 07:50](1233 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:14, 05:13] +PASS -- TEST 'control_csawmg_debug_gnu' [02:41, 02:22](1043 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:53, 04:53] ( 837 warnings 1 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:02, 09:01] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [03:58, 03:21](1248 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:09, 05:35](1192 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:45, 02:59](1036 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:55, 05:16](1275 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:28, 07:43](1044 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [03:57, 03:13](988 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:54, 04:14](1119 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:02, 01:40](953 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:07, 09:07] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:08, 01:42](1285 MB) +PASS -- TEST 'conus13km_2threads_intel' [01:12, 00:46](1190 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [01:31, 01:06](1138 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:48, 08:48] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:17, 03:52](1067 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:14, 04:14] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [04:57, 04:46](1101 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:54, 04:41](1104 MB) +PASS -- TEST 'conus13km_debug_intel' [12:26, 11:57](1338 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [12:28, 12:04](986 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [08:33, 08:14](1252 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [22:58, 22:37](1400 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:13, 04:13] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [04:17, 04:06](1161 MB) + +PASS -- COMPILE 'hafsw_intel' [09:58, 09:58] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:13, 05:21](857 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:42, 05:28](1264 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:31, 06:26](942 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:51, 14:55](942 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:20, 17:10](975 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:15, 05:35](603 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:17, 07:09](608 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:07, 02:36](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:10, 07:33](543 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:41, 04:06](604 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:20, 03:43](609 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:37, 04:55](655 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:29, 01:14](446 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:32, 04:32] ( 1462 warnings 1490 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [12:15, 11:37](630 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:45, 09:45] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:45, 17:52](736 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [19:20, 18:29](835 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:13, 11:13] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:18, 12:09](820 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:39, 10:39] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:28, 05:36](923 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:28, 05:36](925 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [17:07, 16:34](1340 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:31, 07:31] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:26, 02:20](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [01:25, 01:19](1111 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:11, 02:06](1020 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:11, 02:05](1023 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:15, 02:10](1024 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:26, 02:20](1131 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:15, 02:10](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:11, 02:07](1008 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [05:26, 04:53](1167 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [05:27, 04:54](1154 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:09, 03:06](1139 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [03:10, 03:01](2419 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [03:18, 03:13](2409 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:18, 04:18] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:58, 09:53](1071 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:08, 06:08] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:15, 02:09](1128 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [00:57, 00:56] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:08, 00:53](338 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:04, 00:52](570 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [00:50, 00:34](579 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:47, 08:47] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [03:48, 03:15](2020 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [09:44, 09:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:48, 07:17](2035 MB) + +PASS -- COMPILE 'atml_intel' [10:20, 10:20] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [06:35, 05:51](1893 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [06:23, 05:39](1899 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:15, 02:50](1146 MB) + +PASS -- COMPILE 'atml_debug_intel' [06:07, 06:05] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:50, 05:01](1927 MB) + +PASS -- COMPILE 'atmw_intel' [10:18, 10:18] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:21, 01:46](1933 MB) + +PASS -- COMPILE 'atmaero_intel' [09:45, 09:45] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [04:30, 03:52](2014 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:08, 04:30](1786 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:07, 04:33](1787 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 04:10] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [17:47, 16:35](4517 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:30, 08:29] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [10:15, 10:04](1111 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [11:29, 11:29] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [02:57, 02:27](1145 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [02:06, 02:05] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:13, 06:08](1081 MB) + +PASS -- COMPILE 'atm_gnu' [04:39, 04:39] +PASS -- TEST 'control_c48_gnu' [08:23, 08:00](1521 MB) +PASS -- TEST 'control_stochy_gnu' [02:35, 02:25](721 MB) +PASS -- TEST 'control_ras_gnu' [04:13, 04:03](720 MB) +PASS -- TEST 'control_p8_gnu' [04:45, 04:06](1723 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:52, 04:18](1723 MB) +PASS -- TEST 'control_flake_gnu' [04:58, 04:46](810 MB) + +PASS -- COMPILE 'rrfs_gnu' [04:37, 04:36] +PASS -- TEST 'rap_control_gnu' [12:00, 11:24](1071 MB) +PASS -- TEST 'rap_decomp_gnu' [11:54, 11:16](1072 MB) +PASS -- TEST 'rap_2threads_gnu' [10:23, 09:45](1106 MB) +PASS -- TEST 'rap_restart_gnu' [06:28, 05:40](879 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:39, 11:00](1072 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [12:25, 11:45](1075 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [09:33, 08:46](876 MB) +PASS -- TEST 'hrrr_control_gnu' [06:24, 05:44](1060 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:12, 05:39](1128 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:20, 04:35](1033 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:25, 05:47](1055 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:07, 02:48](879 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:12, 02:54](925 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [11:36, 10:56](1069 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:01, 04:00] +PASS -- TEST 'control_csawmg_gnu' [09:52, 09:21](1052 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:49, 06:49] +PASS -- TEST 'control_diag_debug_gnu' [01:47, 01:16](1618 MB) +PASS -- TEST 'regional_debug_gnu' [07:17, 06:58](1133 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:07, 02:53](1091 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:25, 02:14](1083 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:09, 02:02](1087 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [02:24, 02:13](1097 MB) +PASS -- TEST 'rap_diag_debug_gnu' [02:33, 02:17](1263 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [03:39, 03:31](1087 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:21, 02:11](1089 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [02:27, 02:17](1083 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:19, 01:12](722 MB) +PASS -- TEST 'control_stochy_debug_gnu' [01:32, 01:25](718 MB) +PASS -- TEST 'control_debug_p8_gnu' [01:50, 01:28](1700 MB) +PASS -- TEST 'rap_flake_debug_gnu' [02:13, 02:03](1094 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [02:26, 02:12](1090 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:08, 03:33](1093 MB) + +PASS -- COMPILE 'wam_debug_gnu' [02:56, 02:55] +PASS -- TEST 'control_wam_debug_gnu' [05:51, 05:25](1551 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:17, 04:17] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [08:22, 07:46](952 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:47, 04:01](940 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:20, 06:45](962 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:24, 03:35](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:45, 03:58](946 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [06:15, 05:34](853 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:27, 02:07](856 MB) +PASS -- TEST 'conus13km_control_gnu' [03:04, 02:35](1256 MB) +PASS -- TEST 'conus13km_2threads_gnu' [01:30, 01:09](1166 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [01:51, 01:30](945 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:53, 09:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:53, 05:32](982 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [09:07, 09:07] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:46, 02:35](966 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:12, 02:03](957 MB) +PASS -- TEST 'conus13km_debug_gnu' [05:40, 05:18](1281 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [06:09, 05:47](948 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [03:59, 03:37](1176 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [05:46, 05:24](1342 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [09:35, 09:35] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:13, 02:05](989 MB) + +PASS -- COMPILE 's2swa_gnu' [19:19, 19:18] + +PASS -- COMPILE 's2s_gnu' [17:55, 17:55] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [14:45, 14:00](3068 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:41, 03:41] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:08, 16:07] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [40:32, 39:47](2905 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:19, 04:19] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [15:43, 15:03](3068 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [14:57, 14:57] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [02:32, 02:27](773 MB) SYNOPSIS: -Starting Date/Time: 20241018 18:47:06 -Ending Date/Time: 20241018 23:18:34 -Total Time: 04h:32m:06s -Compiles Completed: 58/58 -Tests Completed: 245/245 +Starting Date/Time: 20241204 08:00:56 +Ending Date/Time: 20241204 13:21:26 +Total Time: 05h:21m:07s +Compiles Completed: 60/60 +Tests Completed: 248/248 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_jet.log b/tests/logs/RegressionTests_jet.log index d4e14d11fd..1e223c75ea 100644 --- a/tests/logs/RegressionTests_jet.log +++ b/tests/logs/RegressionTests_jet.log @@ -1,23 +1,23 @@ ====START OF JET REGRESSION TESTING LOG==== UFSWM hash used in testing: -a548dfb95738d53c36144e4a347eff7c9a786284 +1e6fc62a38e1b61538e203a7f297583333a18d2a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) - 0609c42d5345afdf69c41d476e86a35f41050764 CMEPS-interface/CMEPS (cmeps_v0.4.1-2348-g0609c42) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 1aba87cb308fb52912e7fe6dd6b53d0ce7077554 FV3 (heads/develop) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 0f8232724975c13289cad390c9a71fa2c6a9bff4 FV3/ccpp/framework (2024-07-11-dev) - 5a363134a77535f35594e56b58ba1e6141a23d2b FV3/ccpp/physics (EP4-884-g5a363134) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,259 +38,329 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241001 -COMPARISON DIRECTORY: /lfs5/HFIP/h-nems/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_16794 +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_2769968 RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: h-nems -* (-l) - USE CONFIG FILE: rt.conf +* (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [59:16, 42:26] ( 1 warnings 1380 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [51:30, 08:09](2022 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [04:12, 47:56] ( 1 warnings 1427 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:33, 20:43](1888 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [07:39, 21:54](2012 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [55:31, 10:18](1140 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:21, 23:45](1854 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [05:17, 48:26] ( 1 warnings 1424 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:12, 20:21](1888 MB) - -PASS -- COMPILE 's2swa_intel' [59:11, 42:31] ( 1 warnings 1399 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [52:23, 09:44](2067 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [52:41, 09:52](2069 MB) -PASS -- TEST 'cpld_restart_p8_intel' [25:29, 05:26](1720 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [52:25, 09:50](2083 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [25:29, 05:30](1732 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [45:13, 09:17](2313 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [53:15, 09:57](2062 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [44:33, 08:11](2013 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [45:38, 09:46](2063 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [50:31, 07:00](2027 MB) - -PASS -- COMPILE 's2sw_intel' [57:10, 40:58] ( 1 warnings 1284 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [45:41, 07:25](1904 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [47:49, 09:29](1968 MB) - -PASS -- COMPILE 's2swa_debug_intel' [43:58, 06:20] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [40:53, 16:27](2079 MB) - -PASS -- COMPILE 's2sw_debug_intel' [48:57, 05:48] ( 1413 warnings 1228 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [35:16, 11:22](1922 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [19:01, 36:12] ( 1010 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [58:32, 05:36](1960 MB) - -PASS -- COMPILE 's2s_intel' [38:07, 37:17] ( 1 warnings 1033 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [39:10, 10:23](3008 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [32:07, 03:30](3018 MB) -PASS -- TEST 'cpld_restart_c48_intel' [10:51, 01:59](2463 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:08, 11:34] ( 1 warnings 1615 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:29, 09:17](2066 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [10:21, 46:21] ( 1 warnings 1344 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [40:31, 20:55](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [21:28, 10:00](1120 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:23, 22:24](1893 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [29:15, 06:02] ( 1523 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [27:38, 33:34](1941 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [29:23, 36:23] ( 1 warnings 1116 remarks ) -PASS -- TEST 'control_flake_intel' [14:25, 04:17](654 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [16:44, 04:09](1540 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [16:49, 04:20](1542 MB) -PASS -- TEST 'control_latlon_intel' [17:44, 04:10](1556 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [16:52, 04:25](1532 MB) -PASS -- TEST 'control_c48_intel' [31:56, 18:06](1699 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [23:38, 10:11](829 MB) -PASS -- TEST 'control_c192_intel' [28:03, 15:45](1694 MB) -PASS -- TEST 'control_c384_intel' [32:03, 23:00](1816 MB) -PASS -- TEST 'control_c384gdas_intel' [24:49, 13:14](1026 MB) -PASS -- TEST 'control_stochy_intel' [12:25, 02:04](601 MB) -PASS -- TEST 'control_stochy_restart_intel' [11:26, 01:17](441 MB) -PASS -- TEST 'control_lndp_intel' [12:26, 01:59](601 MB) -PASS -- TEST 'control_iovr4_intel' [13:28, 03:10](603 MB) -PASS -- TEST 'control_iovr5_intel' [12:30, 03:15](606 MB) -PASS -- TEST 'control_p8_intel' [13:58, 04:44](1836 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [12:15, 03:57](1830 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [12:53, 04:39](1835 MB) -PASS -- TEST 'control_restart_p8_intel' [09:47, 02:42](1054 MB) -PASS -- TEST 'control_noqr_p8_intel' [12:05, 04:37](1819 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [09:51, 02:39](1072 MB) -PASS -- TEST 'control_decomp_p8_intel' [09:55, 04:46](1816 MB) -PASS -- TEST 'control_2threads_p8_intel' [09:54, 04:28](1913 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:47, 08:33](1832 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:52, 05:08](1893 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:59, 03:56](1846 MB) -PASS -- TEST 'merra2_thompson_intel' [17:00, 04:19](1841 MB) -PASS -- TEST 'regional_control_intel' [17:43, 07:08](1005 MB) -PASS -- TEST 'regional_restart_intel' [09:38, 03:50](1009 MB) -PASS -- TEST 'regional_decomp_intel' [17:40, 07:33](996 MB) -PASS -- TEST 'regional_2threads_intel' [06:37, 04:16](995 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [16:49, 07:12](1000 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [16:40, 07:08](1009 MB) - -PASS -- COMPILE 'rrfs_intel' [26:26, 34:20] ( 3 warnings 1092 remarks ) -PASS -- TEST 'rap_control_intel' [11:54, 10:10](990 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [15:10, 05:25](1177 MB) -PASS -- TEST 'rap_decomp_intel' [12:46, 10:38](979 MB) -PASS -- TEST 'rap_2threads_intel' [11:54, 09:41](1074 MB) -PASS -- TEST 'rap_restart_intel' [13:55, 05:14](987 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:54, 10:05](983 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:42, 10:40](986 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [14:51, 07:28](991 MB) -PASS -- TEST 'hrrr_control_intel' [07:43, 05:09](989 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:43, 05:17](982 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:52, 04:47](1047 MB) -PASS -- TEST 'hrrr_control_restart_intel' [09:32, 02:43](908 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:08, 10:06](982 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [15:32, 13:27](1929 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:31, 12:59](1931 MB) - -PASS -- COMPILE 'csawmg_intel' [02:20, 34:17] ( 1091 remarks ) -PASS -- TEST 'control_csawmg_intel' [17:49, 08:02](960 MB) -PASS -- TEST 'control_ras_intel' [06:31, 04:16](673 MB) - -PASS -- COMPILE 'wam_intel' [53:17, 34:42] ( 994 remarks ) -PASS -- TEST 'control_wam_intel' [23:55, 14:12](1616 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [43:18, 36:21] ( 1294 remarks ) -PASS -- TEST 'control_p8_faster_intel' [12:57, 03:42](1838 MB) -PASS -- TEST 'regional_control_faster_intel' [15:37, 06:42](998 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [10:12, 08:30] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:43, 02:50](1571 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [10:48, 02:48](1567 MB) -PASS -- TEST 'control_stochy_debug_intel' [11:24, 03:49](775 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:27, 03:28](778 MB) -PASS -- TEST 'control_csawmg_debug_intel' [12:41, 05:32](1088 MB) -PASS -- TEST 'control_ras_debug_intel' [09:26, 03:31](785 MB) -PASS -- TEST 'control_diag_debug_intel' [09:41, 03:26](1636 MB) -PASS -- TEST 'control_debug_p8_intel' [09:44, 03:11](1857 MB) -PASS -- TEST 'regional_debug_intel' [27:47, 22:02](1034 MB) -PASS -- TEST 'rap_control_debug_intel' [10:29, 06:08](1166 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:32, 06:00](1157 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:24, 06:03](1162 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [10:26, 06:06](1166 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:23, 06:08](1168 MB) -PASS -- TEST 'rap_diag_debug_intel' [10:36, 06:23](1247 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:28, 06:12](1168 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:24, 06:12](1164 MB) -PASS -- TEST 'rap_lndp_debug_intel' [08:25, 06:08](1165 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:03](1170 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:26, 05:57](1157 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:26, 06:04](1172 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:25, 10:01](1159 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:24, 05:59](1166 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [14:27, 07:24](1164 MB) -PASS -- TEST 'rap_flake_debug_intel' [12:26, 06:16](1164 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:50, 10:33](1169 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:11, 05:19] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [22:56, 16:41](1636 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:14, 30:41] ( 3 warnings 1026 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:05, 05:17](1039 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:38, 08:24](903 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:40, 04:26](866 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [11:53, 07:58](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:46, 03:58](904 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:36, 04:45](852 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:40, 06:08](891 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:29, 02:18](845 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [45:16, 31:54] ( 3 warnings 1199 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:03, 02:45](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [05:39, 01:15](1038 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [05:40, 01:32](1008 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [39:13, 31:08] ( 3 warnings 1046 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:54, 05:24](910 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:12, 05:11] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [12:25, 06:13](1043 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [12:26, 06:00](1043 MB) -PASS -- TEST 'conus13km_debug_intel' [24:58, 19:05](1134 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:58, 19:02](864 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [13:43, 10:58](1095 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:41, 18:53](1216 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [15:13, 04:59] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:26, 06:14](1081 MB) - -PASS -- COMPILE 'hafsw_intel' [46:17, 39:27] ( 1 warnings 1418 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:22, 06:42](695 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:31, 06:08](1069 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:30, 08:59](751 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [18:25, 15:54](783 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [20:38, 17:42](803 MB) -PASS -- TEST 'gnv1_nested_intel' [08:53, 05:53](1671 MB) - -PASS -- COMPILE 'hafs_all_intel' [37:16, 35:26] ( 1265 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:26, 08:36](750 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:32, 08:37](743 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [14:13, 08:11] ( 67 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:25, 03:37](1074 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:23, 02:10](1046 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:24, 03:31](948 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:25, 03:35](932 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 03:35](935 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:38](1072 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 03:39](1079 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 03:31](930 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:37](897 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:17, 07:36](850 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:21, 03:36](1057 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:25, 05:02](2376 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:24, 05:05](2431 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:12, 03:30] ( 2 warnings ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:22, 08:06](1041 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:12, 08:22] ( 70 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:22, 03:34](1063 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:13, 01:47] ( 60 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 01:07](237 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:30, 00:57](262 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [04:29, 00:40](263 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:16, 35:55] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [12:14, 04:49](1905 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [36:18, 35:08] ( 1015 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [12:20, 04:34](1895 MB) - -PASS -- COMPILE 'atml_intel' [39:17, 36:51] ( 8 warnings 1157 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [31:26, 05:32](1852 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [31:25, 05:27](1861 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:45, 03:03](1066 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:11, 06:14] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [28:13, 07:12](1881 MB) - -PASS -- COMPILE 'atmw_intel' [04:18, 36:17] ( 1260 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [24:56, 02:20](1853 MB) - -PASS -- COMPILE 'atmaero_intel' [55:18, 35:23] ( 1098 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [22:11, 05:14](1941 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [28:12, 06:12](1704 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [26:02, 06:20](1713 MB) - -PASS -- COMPILE 'atm_fbh_intel' [39:16, 31:15] ( 3 warnings 996 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:38, 15:10](1013 MB) +PASS -- COMPILE 's2swa_32bit_intel' [45:14, 43:24] ( 1 warnings 1397 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:16, 13:35](2017 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [49:14, 48:08] ( 1 warnings 1444 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [25:08, 22:52](1885 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [26:17, 24:08](2031 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:10, 09:40](1142 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [28:04, 25:52](1849 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [49:14, 47:37] ( 1 warnings 1441 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [24:45, 22:21](1876 MB) + +PASS -- COMPILE 's2swa_intel' [45:14, 43:35] ( 1 warnings 1416 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:11, 17:08](2068 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:23, 17:02](2057 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:15, 08:54](1718 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:09, 17:07](2076 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:24, 09:00](1740 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [19:04, 16:31](2327 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [20:07, 17:14](2053 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:14, 14:02](2005 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:15, 16:58](2074 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:11, 09:11](2016 MB) + +PASS -- COMPILE 's2sw_intel' [35:13, 33:49] ( 1 warnings 1301 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:17, 09:52](1894 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [16:30, 14:06](1986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:04] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [30:18, 27:28](2074 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:49] ( 1410 warnings 1216 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [14:02, 11:32](1930 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [38:13, 36:55] ( 1019 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:24, 05:29](1968 MB) + +PASS -- COMPILE 's2s_intel' [39:13, 37:32] ( 1 warnings 1042 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [12:48, 10:19](3014 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [04:48, 03:03](3011 MB) +PASS -- TEST 'cpld_restart_c48_intel' [03:48, 01:46](2455 MB) + +PASS -- COMPILE 's2swa_faster_intel' [34:18, 32:31] ( 1 warnings 1632 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [19:32, 16:18](2066 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [47:14, 45:50] ( 1 warnings 1361 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:17, 33:07](1938 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [19:20, 16:20](1137 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [41:26, 38:59](1923 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:50] ( 1520 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:08, 38:40](1941 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [39:14, 37:24] ( 1 warnings 1125 remarks ) +PASS -- TEST 'control_flake_intel' [06:30, 04:23](648 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [07:01, 04:23](1538 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:04, 04:35](1536 MB) +PASS -- TEST 'control_latlon_intel' [06:59, 04:23](1540 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [07:07, 04:28](1545 MB) +PASS -- TEST 'control_c48_intel' [20:07, 18:02](1698 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:35, 10:12](831 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [21:06, 18:15](1698 MB) +PASS -- TEST 'control_c192_intel' [18:15, 15:49](1694 MB) +PASS -- TEST 'control_c384_intel' [27:12, 23:04](1814 MB) +PASS -- TEST 'control_c384gdas_intel' [17:58, 13:17](1007 MB) +PASS -- TEST 'control_stochy_intel' [04:28, 02:09](609 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:25, 01:14](446 MB) +PASS -- TEST 'control_lndp_intel' [03:28, 02:02](607 MB) +PASS -- TEST 'control_iovr4_intel' [05:31, 03:16](601 MB) +PASS -- TEST 'control_iovr5_intel' [05:31, 03:14](605 MB) +PASS -- TEST 'control_p8_intel' [07:21, 04:56](1819 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:26, 04:10](1842 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [07:09, 04:50](1827 MB) +PASS -- TEST 'control_restart_p8_intel' [04:49, 02:35](1060 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:11, 04:48](1823 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:55, 02:31](1087 MB) +FAILED: TEST TIMED OUT -- TEST 'control_decomp_p8_intel' [, ]( MB) +PASS -- TEST 'control_2threads_p8_intel' [07:10, 04:42](1917 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:07, 08:45](1830 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [08:15, 05:18](1900 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:13, 04:10](1853 MB) +PASS -- TEST 'merra2_thompson_intel' [07:09, 04:27](1844 MB) +PASS -- TEST 'regional_control_intel' [08:57, 07:01](1046 MB) +PASS -- TEST 'regional_restart_intel' [05:36, 03:45](1018 MB) +PASS -- TEST 'regional_decomp_intel' [09:57, 07:26](1042 MB) +PASS -- TEST 'regional_2threads_intel' [06:37, 04:18](1013 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:42, 07:03](1043 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:35, 07:04](1036 MB) + +PASS -- COMPILE 'rrfs_intel' [37:14, 35:22] ( 3 warnings 1101 remarks ) +PASS -- TEST 'rap_control_intel' [12:46, 10:14](983 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:12, 05:31](1192 MB) +PASS -- TEST 'rap_decomp_intel' [12:45, 10:50](978 MB) +PASS -- TEST 'rap_2threads_intel' [11:53, 09:47](1066 MB) +PASS -- TEST 'rap_restart_intel' [07:46, 05:09](987 MB) +PASS -- TEST 'rap_sfcdiff_intel' [12:48, 10:16](993 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:49, 10:53](982 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:46, 07:32](997 MB) +PASS -- TEST 'hrrr_control_intel' [07:43, 05:20](979 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:42, 05:33](980 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:49, 04:52](1051 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:28, 02:46](911 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:56, 10:12](981 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [15:34, 13:34](1936 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [15:32, 13:09](1930 MB) + +PASS -- COMPILE 'csawmg_intel' [36:14, 35:06] ( 1099 remarks ) +PASS -- TEST 'control_csawmg_intel' [09:46, 08:03](959 MB) +PASS -- TEST 'control_ras_intel' [06:29, 04:33](669 MB) + +PASS -- COMPILE 'wam_intel' [36:14, 35:08] ( 1003 remarks ) +PASS -- TEST 'control_wam_intel' [16:40, 14:17](1616 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [39:14, 37:42] ( 1303 remarks ) +PASS -- TEST 'control_p8_faster_intel' [05:51, 03:36](1836 MB) +PASS -- TEST 'regional_control_faster_intel' [08:36, 06:35](1041 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:11, 08:25] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:48, 02:44](1565 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:54, 02:44](1561 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:29, 03:43](782 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:29, 03:21](778 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:46, 05:26](1083 MB) +PASS -- TEST 'control_ras_debug_intel' [05:29, 03:28](783 MB) +PASS -- TEST 'control_diag_debug_intel' [05:52, 03:21](1637 MB) +PASS -- TEST 'control_debug_p8_intel' [05:53, 03:16](1862 MB) +PASS -- TEST 'regional_debug_intel' [23:50, 21:57](1060 MB) +PASS -- TEST 'rap_control_debug_intel' [08:32, 06:10](1163 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 06:02](1155 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [08:32, 06:09](1156 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:32, 06:10](1166 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:32, 06:08](1159 MB) +PASS -- TEST 'rap_diag_debug_intel' [08:44, 06:25](1249 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:32, 06:09](1165 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:32, 06:19](1164 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:32, 06:13](1166 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:24, 06:05](1159 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:24, 05:58](1160 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:25, 06:04](1157 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:24, 09:58](1158 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:23, 06:04](1162 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:25, 06:06](1167 MB) +PASS -- TEST 'rap_flake_debug_intel' [07:25, 06:05](1157 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:43, 10:38](1161 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:11, 05:32] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:52, 16:28](1647 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [32:13, 30:50] ( 3 warnings 1033 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [08:05, 05:10](1059 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:34, 08:16](914 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:39, 04:20](859 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:44, 07:53](953 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:40, 03:59](904 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:39, 04:38](853 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:47, 06:12](903 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:26, 02:21](851 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [33:13, 31:58] ( 3 warnings 1207 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:52, 02:41](1102 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:38, 01:12](1041 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:40, 01:29](1012 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [33:13, 31:15] ( 3 warnings 1053 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:47, 05:25](908 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:09] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [07:29, 06:00](1043 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:28, 05:54](1042 MB) +PASS -- TEST 'conus13km_debug_intel' [19:56, 17:25](1155 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:56, 17:41](861 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [12:52, 10:10](1096 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:52, 17:38](1211 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 05:03] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:29, 06:15](1081 MB) + +PASS -- COMPILE 'hafsw_intel' [41:14, 40:05] ( 1 warnings 1435 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:25, 06:54](698 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:37, 06:09](1076 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:37, 09:05](758 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [18:30, 15:49](777 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:53, 19:02](795 MB) +PASS -- TEST 'gnv1_nested_intel' [09:50, 06:22](1664 MB) + +PASS -- COMPILE 'hafs_all_intel' [38:13, 36:42] ( 1281 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:20, 08:27](751 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:20, 08:27](746 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:11, 08:17] ( 67 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:22, 03:33](1052 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:09](1041 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:22, 03:29](943 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:22, 03:33](930 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:22, 03:33](942 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:22, 03:33](1081 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:22, 03:32](1089 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:22, 03:30](946 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:39](894 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:19, 07:35](845 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:18, 03:33](1070 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:21, 05:04](2410 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:21, 05:06](2387 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:27] ( 2 warnings ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:23, 08:07](1015 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:21] ( 70 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:25, 03:32](1060 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:11, 01:41] ( 68 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:34, 01:19](241 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:29, 01:09](263 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:40](261 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [38:13, 36:51] ( 1024 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:16, 04:46](1880 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [37:13, 35:52] ( 1 warnings 1029 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [13:03, 10:25](1911 MB) + +PASS -- COMPILE 'atml_intel' [39:14, 37:21] ( 8 warnings 1174 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:09, 05:43](1850 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:09, 05:46](1861 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:43, 03:13](1055 MB) + +PASS -- COMPILE 'atml_debug_intel' [08:11, 06:20] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:06, 07:16](1888 MB) + +PASS -- COMPILE 'atmw_intel' [38:14, 36:40] ( 1277 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:52, 02:31](1858 MB) + +PASS -- COMPILE 'atmaero_intel' [37:14, 35:39] ( 1107 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [08:01, 05:12](1933 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:59, 06:12](1725 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:49, 06:21](1715 MB) + +PASS -- COMPILE 'atm_fbh_intel' [32:13, 31:02] ( 3 warnings 1004 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [17:36, 15:11](1053 MB) SYNOPSIS: -Starting Date/Time: 20241008 20:28:25 -Ending Date/Time: 20241009 11:54:15 -Total Time: 15h:26m:25s +Starting Date/Time: 20241204 13:58:56 +Ending Date/Time: 20241204 18:19:10 +Total Time: 04h:20m:47s Compiles Completed: 37/37 -Tests Completed: 165/165 +Tests Completed: 165/166 +Failed Tests: +* TEST control_decomp_p8_intel: FAILED: TEST TIMED OUT +-- LOG: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_2769968/control_decomp_p8_intel/err + +NOTES: +A file 'test_changes.list' was generated with list of all failed tests. +You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: FAILURE + +====END OF JET REGRESSION TESTING LOG==== +====START OF JET REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +1e6fc62a38e1b61538e203a7f297583333a18d2a + +Submodule hashes used in testing: + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /lfs5/HFIP/hfv3gfs/role.epic/RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /lfs5/HFIP/hfv3gfs/Jong.Kim/RT_RUNDIRS/Jong.Kim/FV3_RT/rt_774669 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-e) - USE ECFLOW + +PASS -- COMPILE 'atm_dyn32_intel' [39:14, 38:08] ( 1 warnings 1125 remarks ) +PASS -- TEST 'control_p8_intel' [07:10, 04:46](1820 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:04, 04:48](1827 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:04, 04:30](1915 MB) + +SYNOPSIS: +Starting Date/Time: 20241204 23:54:50 +Ending Date/Time: 20241205 00:42:28 +Total Time: 00h:47m:47s +Compiles Completed: 1/1 +Tests Completed: 3/3 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_noaacloud.log b/tests/logs/RegressionTests_noaacloud.log index 2e84cdbe8c..06db26b502 100644 --- a/tests/logs/RegressionTests_noaacloud.log +++ b/tests/logs/RegressionTests_noaacloud.log @@ -1,991 +1,134 @@ -Wed Sep 13 18:53:13 UTC 2023 -Start Regression test +====START OF NOAACLOUD REGRESSION TESTING LOG==== -Testing UFSWM Hash: 181bed7dc89e0cf7792a108741ce12c0192b2245 -Testing With Submodule Hashes: +UFSWM hash used in testing: +e366ec57380a76f1da3be0364eb0473762a1cf9d + +Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) - 2aa6bfbb62ebeecd7da964b8074f6c3c41c7d1eb CDEPS-interface/CDEPS (cdeps0.4.17-38-g2aa6bfb) - 2ed3c05c3c515eb70af3a726ff392283af97c4a5 CICE-interface/CICE (CICE6.0.0-442-g2ed3c05) - c24fb5999efafffaa393b886e21780ab7fd3aa08 CMEPS-interface/CMEPS (cmeps_v0.4.1-2297-gc24fb59) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) + 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) + 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) + 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 9b5825b7a6c0c07a3d936d0222917677209a07f0 FV3 (heads/develop) - 6ea78fd79037b31a1dcdd30d8a315f6558d963e4 GOCART (sdr_v2.1.2.6-106-g6ea78fd) - 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - be40a41360b2eaed31ae86582aa57e1cf41241d5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9801-gbe40a4136) - 569e354ababbde7a7cd68647533769a5c966468d NOAHMP-interface/noahmp (v3.7.1-303-g569e354) - 59c554a12df3a04e0402ce5f17bb32cbbac193b2 WW3 (6.07.1-341-g59c554a1) - 1ee7cc9a8b5d5733b391127ca31059b497ecdea8 stochastic_physics (ufs-v2.0.0-181-g1ee7cc9) -Compile atmaq_faster_intel elapsed time 628 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DFASTER=ON -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmaq_intel elapsed time 592 seconds. -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_dyn32_intel elapsed time 677 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atm_faster_dyn32_intel elapsed time 618 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmw_intel elapsed time 634 seconds. -DAPP=ATMW -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile atmwm_intel elapsed time 615 seconds. -DAPP=ATMWM -DCCPP_SUITES=FV3_GFS_v16 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile datm_cdeps_faster_intel elapsed time 187 seconds. -DAPP=NG-GODAS -DFASTER=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_intel elapsed time 187 seconds. -DAPP=NG-GODAS -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile datm_cdeps_land_intel elapsed time 59 seconds. -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile hafsw_intel elapsed time 640 seconds. -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile rrfs_intel elapsed time 644 seconds. -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl,FV3_HRRR_gf,FV3_HRRR_c3 -D32BIT=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -Compile s2s_aoflux_intel elapsed time 648 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2s_intel elapsed time 654 seconds. -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2swa_32bit_intel elapsed time 717 seconds. -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Compile s2sw_intel elapsed time 705 seconds. -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DMPI=ON -DCMAKE_BUILD_TYPE=Release -DMOM6SOLO=ON -Thu Sep 14 12:45:30 UTC 2023 -Start Regression test - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_noaero_p8_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/cpld_control_noaero_p8_intel -Checking test 001 cpld_control_noaero_p8_intel results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 235.067933 - 0: The maximum resident set size (KB) = 1819976 - -Test 001 cpld_control_noaero_p8_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/cpld_control_gfsv17_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/cpld_control_gfsv17_intel -Checking test 002 cpld_control_gfsv17_intel results .... - Comparing sfcf021.tile1.nc .........OK - Comparing sfcf021.tile2.nc .........OK - Comparing sfcf021.tile3.nc .........OK - Comparing sfcf021.tile4.nc .........OK - Comparing sfcf021.tile5.nc .........OK - Comparing sfcf021.tile6.nc .........OK - Comparing atmf021.tile1.nc .........OK - Comparing atmf021.tile2.nc .........OK - Comparing atmf021.tile3.nc .........OK - Comparing atmf021.tile4.nc .........OK - Comparing atmf021.tile5.nc .........OK - Comparing atmf021.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.MOM.res.nc .........OK - Comparing RESTART/iced.2021-03-23-21600.nc .........OK - Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - Comparing 20210323.060000.out_pnt.ww3 .........OK - Comparing 20210323.060000.out_grd.ww3 .........OK - - 0: The total amount of wall time = 194.486526 - 0: The maximum resident set size (KB) = 1780520 - -Test 002 cpld_control_gfsv17_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/datm_cdeps_control_cfsr_intel -Checking test 003 datm_cdeps_control_cfsr_intel results .... - Comparing RESTART/20111002.000000.MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 140.720050 - 0: The maximum resident set size (KB) = 1254256 - -Test 003 datm_cdeps_control_cfsr_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_gefs_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/datm_cdeps_control_gefs_intel -Checking test 004 datm_cdeps_control_gefs_intel results .... - Comparing RESTART/20111002.000000.MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 145.725806 - 0: The maximum resident set size (KB) = 1137660 - -Test 004 datm_cdeps_control_gefs_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_iau_gefs_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/datm_cdeps_iau_gefs_intel -Checking test 005 datm_cdeps_iau_gefs_intel results .... - Comparing RESTART/20111002.000000.MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 138.806743 - 0: The maximum resident set size (KB) = 1139260 - -Test 005 datm_cdeps_iau_gefs_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_stochy_gefs_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_12325/datm_cdeps_stochy_gefs_intel -Checking test 006 datm_cdeps_stochy_gefs_intel results .... - Comparing RESTART/20111002.000000.MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_GEFS_NEW.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 136.898247 - 0: The maximum resident set size (KB) = 1135528 - -Test 006 datm_cdeps_stochy_gefs_intel PASS - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/atmwav_control_noaero_p8_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_13056/atmwav_control_noaero_p8_intel -Checking test 001 atmwav_control_noaero_p8_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - Comparing RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc .........OK - Comparing 20210322.180000.out_pnt.ww3 .........OK - Comparing 20210322.180000.out_grd.ww3 .........OK - Comparing ufs.atmw.ww3.r.2021-03-22-64800 .........OK - - 0: The total amount of wall time = 89.786822 - 0: The maximum resident set size (KB) = 1740024 - -Test 007 atmwav_control_noaero_p8_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_atmwav_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_13056/control_atmwav_intel -Checking test 002 control_atmwav_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210322.180000.coupler.res .........OK - Comparing RESTART/20210322.180000.fv_core.res.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210322.180000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.phy_data.tile6.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210322.180000.sfc_data.tile6.nc .........OK - Comparing 20210322.180000.restart.glo_1deg .........OK - - 0: The total amount of wall time = 80.879828 - 0: The maximum resident set size (KB) = 760744 - -Test 008 control_atmwav_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_13056/regional_atmaq_intel -Checking test 003 regional_atmaq_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf003.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf003.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/20190801.180000.coupler.res .........OK - Comparing RESTART/20190801.180000.fv_core.res.nc .........OK - Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.phy_data.nc .........OK - Comparing RESTART/20190801.180000.sfc_data.nc .........OK - - 0: The total amount of wall time = 570.936950 - 0: The maximum resident set size (KB) = 5440640 - -Test 009 regional_atmaq_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_atmaq_faster_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_13056/regional_atmaq_faster_intel -Checking test 004 regional_atmaq_faster_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf003.nc .........OK - Comparing sfcf006.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf003.nc .........OK - Comparing atmf006.nc .........OK - Comparing RESTART/20190801.180000.coupler.res .........OK - Comparing RESTART/20190801.180000.fv_core.res.nc .........OK - Comparing RESTART/20190801.180000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20190801.180000.phy_data.nc .........OK - Comparing RESTART/20190801.180000.sfc_data.nc .........OK - - 0: The total amount of wall time = 461.022740 - 0: The maximum resident set size (KB) = 5443032 - -Test 010 regional_atmaq_faster_intel PASS - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c384_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_27559/control_c384_intel -Checking test 001 control_c384_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 458.101623 - 0: The maximum resident set size (KB) = 1510240 - -Test 011 control_c384_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_latlon_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_16411/control_latlon_intel -Checking test 001 control_latlon_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 116.591935 - 0: The maximum resident set size (KB) = 739644 - -Test 012 control_latlon_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_lndp_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_10694/control_lndp_intel -Checking test 001 control_lndp_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 74.577322 - 0: The maximum resident set size (KB) = 744616 - -Test 013 control_lndp_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_p8_lndp_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_29229/control_p8_lndp_intel -Checking test 001 control_p8_lndp_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing sfcf048.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing atmf048.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSFLX.GrbF48 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing GFSPRS.GrbF48 .........OK - - 0: The total amount of wall time = 270.886762 - 0: The maximum resident set size (KB) = 1711908 - -Test 014 control_p8_lndp_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_stochy_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_29775/control_stochy_intel -Checking test 001 control_stochy_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 79.032013 - 0: The maximum resident set size (KB) = 745464 - -Test 015 control_stochy_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_18036/regional_control_intel -Checking test 001 regional_control_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF06 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 256.592547 - 0: The maximum resident set size (KB) = 1189296 - -Test 016 regional_control_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_noquilt_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_noquilt_intel -Checking test 001 regional_noquilt_intel results .... - Comparing atmos_4xdaily.nc .........OK - Comparing fv3_history2d.nc .........OK - Comparing fv3_history.nc .........OK - Comparing RESTART/fv_core.res.tile1_new.nc .........OK - Comparing RESTART/fv_tracer.res.tile1_new.nc .........OK - - 0: The total amount of wall time = 254.564088 - 0: The maximum resident set size (KB) = 1456300 - -Test 017 regional_noquilt_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_flake_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_27499/control_flake_intel -Checking test 002 control_flake_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 263.335844 - 0: The maximum resident set size (KB) = 791788 - -Test 018 control_flake_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_iovr4_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_10694/control_iovr4_intel -Checking test 002 control_iovr4_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 118.289092 - 0: The maximum resident set size (KB) = 738932 - -Test 019 control_iovr4_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_wrtGauss_netcdf_parallel_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_16411/control_wrtGauss_netcdf_parallel_intel -Checking test 002 control_wrtGauss_netcdf_parallel_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 118.455093 - 0: The maximum resident set size (KB) = 738948 - -Test 020 control_wrtGauss_netcdf_parallel_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_netcdf_parallel_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_netcdf_parallel_intel -Checking test 002 regional_netcdf_parallel_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - - 0: The total amount of wall time = 315.339534 - 0: The maximum resident set size (KB) = 1189296 - -Test 021 regional_netcdf_parallel_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_c48_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_16411/control_c48_intel -Checking test 003 control_c48_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf024.nc .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - -0: The total amount of wall time = 355.289641 -0: The maximum resident set size (KB) = 725172 - -Test 022 control_c48_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_CubedSphereGrid_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_27499/control_CubedSphereGrid_intel -Checking test 003 control_CubedSphereGrid_intel results .... - Comparing sfcf000.tile1.nc .........OK - Comparing sfcf000.tile2.nc .........OK - Comparing sfcf000.tile3.nc .........OK - Comparing sfcf000.tile4.nc .........OK - Comparing sfcf000.tile5.nc .........OK - Comparing sfcf000.tile6.nc .........OK - Comparing sfcf024.tile1.nc .........OK - Comparing sfcf024.tile2.nc .........OK - Comparing sfcf024.tile3.nc .........OK - Comparing sfcf024.tile4.nc .........OK - Comparing sfcf024.tile5.nc .........OK - Comparing sfcf024.tile6.nc .........OK - Comparing atmf000.tile1.nc .........OK - Comparing atmf000.tile2.nc .........OK - Comparing atmf000.tile3.nc .........OK - Comparing atmf000.tile4.nc .........OK - Comparing atmf000.tile5.nc .........OK - Comparing atmf000.tile6.nc .........OK - Comparing atmf024.tile1.nc .........OK - Comparing atmf024.tile2.nc .........OK - Comparing atmf024.tile3.nc .........OK - Comparing atmf024.tile4.nc .........OK - Comparing atmf024.tile5.nc .........OK - Comparing atmf024.tile6.nc .........OK - - 0: The total amount of wall time = 156.608547 - 0: The maximum resident set size (KB) = 740744 - -Test 023 control_CubedSphereGrid_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/control_iovr5_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_10694/control_iovr5_intel -Checking test 003 control_iovr5_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - - 0: The total amount of wall time = 180.745637 - 0: The maximum resident set size (KB) = 740216 - -Test 024 control_iovr5_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_2dwrtdecomp_intel -Checking test 003 regional_2dwrtdecomp_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF06 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 258.266724 - 0: The maximum resident set size (KB) = 1189112 - -Test 025 regional_2dwrtdecomp_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/fv3_regional_wofs_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_wofs_intel -Checking test 004 regional_wofs_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF06 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 317.986202 - 0: The maximum resident set size (KB) = 997696 - -Test 026 regional_wofs_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rap_control_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/rap_control_intel -Checking test 005 rap_control_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf021.nc .........OK - Comparing sfcf024.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf021.nc .........OK - Comparing atmf024.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF21 .........OK - Comparing GFSFLX.GrbF24 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF21 .........OK - Comparing GFSPRS.GrbF24 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 376.232736 - 0: The maximum resident set size (KB) = 1313760 - -Test 027 rap_control_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_spp_sppt_shum_skeb_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_spp_sppt_shum_skeb_intel -Checking test 006 regional_spp_sppt_shum_skeb_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf001.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf001.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF01 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF01 .........OK - - 0: The total amount of wall time = 259.976109 - 0: The maximum resident set size (KB) = 1358860 - -Test 028 regional_spp_sppt_shum_skeb_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1beta_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/rrfs_v1beta_intel -Checking test 007 rrfs_v1beta_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - Comparing RESTART/20210323.060000.coupler.res .........OK - Comparing RESTART/20210323.060000.fv_core.res.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_core.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile1.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile2.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile3.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile4.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile5.nc .........OK - Comparing RESTART/20210323.060000.fv_tracer.res.tile6.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.phy_data.tile6.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile1.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile2.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile3.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile4.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile5.nc .........OK - Comparing RESTART/20210323.060000.sfc_data.tile6.nc .........OK - - 0: The total amount of wall time = 367.928558 - 0: The maximum resident set size (KB) = 1275508 - -Test 029 rrfs_v1beta_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/rrfs_v1nssl_intel -Checking test 008 rrfs_v1nssl_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 451.901667 - 0: The maximum resident set size (KB) = 878300 - -Test 030 rrfs_v1nssl_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/rrfs_v1nssl_nohailnoccn_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/rrfs_v1nssl_nohailnoccn_intel -Checking test 009 rrfs_v1nssl_nohailnoccn_intel results .... - Comparing sfcf000.nc .........OK - Comparing sfcf009.nc .........OK - Comparing sfcf012.nc .........OK - Comparing atmf000.nc .........OK - Comparing atmf009.nc .........OK - Comparing atmf012.nc .........OK - Comparing GFSFLX.GrbF00 .........OK - Comparing GFSFLX.GrbF09 .........OK - Comparing GFSFLX.GrbF12 .........OK - Comparing GFSPRS.GrbF00 .........OK - Comparing GFSPRS.GrbF09 .........OK - Comparing GFSPRS.GrbF12 .........OK - - 0: The total amount of wall time = 434.283032 - 0: The maximum resident set size (KB) = 986664 - -Test 031 rrfs_v1nssl_nohailnoccn_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/regional_control_faster_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/regional_control_faster_intel -Checking test 010 regional_control_faster_intel results .... - Comparing dynf000.nc .........OK - Comparing dynf006.nc .........OK - Comparing phyf000.nc .........OK - Comparing phyf006.nc .........OK - Comparing PRSLEV.GrbF00 .........OK - Comparing PRSLEV.GrbF06 .........OK - Comparing NATLEV.GrbF00 .........OK - Comparing NATLEV.GrbF06 .........OK - - 0: The total amount of wall time = 236.396016 - 0: The maximum resident set size (KB) = 1188316 - -Test 032 regional_control_faster_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/hafs_regional_atm_intel -Checking test 011 hafs_regional_atm_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing HURPRS.GrbF06 .........OK - - 0: The total amount of wall time = 217.543716 - 0: The maximum resident set size (KB) = 1363136 - -Test 033 hafs_regional_atm_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_thompson_gfdlsf_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/hafs_regional_atm_thompson_gfdlsf_intel -Checking test 012 hafs_regional_atm_thompson_gfdlsf_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - - 0: The total amount of wall time = 332.106259 - 0: The maximum resident set size (KB) = 1696880 - -Test 034 hafs_regional_atm_thompson_gfdlsf_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_ocn_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/hafs_regional_atm_ocn_intel -Checking test 013 hafs_regional_atm_ocn_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing archv.2019_241_06.a .........OK - Comparing archs.2019_241_06.a .........OK - Comparing ufs.hafs.cpl.hi.2019-08-29-21600.nc .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 342.702251 - 0: The maximum resident set size (KB) = 1492844 - -Test 035 hafs_regional_atm_ocn_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/hafs_regional_atm_wav_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/hafs_regional_atm_wav_intel -Checking test 014 hafs_regional_atm_wav_intel results .... - Comparing atmf006.nc .........OK - Comparing sfcf006.nc .........OK - Comparing 20190829.060000.out_grd.ww3 .........OK - Comparing 20190829.060000.out_pnt.ww3 .........OK - Comparing ufs.hafs.ww3.r.2019-08-29-21600 .........OK - Comparing ufs.hafs.cpl.r.2019-08-29-21600.nc .........OK - - 0: The total amount of wall time = 646.352130 - 0: The maximum resident set size (KB) = 1507564 - -Test 036 hafs_regional_atm_wav_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_control_cfsr_faster_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/datm_cdeps_control_cfsr_faster_intel -Checking test 015 datm_cdeps_control_cfsr_faster_intel results .... - Comparing RESTART/20111002.000000.MOM.res.nc .........OK - Comparing RESTART/iced.2011-10-02-00000.nc .........OK - Comparing RESTART/DATM_CFSR.cpl.r.2011-10-02-00000.nc .........OK - - 0: The total amount of wall time = 140.076360 - 0: The maximum resident set size (KB) = 1268896 - -Test 037 datm_cdeps_control_cfsr_faster_intel PASS - - -baseline dir = /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20230825/datm_cdeps_lnd_gswp3_intel -working dir = /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_23590/datm_cdeps_lnd_gswp3_intel -Checking test 016 datm_cdeps_lnd_gswp3_intel results .... - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile1.nc .........OK - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile2.nc .........OK - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile3.nc .........OK - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile4.nc .........OK - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile5.nc .........OK - Comparing ufs.cpld.lnd.out.2000-01-02-00000.tile6.nc .........OK - - 0: The total amount of wall time = 12.440630 - 0: The maximum resident set size (KB) = 401492 - -Test 038 datm_cdeps_lnd_gswp3_intel PASS + 49967251b83255bdac7ac2f9626d2714e8b83d07 FV3 (heads/develop) + e36e8572e7643d7e59a3979a61bdd83743ff7b00 FV3/atmos_cubed_sphere (201912_public_release-407-ge36e857) + b7d55fd07fa35c5de9b2292596d30784a800b276 FV3/ccpp/framework (2024-07-11-dev-1-gb7d55fd) + 002a886eeb14979a6811f89e885d2968cbfd9b70 FV3/ccpp/physics (EP4-893-g002a886e) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + c4d2337d8607ec994b3cd61179eb974e0a237841 LM4-driver (baseline_change_240904-6-gc4d2337) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) + c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) + + +NOTES: +[Times](Memory) are at the end of each compile/test in format [MM:SS](Size). +The first time is for the full script (prep+run+finalize). +The second time is specifically for the run phase. +Times/Memory will be empty for failed tests. + +BASELINE DIRECTORY: /contrib/ufs-weather-model/RT/NEMSfv3gfs/develop-20241031 +COMPARISON DIRECTORY: /lustre//stmp2/Zachary.Shrader/FV3_RT/rt_1252814 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: root +* (-l) - USE CONFIG FILE: rt.conf +* (-r) - USE ROCOTO + +PASS -- COMPILE 's2swa_32bit_intel' [29:42, 29:43] ( 6 warnings 10 remarks ) + +PASS -- COMPILE 's2swa_intel' [29:06, 29:07] ( 6 warnings 10 remarks ) + +PASS -- COMPILE 's2sw_intel' [29:42, 29:43] ( 6 warnings 10 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [20:37, 19:07](1922 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:28, 12:28] ( 5 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:34, 04:17](1974 MB) + +PASS -- COMPILE 's2s_intel' [12:38, 12:38] ( 6 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [16:26, 15:04](2995 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:31, 11:31] ( 6 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [03:16, 03:02](658 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:11, 02:58](1537 MB) +PASS -- TEST 'control_latlon_intel' [04:20, 02:54](1541 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:08, 02:53](1536 MB) +PASS -- TEST 'control_c48_intel' [27:49, 27:38](1680 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [19:00, 18:57](815 MB) +PASS -- TEST 'control_c384_intel' [16:19, 14:15](2020 MB) +PASS -- TEST 'control_stochy_intel' [01:35, 01:26](615 MB) +PASS -- TEST 'control_lndp_intel' [01:34, 01:22](615 MB) +PASS -- TEST 'control_iovr4_intel' [02:15, 02:13](611 MB) +PASS -- TEST 'control_iovr5_intel' [02:24, 02:11](612 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:08, 06:03](1833 MB) +PASS -- TEST 'regional_control_intel' [06:15, 05:06](1034 MB) +PASS -- TEST 'regional_noquilt_intel' [06:07, 04:53](1343 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:57, 04:52](1037 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:04, 04:52](1036 MB) +PASS -- TEST 'regional_wofs_intel' [07:33, 06:17](1844 MB) + +PASS -- COMPILE 'rrfs_intel' [10:59, 10:58] ( 8 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [07:11, 06:58](1030 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:57, 04:13](1249 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:54, 06:50](1021 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:58, 08:45](1944 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:26, 08:24](2001 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:08, 11:08] ( 5 warnings 1 remarks ) +PASS -- TEST 'regional_control_faster_intel' [04:40, 04:30](1037 MB) + +PASS -- COMPILE 'hafsw_intel' [12:12, 12:12] ( 6 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:31, 05:00](763 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:00, 05:29](1138 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:43, 06:39](810 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [26:15, 25:45](835 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [06:53, 06:53] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:32, 02:29](113723201130 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:26, 02:23](993 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:31, 02:26](989 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:30, 02:27](990 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [09:56, 09:56] ( 5 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [02:30, 02:27](1131 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [01:03, 01:03] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:04, 01:09](284 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:30, 00:55](326 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [10:30, 10:30] ( 5 warnings 3 remarks ) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 10:11] ( 6 warnings 1 remarks ) + +PASS -- COMPILE 'atml_intel' [11:35, 11:35] ( 13 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [05:55, 05:55] ( 885 warnings 2 remarks ) + +PASS -- COMPILE 'atmw_intel' [11:15, 11:15] ( 5 warnings 8 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [02:06, 01:49](1862 MB) + +SYNOPSIS: +Starting Date/Time: 20241111 14:16:39 +Ending Date/Time: 20241111 15:29:32 +Total Time: 01h:12m:59s +Compiles Completed: 17/17 +Tests Completed: 38/38 + +NOTES: +A file 'test_changes.list' was generated but is empty. +If you are using this log as a pull request verification, please commit 'test_changes.list'. + +Result: SUCCESS -REGRESSION TEST WAS SUCCESSFUL -Wed Sep 13 20:40:38 UTC 2023 -Elapsed time: 01h:47m:26s. Have a nice day! +====END OF NOAACLOUD REGRESSION TESTING LOG==== diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index b72ba6607c..24d6c3c46a 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,23 +1,23 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -6bd7ea845b22492c06f61a14c242fce7da453a15 +1e6fc62a38e1b61538e203a7f297583333a18d2a Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 8e8df02db4fda01cb4cb63c13164e833c8280931 FV3 (remotes/origin/cubed_sphere_chunks) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 8c8b60498ec463ea2d3d5b79950c6b47f4af3e34 FV3/ccpp/framework (v0.1.0-1703-g8c8b604) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,293 +38,300 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241011 -COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_432500 +BASELINE DIRECTORY: /work/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /work/noaa/stmp/jongkim/stmp/jongkim/FV3_RT/rt_4130267 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:10, 16:31] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [28:53, 14:27](2076 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:10, 21:16] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [27:48, 18:08](1948 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:16, 19:05](2134 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:09, 08:59](1203 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:47, 20:24](1874 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:10, 21:23] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [26:50, 17:40](1939 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [09:10, 08:08] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [30:45, 28:05](1929 MB) - -PASS -- COMPILE 's2swa_intel' [18:10, 17:01] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [28:44, 14:31](2135 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:58, 14:36](2144 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:47, 07:57](1795 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [28:44, 14:13](2161 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [10:47, 08:02](1697 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:38, 13:18](2422 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [28:44, 14:25](2123 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [15:45, 12:19](2037 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:57, 14:38](2133 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [24:28, 16:04](2700 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:00, 08:27](2708 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [29:25, 10:59](3718 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [15:46, 06:46](3493 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [20:44, 06:03](2105 MB) - -PASS -- COMPILE 's2sw_intel' [17:10, 15:59] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [17:01, 14:01](1978 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:15, 08:04](2036 MB) - -PASS -- COMPILE 's2swa_debug_intel' [09:10, 08:07] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:23, 13:37](2175 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:10, 08:03] ( 1413 warnings 1230 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:05, 09:19](1988 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:10, 14:08] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:13, 04:48](2020 MB) - -PASS -- COMPILE 's2s_intel' [17:10, 15:37] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [12:00, 08:42](3027 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [07:00, 03:36](3021 MB) -PASS -- TEST 'cpld_restart_c48_intel' [10:11, 02:15](2470 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:10, 17:32] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [19:38, 14:41](2144 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:10, 19:55] ( 1 warnings 10 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [21:13, 18:20](2010 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:16, 09:01](1236 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [23:19, 20:28](1930 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 07:15] ( 1523 warnings 2000 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [32:21, 29:51](1970 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:10, 14:00] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [05:27, 03:45](688 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:40, 03:33](1572 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:44, 03:35](1577 MB) -PASS -- TEST 'control_latlon_intel' [08:44, 03:33](1561 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:45, 03:34](1571 MB) -PASS -- TEST 'control_c48_intel' [16:47, 14:43](1705 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:34, 08:15](837 MB) -PASS -- TEST 'control_c192_intel' [18:55, 13:11](1744 MB) -PASS -- TEST 'control_c384_intel' [22:52, 16:36](1987 MB) -PASS -- TEST 'control_c384gdas_intel' [17:39, 09:56](1330 MB) -PASS -- TEST 'control_stochy_intel' [08:24, 01:50](637 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:37, 01:03](472 MB) -PASS -- TEST 'control_lndp_intel' [08:25, 01:43](648 MB) -PASS -- TEST 'control_iovr4_intel' [07:24, 02:50](633 MB) -PASS -- TEST 'control_iovr5_intel' [09:25, 02:43](639 MB) -PASS -- TEST 'control_p8_intel' [11:02, 04:15](1864 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [08:19, 03:33](1878 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:33, 04:09](1863 MB) -PASS -- TEST 'control_restart_p8_intel' [05:14, 02:20](1082 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:15, 04:05](1853 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:20, 02:17](1120 MB) -PASS -- TEST 'control_decomp_p8_intel' [08:01, 04:09](1855 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:04, 04:28](1944 MB) -PASS -- TEST 'control_p8_lndp_intel' [10:43, 07:15](1864 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:28, 04:55](1935 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:24, 03:33](1886 MB) -PASS -- TEST 'merra2_thompson_intel' [06:33, 03:55](1872 MB) -PASS -- TEST 'regional_control_intel' [08:34, 06:35](1071 MB) -PASS -- TEST 'regional_restart_intel' [05:37, 03:36](1065 MB) -PASS -- TEST 'regional_decomp_intel' [08:31, 06:58](1071 MB) -PASS -- TEST 'regional_2threads_intel' [06:46, 04:46](1067 MB) -PASS -- TEST 'regional_noquilt_intel' [08:41, 06:30](1376 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:45, 06:30](1076 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:38, 06:32](1080 MB) -PASS -- TEST 'regional_wofs_intel' [09:41, 07:59](1892 MB) - -PASS -- COMPILE 'rrfs_intel' [15:11, 12:46] ( 3 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [11:21, 08:29](1052 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:01, 05:15](1250 MB) -PASS -- TEST 'rap_decomp_intel' [10:55, 08:46](1016 MB) -PASS -- TEST 'rap_2threads_intel' [11:18, 08:35](1152 MB) -PASS -- TEST 'rap_restart_intel' [08:44, 04:24](1033 MB) -PASS -- TEST 'rap_sfcdiff_intel' [11:00, 08:23](1044 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [10:58, 08:43](1018 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:47, 06:21](1064 MB) -PASS -- TEST 'hrrr_control_intel' [07:20, 04:23](1016 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:54, 04:27](1011 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:25, 04:15](1082 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:40, 02:22](944 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:21, 08:21](1034 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:29, 09:52](1977 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:33](2021 MB) - -PASS -- COMPILE 'csawmg_intel' [15:11, 12:22] -PASS -- TEST 'control_csawmg_intel' [08:32, 06:38](1016 MB) -PASS -- TEST 'control_ras_intel' [05:19, 03:29](714 MB) - -PASS -- COMPILE 'wam_intel' [15:10, 12:41] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [14:46, 12:47](1651 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [15:10, 12:53] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [06:27, 03:19](1879 MB) -PASS -- TEST 'regional_control_faster_intel' [08:34, 06:21](1074 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:10, 09:16] ( 882 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:47, 02:46](1602 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:51, 02:26](1600 MB) -PASS -- TEST 'control_stochy_debug_intel' [05:23, 03:06](815 MB) -PASS -- TEST 'control_lndp_debug_intel' [05:23, 02:46](808 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:40, 04:28](1128 MB) -PASS -- TEST 'control_ras_debug_intel' [05:23, 03:02](823 MB) -PASS -- TEST 'control_diag_debug_intel' [05:47, 02:52](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [05:50, 02:46](1883 MB) -PASS -- TEST 'regional_debug_intel' [19:45, 17:35](1122 MB) -PASS -- TEST 'rap_control_debug_intel' [07:24, 04:59](1201 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:28, 04:59](1193 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:29, 04:54](1203 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:05](1209 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:27, 04:57](1203 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:34, 05:15](1288 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 05:01](1203 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 05:08](1194 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:23, 04:55](1204 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:23, 05:07](1198 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:25, 04:51](1193 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:26, 05:09](1206 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:24, 08:12](1202 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [07:26, 04:52](1200 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:27, 05:58](1209 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:27, 05:06](1202 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:28, 08:40](1200 MB) - -PASS -- COMPILE 'wam_debug_intel' [10:11, 06:13] ( 837 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:51, 13:14](1681 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 12:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:57, 05:09](1107 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:08, 07:11](993 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:21, 03:56](918 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:58, 07:25](1069 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:34, 03:43](938 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:09, 03:56](898 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:26, 05:25](974 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:32, 02:03](869 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [16:11, 12:34] ( 3 warnings 8 remarks ) -PASS -- TEST 'conus13km_control_intel' [04:57, 02:39](1164 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:48, 01:15](1103 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:45, 01:31](1057 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:11, 12:31] ( 3 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:45, 04:42](946 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [08:11, 06:39] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:26, 04:59](1082 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:27, 04:45](1080 MB) -PASS -- TEST 'conus13km_debug_intel' [18:58, 14:00](1231 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:58, 13:59](927 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:42, 07:56](1161 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:59, 14:00](1291 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:11, 06:39] ( 785 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:27, 04:53](1136 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 14:51] ( 1 warnings 9 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:20, 06:05](739 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:27, 06:41](1116 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:28, 07:33](824 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [27:20, 24:17](853 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [31:33, 28:46](870 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:03, 07:10](494 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:29, 08:35](510 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:57, 03:34](369 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:27, 10:28](473 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:55, 04:45](520 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:53, 04:34](522 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:59, 05:42](574 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:33](402 MB) -PASS -- TEST 'gnv1_nested_intel' [08:12, 04:24](1695 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [08:11, 06:34] ( 1465 warnings 1502 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:09, 13:20](578 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:11, 15:09] ( 8 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [15:05, 13:02](658 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [15:09, 13:09](721 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:15] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:47, 08:42](705 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:11, 14:03] ( 8 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:14, 07:39](813 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:16, 07:38](790 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:58, 16:25](1201 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:11, 07:53] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 03:01](1156 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:19, 01:55](1098 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 02:51](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:56](1023 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:55](1019 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 03:00](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:17, 03:02](1148 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:52](1016 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:08, 06:29](1026 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:16, 06:27](1001 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 03:01](1162 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:19](2452 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:22](2384 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [09:11, 05:06] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:17, 06:28](1082 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 07:47] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:16, 02:59](1149 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:38] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:33, 01:02](252 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:26, 00:58](323 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:29, 00:34](325 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:34] ( 12 warnings ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [03:31, 00:36](563 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:35, 00:25](447 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:11, 13:53] ( 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:09, 04:12](1961 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:10, 13:43] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:58, 03:59](1941 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:14] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:31, 05:03](1860 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:29, 05:02](1870 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:54, 02:49](1065 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:11, 07:15] ( 880 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:25, 05:56](1898 MB) - -PASS -- COMPILE 'atmw_intel' [16:11, 14:10] ( 8 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:16, 02:12](1903 MB) - -PASS -- COMPILE 'atmaero_intel' [15:11, 14:08] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:08, 04:55](1972 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:12, 05:22](1758 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:59, 05:27](1757 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [08:11, 06:24] ( 882 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [24:13, 20:48](4486 MB) - -PASS -- COMPILE 'atm_fbh_intel' [14:12, 12:28] ( 3 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:31, 13:59](1079 MB) +PASS -- COMPILE 's2swa_32bit_intel' [18:11, 16:23] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [03:03, 27:51](2092 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [21:11, 19:46] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [16:54, 21:54](1953 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [53:22, 23:03](2135 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [37:26, 08:46](1231 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:56, 25:59](1872 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:11, 19:26] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [15:53, 21:30](1937 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:10, 08:28] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [33:46, 30:49](1925 MB) + +PASS -- COMPILE 's2swa_intel' [18:11, 16:39] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [04:04, 27:34](2140 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [03:00, 27:46](2145 MB) +PASS -- TEST 'cpld_restart_p8_intel' [53:48, 14:27](1805 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [02:53, 27:17](2167 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [53:53, 14:26](1697 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [56:50, 25:20](2470 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [02:53, 27:24](2124 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [54:50, 23:29](2041 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [04:09, 27:39](2142 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [54:39, 22:19](2716 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [39:09, 09:16](2712 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:42, 20:00](3745 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [40:48, 11:04](3509 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [43:46, 08:02](2080 MB) + +PASS -- COMPILE 's2sw_intel' [17:11, 15:11] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [00:23, 27:21](1966 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [44:38, 11:44](2055 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:10, 08:27] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:25, 23:00](2174 MB) + +PASS -- COMPILE 's2sw_debug_intel' [09:10, 07:27] ( 1410 warnings 1218 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [13:05, 10:15](1997 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 15:20] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [37:38, 04:49](2023 MB) + +PASS -- COMPILE 's2s_intel' [17:11, 15:46] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [41:12, 08:37](3027 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [35:11, 02:59](3021 MB) +PASS -- TEST 'cpld_restart_c48_intel' [26:09, 01:55](2470 MB) + +PASS -- COMPILE 's2swa_faster_intel' [19:13, 17:16] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [15:33, 27:48](2143 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:13, 18:32] ( 1 warnings 11 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:18, 29:13](2004 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [37:30, 14:28](1246 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [50:19, 33:44](1926 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 08:08] ( 1520 warnings 1988 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [20:21, 34:49](1968 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [25:14, 13:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [36:28, 03:45](688 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [36:51, 03:35](1565 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [36:55, 03:37](1570 MB) +PASS -- TEST 'control_latlon_intel' [36:47, 03:34](1570 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [36:58, 03:36](1569 MB) +PASS -- TEST 'control_c48_intel' [47:57, 14:43](1705 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [16:33, 08:14](837 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [47:01, 14:42](1710 MB) +PASS -- TEST 'control_c192_intel' [34:04, 13:06](1731 MB) +PASS -- TEST 'control_c384_intel' [08:07, 24:34](1989 MB) +PASS -- TEST 'control_c384gdas_intel' [53:40, 09:56](1322 MB) +PASS -- TEST 'control_stochy_intel' [54:31, 01:50](637 MB) +PASS -- TEST 'control_stochy_restart_intel' [12:48, 01:03](473 MB) +PASS -- TEST 'control_lndp_intel' [53:26, 01:44](644 MB) +PASS -- TEST 'control_iovr4_intel' [43:35, 02:44](643 MB) +PASS -- TEST 'control_iovr5_intel' [43:31, 02:48](640 MB) +PASS -- TEST 'control_p8_intel' [43:01, 04:13](1862 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [41:16, 03:30](1872 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [41:36, 04:06](1868 MB) +PASS -- TEST 'control_restart_p8_intel' [20:20, 02:19](1085 MB) +PASS -- TEST 'control_noqr_p8_intel' [41:25, 04:02](1867 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [23:43, 02:18](1109 MB) +PASS -- TEST 'control_decomp_p8_intel' [41:22, 04:10](1852 MB) +PASS -- TEST 'control_2threads_p8_intel' [41:18, 04:23](1951 MB) +PASS -- TEST 'control_p8_lndp_intel' [43:56, 07:19](1860 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [44:40, 04:56](1940 MB) +PASS -- TEST 'control_p8_mynn_intel' [43:31, 03:31](1886 MB) +PASS -- TEST 'merra2_thompson_intel' [43:41, 03:53](1876 MB) +PASS -- TEST 'regional_control_intel' [36:45, 06:30](1111 MB) +PASS -- TEST 'regional_restart_intel' [12:41, 03:33](1087 MB) +PASS -- TEST 'regional_decomp_intel' [30:50, 06:54](1102 MB) +PASS -- TEST 'regional_2threads_intel' [26:52, 04:47](1095 MB) +PASS -- TEST 'regional_noquilt_intel' [43:51, 09:43](1411 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [36:47, 06:33](1113 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [31:40, 06:32](1106 MB) +PASS -- TEST 'regional_wofs_intel' [31:37, 07:59](1893 MB) + +PASS -- COMPILE 'rrfs_intel' [30:15, 13:02] ( 3 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [24:06, 08:28](1058 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [17:53, 05:12](1269 MB) +PASS -- TEST 'rap_decomp_intel' [20:07, 08:45](1012 MB) +PASS -- TEST 'rap_2threads_intel' [20:27, 08:38](1168 MB) +PASS -- TEST 'rap_restart_intel' [09:39, 04:23](1034 MB) +PASS -- TEST 'rap_sfcdiff_intel' [21:08, 08:22](1053 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [19:56, 08:42](1014 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [09:33, 06:20](1067 MB) +PASS -- TEST 'hrrr_control_intel' [16:02, 04:21](1022 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [15:21, 04:27](1012 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [23:21, 04:13](1089 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:44, 02:21](941 MB) +PASS -- TEST 'rrfs_v1beta_intel' [27:22, 08:23](1054 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [27:34, 09:53](1977 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [26:32, 09:32](2018 MB) + +PASS -- COMPILE 'csawmg_intel' [40:15, 12:15] +PASS -- TEST 'control_csawmg_intel' [22:44, 06:37](1015 MB) +PASS -- TEST 'control_ras_intel' [19:29, 03:30](717 MB) + +PASS -- COMPILE 'wam_intel' [43:14, 12:18] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [27:55, 12:50](1651 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [44:14, 13:23] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [16:35, 03:16](1876 MB) +PASS -- TEST 'regional_control_faster_intel' [15:38, 06:16](1102 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [40:12, 09:42] ( 882 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [10:44, 02:19](1599 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:39, 02:18](1602 MB) +PASS -- TEST 'control_stochy_debug_intel' [10:21, 03:03](814 MB) +PASS -- TEST 'control_lndp_debug_intel' [09:22, 02:43](812 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:40, 04:17](1126 MB) +PASS -- TEST 'control_ras_debug_intel' [08:26, 02:48](825 MB) +PASS -- TEST 'control_diag_debug_intel' [08:47, 02:50](1673 MB) +PASS -- TEST 'control_debug_p8_intel' [07:47, 02:48](1892 MB) +PASS -- TEST 'regional_debug_intel' [21:46, 17:07](1101 MB) +PASS -- TEST 'rap_control_debug_intel' [09:26, 05:06](1196 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:33, 04:55](1200 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:26, 05:01](1202 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:26, 05:06](1198 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:21, 05:03](1201 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:29, 05:12](1279 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:21, 05:14](1202 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:20, 05:06](1204 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:25, 05:07](1200 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:51](1204 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:51](1195 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:23, 05:05](1203 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:23, 08:11](1195 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [07:22, 04:57](1198 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:26, 05:04](1202 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:23, 05:01](1204 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:23, 08:39](1203 MB) + +PASS -- COMPILE 'wam_debug_intel' [45:15, 05:57] ( 837 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [15:53, 13:33](1683 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [51:16, 12:14] ( 3 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:03, 04:56](1149 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:14, 07:13](1004 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:44, 03:47](928 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:51, 07:28](1082 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:05, 03:45](940 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:03, 03:56](893 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [14:34, 05:27](971 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [28:41, 02:04](873 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [49:13, 12:17] ( 3 warnings 8 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:53, 02:34](1163 MB) +PASS -- TEST 'conus13km_2threads_intel' [23:53, 01:12](1113 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [22:49, 01:30](1053 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [48:14, 12:37] ( 3 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:42, 04:35](963 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [34:13, 06:03] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:50](1079 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:22, 05:11](1075 MB) +PASS -- TEST 'conus13km_debug_intel' [19:43, 14:07](1227 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [18:49, 13:48](937 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [21:55, 08:05](1165 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:49, 14:09](1292 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [35:13, 06:45] ( 785 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [13:26, 05:01](1135 MB) + +PASS -- COMPILE 'hafsw_intel' [33:13, 14:48] ( 1 warnings 10 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:18, 05:54](738 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:35, 06:25](1128 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [21:30, 07:31](817 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [41:28, 27:55](850 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [53:39, 34:35](876 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [31:05, 07:13](495 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [32:35, 08:30](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [26:56, 03:28](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:24, 09:34](478 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [31:57, 04:42](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [26:02, 04:29](524 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:14, 05:40](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [32:33, 01:43](404 MB) +PASS -- TEST 'gnv1_nested_intel' [31:23, 04:22](1719 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [23:12, 06:40] ( 1462 warnings 1490 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:01, 13:30](587 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [34:13, 14:23] ( 9 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [25:11, 15:14](634 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [24:24, 15:12](717 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [44:14, 15:05] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:34, 11:20](701 MB) + +PASS -- COMPILE 'hafs_all_intel' [44:14, 14:06] ( 9 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [20:26, 07:33](806 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [26:25, 07:33](792 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [32:06, 16:25](1203 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [50:13, 08:22] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [20:23, 03:01](1151 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [56:27, 01:58](1095 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [24:20, 02:58](1016 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [22:20, 02:59](1022 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [27:22, 02:57](1012 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [29:26, 02:59](1151 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [29:22, 02:59](1159 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [31:21, 02:53](1024 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:28, 06:35](1017 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:23, 06:30](1003 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [27:22, 02:59](1143 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [16:20, 04:21](2398 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [47:24, 04:25](2451 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [44:14, 05:00] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [48:24, 06:34](1077 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [46:14, 07:51] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [58:22, 02:59](1157 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [38:13, 01:41] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [55:37, 01:03](252 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [54:32, 00:58](325 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:27, 00:37](320 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [37:13, 01:39] ( 12 warnings ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [52:41, 00:37](556 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:30, 00:21](444 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [54:13, 14:06] ( 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [56:25, 04:11](1968 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [45:13, 13:03] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [00:09, 08:36](1976 MB) + +PASS -- COMPILE 'atml_intel' [46:13, 14:08] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [55:41, 04:56](1856 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [55:38, 04:54](1863 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [24:06, 02:50](1070 MB) + +PASS -- COMPILE 'atml_debug_intel' [29:10, 07:47] ( 880 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [51:38, 06:00](1890 MB) + +PASS -- COMPILE 'atmw_intel' [30:12, 13:45] ( 9 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [47:18, 02:21](1900 MB) + +PASS -- COMPILE 'atmaero_intel' [24:11, 12:58] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [48:31, 04:39](1980 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [45:28, 05:26](1757 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [45:13, 05:33](1763 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [17:11, 06:34] ( 882 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [55:57, 21:06](4500 MB) + +PASS -- COMPILE 'atm_fbh_intel' [24:12, 12:19] ( 3 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [47:35, 13:51](1114 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [23:11, 07:43] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [41:12, 07:58](573 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [19:10, 04:32] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [37:06, 19:57](567 MB) SYNOPSIS: -Starting Date/Time: 20241018 19:05:16 -Ending Date/Time: 20241018 20:53:50 -Total Time: 01h:49m:17s -Compiles Completed: 43/43 -Tests Completed: 188/188 +Starting Date/Time: 20241204 08:00:22 +Ending Date/Time: 20241204 12:30:01 +Total Time: 04h:30m:22s +Compiles Completed: 45/45 +Tests Completed: 191/191 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_wcoss2.log b/tests/logs/RegressionTests_wcoss2.log index 80b3a1f35e..4eab3b0441 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,23 +1,23 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -1462344cc1bf03e701cfe58b3e74a9e57762b3b6 +8e98c5cfbea95cd44f47e48440df1d936b16336b Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 1f9eaaa142c8b07ed6b788c9f44ea02cc86d0bae CDEPS-interface/CDEPS (cdeps0.4.17-42-g1f9eaaa) - 5e57a89cf533fe98352bcfd1a464b1d50713274d CICE-interface/CICE (CICE6.0.0-378-g5e57a89) - 05ac0ec3ea666080eed36e67f6cf8ce1255b243f CICE-interface/CICE/icepack (Icepack1.1.0-192-g05ac0ec) + 513f8d153924e18ae0f91f5440195d15210a489e CICE-interface/CICE (CICE6.0.0-391-g513f8d1) + 3792520561cf9419082ef41f9f0dffd03edf2e43 CICE-interface/CICE/icepack (Icepack1.1.0-198-g3792520) 24e9eed4ffe8138bef635c8f916f91b142595675 CMEPS-interface/CMEPS (cmeps_v0.4.1-2311-g24e9eed) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - 8e8df02db4fda01cb4cb63c13164e833c8280931 FV3 (remotes/origin/cubed_sphere_chunks) - 24686a2561f1414eb86c7b97c93960c36e4257b1 FV3/atmos_cubed_sphere (201912_public_release-406-g24686a2) - 8c8b60498ec463ea2d3d5b79950c6b47f4af3e34 FV3/ccpp/framework (v0.1.0-1703-g8c8b604) - f3eeb3442775b7239d98e3d09acc6d4f1d42233e FV3/ccpp/physics (EP4-889-gf3eeb344) + 7e7719927a80104d1bb4badf790e509f1e4d39b8 FV3 (remotes/origin/rrfsv1-to-ufs/dev4) + f28be0e882fe53886d23076f56908588eac676c2 FV3/atmos_cubed_sphere (remotes/origin/rrfsv1-to-ufs/dev4) + 9e1c3abe1048c0f18c53fdbb7113bc56a129bdf5 FV3/ccpp/framework (2024-07-11-dev-2-g9e1c3ab) + c2fb52eacb4e0402b2c307241c0c3acb0ea81b1c FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5524-gc2fb52ea) 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 6f5dd627d124ae94bb5ed7f5afd22f82c470b1b7 FV3/upp (upp_v10.2.0-230-g6f5dd627) --1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd + ce5f3b146861cf6c95e1c14c640ede1ed97e6eef FV3/upp (upp_v10.2.0-243-gce5f3b14) +-179cae1dd84401cf25d250bd9102e66560a9d328 FV3/upp/sorc/libIFI.fd -529f870d33b65c3b6c1aa3c3236b94efc3bd336d FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -26,8 +26,8 @@ Submodule hashes used in testing: 5e0c21f64fa5b20efc8f29f8709766e1e6793a79 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10230-g5e0c21f64) 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 3ac32f0db7a2a97d930f44fa5f060c983ff31ee8 NOAHMP-interface/noahmp (v3.7.1-436-g3ac32f0) - c7004b658b9dae9fc473d4e6511dfc1cf8e6a7bd WW3 (6.07.1-347-gc7004b65) + 025043d1ad662fca05f29f88ddd88ddf46c81882 NOAHMP-interface/noahmp (v3.7.1-444-g025043d) + 615236be21904e180c12c4babfde89fdb448a2cf WW3 (remotes/origin/bug/addPIOswitch) 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) fad2fe9f42f6b7f744b128b4a2a9433f91e4296f stochastic_physics (ufs-v2.0.0-219-gfad2fe9) @@ -38,241 +38,242 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241011 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_112875 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20241203 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_182792 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:27, 11:20] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [22:49, 02:30](3085 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [13:29, 11:49] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [22:48, 02:55](1816 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [03:18, 02:55](1832 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [02:39, 02:52](975 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:49, 03:26](1779 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:29, 11:58] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:48, 02:06](1813 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:23, 05:19] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:55, 03:23](1829 MB) - -PASS -- COMPILE 's2swa_intel' [13:27, 11:34] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [22:49, 02:28](3115 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [22:49, 02:52](3113 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:25, 03:10](3043 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [22:49, 02:25](3135 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:26, 03:05](3062 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [22:49, 02:18](3358 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [22:49, 02:28](3115 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [22:50, 03:04](3057 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [22:49, 02:48](3113 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [22:58, 07:27](4103 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [01:17, 07:15](4257 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [22:49, 02:49](3095 MB) - -PASS -- COMPILE 's2sw_intel' [13:29, 11:13] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [22:48, 02:49](1818 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [22:48, 02:46](1888 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:15] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [23:49, 03:04](1881 MB) - -PASS -- COMPILE 's2s_intel' [12:26, 10:21] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_c48_intel' [23:49, 01:44](2865 MB) -PASS -- TEST 'cpld_warmstart_c48_intel' [23:49, 02:26](2870 MB) -PASS -- TEST 'cpld_restart_c48_intel' [18:37, 02:20](2283 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:33, 16:18] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [17:43, 03:01](3125 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:29, 11:31] ( 1 warnings 8 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:47, 02:21](1820 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [03:47, 02:18](993 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [03:35, 02:41](1794 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:22, 05:21] ( 1503 warnings 1998 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:32, 02:19](1849 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_flake_intel' [12:14, 02:22](565 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [12:14, 02:16](1465 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:30, 01:58](1473 MB) -PASS -- TEST 'control_latlon_intel' [11:09, 01:58](1469 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [11:03, 02:14](1468 MB) -PASS -- TEST 'control_c48_intel' [11:00, 02:28](1565 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:09, 01:43](689 MB) -PASS -- TEST 'control_c192_intel' [06:51, 02:01](1586 MB) -PASS -- TEST 'control_c384_intel' [06:55, 04:26](1879 MB) -PASS -- TEST 'control_c384gdas_intel' [06:23, 03:57](1063 MB) -PASS -- TEST 'control_stochy_intel' [06:19, 01:34](522 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:35, 02:04](328 MB) -PASS -- TEST 'control_lndp_intel' [06:07, 01:36](520 MB) -PASS -- TEST 'control_iovr4_intel' [06:00, 01:48](519 MB) -PASS -- TEST 'control_iovr5_intel' [05:40, 01:37](517 MB) -PASS -- TEST 'control_p8_intel' [05:31, 02:38](1757 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:24, 02:59](1759 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:02, 02:20](1753 MB) -PASS -- TEST 'control_restart_p8_intel' [58:33, 02:50](910 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:29, 02:24](1753 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [57:05, 02:45](914 MB) -PASS -- TEST 'control_decomp_p8_intel' [02:39, 02:19](1750 MB) -PASS -- TEST 'control_2threads_p8_intel' [02:38, 02:35](1839 MB) -PASS -- TEST 'control_p8_lndp_intel' [02:38, 02:03](1757 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [02:37, 03:01](1815 MB) -PASS -- TEST 'control_p8_mynn_intel' [02:29, 02:52](1771 MB) -PASS -- TEST 'merra2_thompson_intel' [02:29, 02:52](1755 MB) -PASS -- TEST 'regional_control_intel' [02:28, 02:08](836 MB) -PASS -- TEST 'regional_restart_intel' [54:31, 01:16](841 MB) -PASS -- TEST 'regional_decomp_intel' [01:32, 01:59](836 MB) -PASS -- TEST 'regional_2threads_intel' [01:31, 01:51](889 MB) -PASS -- TEST 'regional_noquilt_intel' [01:23, 01:16](1166 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [01:01, 02:22](839 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [00:21, 02:07](838 MB) -PASS -- TEST 'regional_wofs_intel' [00:12, 02:06](1565 MB) - -PASS -- COMPILE 'rrfs_intel' [10:24, 09:01] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [13:24, 03:01](902 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [13:25, 02:04](1049 MB) -PASS -- TEST 'rap_decomp_intel' [13:24, 02:51](905 MB) -PASS -- TEST 'rap_2threads_intel' [13:24, 02:48](989 MB) -PASS -- TEST 'rap_restart_intel' [00:13, 02:18](776 MB) -PASS -- TEST 'rap_sfcdiff_intel' [13:24, 03:11](906 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:24, 02:50](901 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [59:05, 02:50](775 MB) -PASS -- TEST 'hrrr_control_intel' [13:24, 02:18](901 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [13:24, 02:45](900 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [13:25, 02:39](972 MB) -PASS -- TEST 'hrrr_control_restart_intel' [58:50, 02:00](731 MB) -PASS -- TEST 'rrfs_v1beta_intel' [13:24, 03:11](898 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [13:24, 01:59](1857 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:16, 02:14](1848 MB) - -PASS -- COMPILE 'csawmg_intel' [10:25, 08:10] -PASS -- TEST 'control_csawmg_intel' [58:30, 01:33](858 MB) -PASS -- TEST 'control_ras_intel' [58:09, 01:52](556 MB) - -PASS -- COMPILE 'wam_intel' [10:25, 08:18] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [57:40, 01:26](1542 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:25, 08:29] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [55:55, 03:11](1756 MB) -PASS -- TEST 'regional_control_faster_intel' [55:54, 01:24](836 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:24, 07:42] ( 867 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [13:05, 01:45](1496 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [55:53, 01:46](1493 MB) -PASS -- TEST 'control_stochy_debug_intel' [55:33, 01:50](693 MB) -PASS -- TEST 'control_lndp_debug_intel' [55:31, 02:05](694 MB) -PASS -- TEST 'control_csawmg_debug_intel' [54:55, 01:29](999 MB) -PASS -- TEST 'control_ras_debug_intel' [54:29, 02:06](702 MB) -PASS -- TEST 'control_diag_debug_intel' [54:01, 02:28](1556 MB) -PASS -- TEST 'control_debug_p8_intel' [53:34, 02:21](1779 MB) -PASS -- TEST 'regional_debug_intel' [53:32, 02:01](878 MB) -PASS -- TEST 'rap_control_debug_intel' [53:29, 01:33](1076 MB) -PASS -- TEST 'hrrr_control_debug_intel' [52:57, 01:44](1074 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [52:48, 01:38](1075 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [52:39, 01:36](1074 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [52:32, 01:37](1077 MB) -PASS -- TEST 'rap_diag_debug_intel' [52:28, 02:35](1160 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [52:12, 01:29](1077 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [51:38, 01:29](1078 MB) -PASS -- TEST 'rap_lndp_debug_intel' [51:37, 01:28](1077 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [51:31, 01:42](1077 MB) -PASS -- TEST 'rap_noah_debug_intel' [51:03, 01:37](1072 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [50:22, 01:32](1076 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [50:17, 02:19](1074 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [50:10, 01:34](1065 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [49:57, 01:42](1076 MB) -PASS -- TEST 'rap_flake_debug_intel' [49:56, 01:28](1079 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [49:49, 02:50](1083 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:20, 04:27] ( 823 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [16:27, 01:23](1576 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 08:07] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [49:23, 02:16](912 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [49:12, 03:03](783 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [49:06, 03:34](775 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [48:53, 02:45](837 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [48:10, 03:44](822 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [47:39, 03:19](774 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [39:48, 02:30](675 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [41:53, 01:27](660 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:23, 08:09] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [47:33, 02:05](989 MB) -PASS -- TEST 'conus13km_2threads_intel' [42:18, 01:55](994 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [41:45, 01:41](859 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:22, 08:22] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [47:20, 02:33](804 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:19, 04:34] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [45:53, 01:51](951 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [45:14, 02:01](949 MB) -PASS -- TEST 'conus13km_debug_intel' [45:14, 01:48](1039 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [45:04, 02:13](711 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [44:51, 01:41](1041 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [44:39, 01:42](1104 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 04:28] ( 771 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [44:06, 01:47](983 MB) - -PASS -- COMPILE 'hafsw_intel' [11:26, 10:02] ( 1 warnings 8 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [44:09, 02:48](598 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [43:53, 01:33](941 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [43:35, 02:27](645 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [43:31, 02:32](673 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [43:26, 02:49](693 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [42:50, 02:10](379 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [42:40, 03:02](386 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [42:23, 02:32](308 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [41:32, 03:17](368 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [41:19, 02:29](400 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [41:15, 02:47](397 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [40:55, 02:47](469 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [40:26, 02:22](311 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:20, 04:58] ( 1447 warnings 1501 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [40:27, 02:18](501 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:27, 09:46] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [40:22, 02:42](515 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [40:18, 02:40](693 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:27, 09:53] ( 7 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [38:44, 03:11](703 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:25, 09:02] ( 7 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [38:23, 02:56](643 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [38:19, 02:48](619 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [38:00, 01:24](880 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:26, 10:04] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [37:49, 01:49](1816 MB) - -PASS -- COMPILE 'atml_intel' [11:30, 09:35] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:30, 05:30] ( 866 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [10:29, 08:39] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [37:28, 02:20](3009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [37:02, 02:53](2898 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [36:24, 02:55](2902 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:24, 04:28] ( 868 warnings 6 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [36:13, 02:23](4379 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:29, 11:14] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [41:07, 02:58](3085 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:31, 11:44] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [41:05, 03:23](1819 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [20:59, 02:48](1831 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [20:53, 02:43](965 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [41:06, 02:57](1783 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:31, 11:57] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [41:05, 01:45](1815 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:22, 05:12] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [48:15, 03:06](1829 MB) + +PASS -- COMPILE 's2swa_intel' [14:31, 11:20] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [41:05, 02:22](3118 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [41:05, 02:23](3116 MB) +PASS -- TEST 'cpld_restart_p8_intel' [23:27, 02:05](3034 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [41:05, 02:21](3138 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [23:27, 02:00](3065 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [41:05, 02:36](3359 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [41:05, 02:37](3114 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [41:06, 03:10](3057 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [41:05, 02:29](3118 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [41:14, 05:38](4107 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [12:42, 05:19](4254 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [41:05, 02:23](3093 MB) + +PASS -- COMPILE 's2sw_intel' [13:28, 11:03] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [42:08, 02:43](1820 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [42:08, 02:36](1877 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:26, 10:26] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [43:10, 02:50](1872 MB) + +PASS -- COMPILE 's2s_intel' [13:28, 10:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_intel' [42:07, 02:37](2861 MB) +PASS -- TEST 'cpld_warmstart_c48_intel' [42:07, 02:25](2871 MB) +PASS -- TEST 'cpld_restart_c48_intel' [37:07, 02:10](2285 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:35, 16:00] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [37:02, 02:05](3121 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:29, 11:34] ( 1 warnings 9 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [42:07, 02:36](1825 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:36, 02:36](1003 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:36, 02:17](1800 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 05:06] ( 1500 warnings 1986 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [40:54, 01:54](1851 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:25, 09:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_flake_intel' [29:37, 01:37](570 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [26:39, 02:02](1458 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [26:26, 02:02](1469 MB) +PASS -- TEST 'control_latlon_intel' [26:12, 02:03](1469 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [25:53, 02:16](1466 MB) +PASS -- TEST 'control_c48_intel' [25:51, 02:11](1570 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [25:45, 01:40](691 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [25:22, 02:27](1565 MB) +PASS -- TEST 'control_c192_intel' [25:17, 02:00](1586 MB) +PASS -- TEST 'control_c384_intel' [25:13, 02:10](1878 MB) +PASS -- TEST 'control_c384gdas_intel' [25:11, 03:36](1061 MB) +PASS -- TEST 'control_stochy_intel' [25:06, 01:25](522 MB) +PASS -- TEST 'control_stochy_restart_intel' [21:38, 02:03](330 MB) +PASS -- TEST 'control_lndp_intel' [24:21, 01:30](519 MB) +PASS -- TEST 'control_iovr4_intel' [23:58, 01:34](520 MB) +PASS -- TEST 'control_iovr5_intel' [23:26, 01:43](518 MB) +PASS -- TEST 'control_p8_intel' [23:19, 02:16](1760 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [23:18, 02:48](1753 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [22:57, 02:16](1757 MB) +PASS -- TEST 'control_restart_p8_intel' [16:48, 02:42](912 MB) +PASS -- TEST 'control_noqr_p8_intel' [22:01, 01:58](1756 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [16:04, 02:57](922 MB) +PASS -- TEST 'control_decomp_p8_intel' [21:57, 01:52](1759 MB) +PASS -- TEST 'control_2threads_p8_intel' [20:52, 02:29](1842 MB) +PASS -- TEST 'control_p8_lndp_intel' [20:43, 02:09](1751 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [20:34, 02:56](1812 MB) +PASS -- TEST 'control_p8_mynn_intel' [20:19, 02:49](1770 MB) +PASS -- TEST 'merra2_thompson_intel' [19:59, 02:41](1759 MB) +PASS -- TEST 'regional_control_intel' [19:28, 02:02](875 MB) +PASS -- TEST 'regional_restart_intel' [10:46, 01:20](841 MB) +PASS -- TEST 'regional_decomp_intel' [18:55, 01:19](875 MB) +PASS -- TEST 'regional_2threads_intel' [18:56, 02:15](926 MB) +PASS -- TEST 'regional_noquilt_intel' [18:08, 01:19](1196 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [18:04, 02:21](869 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [16:51, 02:13](875 MB) +PASS -- TEST 'regional_wofs_intel' [16:47, 02:12](1565 MB) + +PASS -- COMPILE 'rrfs_intel' [11:25, 08:52] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [16:41, 02:59](904 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [16:03, 01:59](1060 MB) +PASS -- TEST 'rap_decomp_intel' [15:57, 02:16](908 MB) +PASS -- TEST 'rap_2threads_intel' [15:47, 02:33](985 MB) +PASS -- TEST 'rap_restart_intel' [06:09, 03:10](776 MB) +PASS -- TEST 'rap_sfcdiff_intel' [14:33, 02:45](895 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [13:50, 02:16](904 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:00, 02:29](779 MB) +PASS -- TEST 'hrrr_control_intel' [13:08, 02:27](902 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [12:55, 02:18](901 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [12:49, 02:33](970 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:51, 01:51](732 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:48, 02:26](895 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:16, 02:28](1858 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:11, 01:49](1848 MB) + +PASS -- COMPILE 'csawmg_intel' [10:25, 08:03] +PASS -- TEST 'control_csawmg_intel' [31:42, 01:45](860 MB) +PASS -- TEST 'control_ras_intel' [31:42, 02:16](559 MB) + +PASS -- COMPILE 'wam_intel' [10:24, 08:15] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [31:42, 01:44](1549 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:24, 08:26] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [11:49, 02:46](1749 MB) +PASS -- TEST 'regional_control_faster_intel' [11:26, 01:22](868 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [09:24, 07:29] ( 867 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [31:40, 02:05](1491 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [31:40, 02:12](1500 MB) +PASS -- TEST 'control_stochy_debug_intel' [31:40, 02:01](695 MB) +PASS -- TEST 'control_lndp_debug_intel' [31:40, 01:19](695 MB) +PASS -- TEST 'control_csawmg_debug_intel' [31:40, 01:47](999 MB) +PASS -- TEST 'control_ras_debug_intel' [31:40, 02:21](703 MB) +PASS -- TEST 'control_diag_debug_intel' [31:40, 01:33](1550 MB) +PASS -- TEST 'control_debug_p8_intel' [30:58, 02:11](1781 MB) +PASS -- TEST 'regional_debug_intel' [11:24, 01:24](880 MB) +PASS -- TEST 'rap_control_debug_intel' [11:17, 01:42](1076 MB) +PASS -- TEST 'hrrr_control_debug_intel' [11:12, 01:52](1071 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:03, 01:41](1074 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [10:35, 01:31](1078 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [10:15, 02:34](1078 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:52, 02:11](1160 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:09, 01:46](1074 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:51, 01:49](1074 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:04, 01:59](1076 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:59, 02:02](1079 MB) +PASS -- TEST 'rap_noah_debug_intel' [07:06, 01:34](1073 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:09, 01:40](1078 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [06:05, 01:21](1073 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:54, 01:45](1069 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:51, 01:34](1077 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:51, 01:40](1077 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [05:23, 02:46](1076 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:20, 04:24] ( 823 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [34:44, 01:45](1573 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:24, 08:06] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:33, 01:54](929 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:38, 02:11](782 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:37, 02:44](778 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:26, 02:09](835 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:05, 02:31](827 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [02:47, 02:29](776 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [54:42, 02:48](683 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [56:49, 01:29](664 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:25, 08:00] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [02:26, 02:05](991 MB) +PASS -- TEST 'conus13km_2threads_intel' [57:36, 01:35](990 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [56:44, 01:46](865 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:11] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [01:40, 02:24](806 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:21, 04:29] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [01:23, 01:57](954 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [01:15, 01:58](952 MB) +PASS -- TEST 'conus13km_debug_intel' [00:52, 01:39](1041 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [00:28, 01:36](714 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [00:26, 01:32](1039 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [00:18, 02:18](1107 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:19, 04:20] ( 771 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [59:30, 01:21](981 MB) + +PASS -- COMPILE 'hafsw_intel' [12:26, 09:44] ( 1 warnings 9 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [59:29, 03:05](594 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [59:29, 01:58](956 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [59:26, 02:50](643 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [58:43, 03:10](665 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [58:42, 02:33](692 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [58:23, 02:11](376 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [58:22, 02:37](395 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [58:22, 02:05](290 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [56:31, 03:19](365 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [56:19, 02:08](399 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [55:46, 02:40](399 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [55:35, 02:13](478 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [55:11, 01:46](322 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:21, 04:48] ( 1444 warnings 1489 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [54:55, 01:37](500 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:24, 09:33] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [54:36, 01:59](513 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [53:52, 02:01](698 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:25, 09:47] ( 8 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [53:47, 02:14](703 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:25, 09:09] ( 8 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [52:51, 02:22](642 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [51:13, 03:00](614 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [49:44, 01:39](878 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:26, 09:52] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [49:40, 01:43](1819 MB) + +PASS -- COMPILE 'atml_intel' [11:26, 09:25] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [07:21, 05:25] ( 866 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:24, 08:28] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [43:48, 02:32](3010 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [43:23, 02:07](2897 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [42:22, 02:40](2902 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:21, 04:17] ( 868 warnings 6 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:01, 02:07](4374 MB) SYNOPSIS: -Starting Date/Time: 20241021 13:23:29 -Ending Date/Time: 20241021 14:52:52 -Total Time: 01h:30m:06s +Starting Date/Time: 20241205 18:04:06 +Ending Date/Time: 20241205 19:52:32 +Total Time: 01h:48m:58s Compiles Completed: 33/33 -Tests Completed: 156/156 +Tests Completed: 157/157 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/module-setup.sh b/tests/module-setup.sh index cd606178f6..5bbba3e465 100755 --- a/tests/module-setup.sh +++ b/tests/module-setup.sh @@ -47,7 +47,7 @@ elif [[ ${MACHINE_ID} = wcoss2 || ${MACHINE_ID} = acorn ]] ; then elif [[ ${MACHINE_ID} = derecho ]] ; then # We are on NCAR Derecho if ( ! eval module help > /dev/null 2>&1 ) ; then - source /usr/share/lmod/lmod/init/bash + source /glade/u/apps/derecho/23.09/spack/opt/spack/lmod/8.7.24/gcc/7.5.0/c645/lmod/lmod/init/bash fi module purge diff --git a/tests/parm/global_control.nml.IN b/tests/parm/global_control.nml.IN index 675bc19739..aeb1c11b2e 100644 --- a/tests/parm/global_control.nml.IN +++ b/tests/parm/global_control.nml.IN @@ -1,7 +1,7 @@ &atmos_model_nml - blocksize = 32 - chksum_debug = .false. - dycore_only = .false. + blocksize = @[BLOCKSIZE] + chksum_debug = @[CHKSUM_DEBUG] + dycore_only = @[DYCORE_ONLY] ccpp_suite = '@[CCPP_SUITE]' / @@ -22,10 +22,10 @@ &fv_core_nml layout = @[INPES],@[JNPES] - io_layout = 1,1 + io_layout = @[IO_LAYOUT] npx = @[NPX] npy = @[NPY] - ntiles = 6 + ntiles = @[NTILES] npz = @[NPZ] dz_min = @[DZ_MIN] psm_bc = @[PSM_BC] @@ -34,62 +34,62 @@ fv_debug = .false. range_warn = .true. reset_eta = .false. - n_sponge = 42 - nudge_qv = .true. - nudge_dz = .false. + n_sponge = @[N_SPONGE] + nudge_qv = @[NUDGE_QV] + nudge_dz = @[NUDGE_DZ] tau = @[TAU] - fast_tau_w_sec = 0.2 + fast_tau_w_sec = @[FAST_TAU_W_SEC] rf_cutoff = @[RF_CUTOFF] d2_bg_k1 = @[D2_BG_K1] d2_bg_k2 = @[D2_BG_K2] kord_tm = @[KORD_TM] - kord_mt = @[KORD_XX] - kord_wz = @[KORD_XX] - kord_tr = @[KORD_XX] + kord_mt = @[KORD_MT] + kord_wz = @[KORD_WZ] + kord_tr = @[KORD_TR] hydrostatic = @[HYDROSTATIC] - phys_hydrostatic = .false. - use_hydro_pressure = .false. + phys_hydrostatic = @[PHYS_HYDROSTATIC] + use_hydro_pressure = @[USE_HYDRO_PRESSURE] pass_full_omega_to_physics_in_non_hydrostatic_mode = @[UPDATE_FULL_OMEGA] beta = 0. a_imp = 1. p_fac = 0.1 k_split = @[K_SPLIT] n_split = @[N_SPLIT] - nwat = 6 + nwat = @[NWAT] na_init = @[NA_INIT] d_ext = 0. dnats = @[DNATS] fv_sg_adj = @[FV_SG_ADJ] d2_bg = 0. - nord = 2 + nord = @[NORD] dddmp = @[DDDMP] - d4_bg = 0.12 - vtdm4 = 0.02 - delt_max = 0.002 + d4_bg = @[D4_BG] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX] ke_bg = 0. do_vort_damp = @[DO_VORT_DAMP] external_ic = @[EXTERNAL_IC] - external_eta = .true. - gfs_phil = .false. + external_eta = @[EXTERNAL_ETA] + gfs_phil = @[GFS_PHIL] nggps_ic = @[NGGPS_IC] mountain = @[MOUNTAIN] - ncep_ic = .false. + ncep_ic = @[NCEP_IC] d_con = @[D_CON] - hord_mt = @[HORD_XX] - hord_vt = @[HORD_XX] - hord_tm = @[HORD_XX] + hord_mt = @[HORD_MT] + hord_vt = @[HORD_VT] + hord_tm = @[HORD_TM] hord_dp = @[HORD_DP] hord_tr = @[HORD_TR] - adjust_dry_mass = .false. - dry_mass = 98320.0 - consv_te = 1. + adjust_dry_mass = @[ADJUST_DRY_MASS] + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE] do_sat_adj = @[DO_SAT_ADJ] consv_am = .false. fill = .true. dwind_2d = .false. - print_freq = 6 + print_freq = @[PRINT_FREQ] warm_start = @[WARM_START] - no_dycore = .false. + no_dycore = @[NO_DYCORE] z_tracer = .true. agrid_vel_rst = .true. read_increment = @[READ_INCREMENT] @@ -98,9 +98,9 @@ / &external_ic_nml - filtered_terrain = .true. + filtered_terrain = @[FILTERED_TERRAIN] levp = @[NPZP] - gfs_dwinds = .true. + gfs_dwinds = @[GFS_DWINDS] checker_tr = .false. nt_checker = 0 / @@ -112,31 +112,31 @@ qdiag3d = @[QDIAG3D] print_diff_pgr = @[PRINT_DIFF_PGR] fhcyc = @[FHCYC] - use_ufo = .true. - pre_rad = .false. + use_ufo = @[USE_UFO] + pre_rad = @[PRE_RAD] imp_physics = @[IMP_PHYSICS] iovr = @[IOVR] - ltaerosol = .false. - lradar = .false. - ttendlim = -999 + ltaerosol = @[LTAEROSOL] + lradar = @[LRADAR] + ttendlim = @[TTENDLIM] dt_inner = @[DT_INNER] sedi_semi = @[SEDI_SEMI] decfl = @[DECFL] - oz_phys = .false. - oz_phys_2015 = .true. - lsoil_lsm = 4 + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] do_mynnedmf = @[DO_MYNNEDMF] - do_mynnsfclay = .false. - icloud_bl = 1 - bl_mynn_edmf = 1 - bl_mynn_tkeadvect = .true. - bl_mynn_edmf_mom = 1 - do_ugwp = .false. - do_tofd = .false. + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = @[ICLOUD_BL] + bl_mynn_edmf = @[BL_MYNN_EDMF] + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = @[BL_MYNN_EDMF_MOM] + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] gwd_opt = @[GWD_OPT] do_ugwp_v0 = @[DO_UGWP_V0] do_ugwp_v1 = @[DO_UGWP_V1] - do_ugwp_v0_orog_only = .false. + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] do_gsl_drag_ss = @[DO_GSL_DRAG_SS] @@ -147,31 +147,31 @@ min_lakeice = @[MIN_LAKEICE] min_seaice = @[MIN_SEAICE] use_cice_alb = @[USE_CICE_ALB] - pdfcld = .false. - fhswr = 3600. - fhlwr = 3600. + pdfcld = @[PDFCLD] + fhswr = @[FHSWR] + fhlwr = @[FHLWR] ialb = @[IALB] iems = @[IEMS] iaer = @[IAER] icliq_sw = @[ICLIQ_SW] - ico2 = 2 - isubc_sw = 2 - isubc_lw = 2 - isol = 2 - lwhtr = .true. - swhtr = .true. - cnvgwd = .true. + ico2 = @[ICO2] + isubc_sw = @[ISUBC_SW] + isubc_lw = @[ISUBC_LW] + isol = @[ISOL] + lwhtr = @[LWHTR] + swhtr = @[SWHTR] + cnvgwd = @[CNVGWD] shal_cnv = @[SHAL_CNV] - cal_pre = .false. - redrag = .true. - dspheat = .true. - hybedmf = .false. + cal_pre = @[CAL_PRE] + redrag = @[REDRAG] + dspheat = @[DSPHEAT] + hybedmf = @[HYBEDMF] satmedmf = @[SATMEDMF] - isatmedmf = 1 + isatmedmf = @[ISATMEDMF] lheatstrg = @[LHEATSTRG] lseaspray = @[LSEASPRAY] random_clds = @[RANDOM_CLDS] - trans_trac = .true. + trans_trac = @[TRANS_TRAC] cnvcld = @[CNVCLD] imfshalcnv = @[IMFSHALCNV] imfdeepcnv = @[IMFDEEPCNV] @@ -181,45 +181,45 @@ betadcu = @[BETADCU] ras = @[RAS] cdmbgwd = @[CDMBWD] - prslrd0 = 0. - ivegsrc = 1 - isot = 1 - lsoil = 4 + prslrd0 = @[PRSLRD0] + ivegsrc = @[IVEGSRC] + isot = @[ISOT] + lsoil = @[LSOIL] lsm = @[LSM] iopt_dveg = @[IOPT_DVEG] iopt_crs = @[IOPT_CRS] - iopt_btr = 1 - iopt_run = 1 + iopt_btr = @[IOPT_BTR] + iopt_run = @[IOPT_RUN] iopt_sfc = @[IOPT_SFC] iopt_trs = @[IOPT_TRS] iopt_diag = @[IOPT_DIAG] - iopt_frz = 1 - iopt_inf = 1 + iopt_frz = @[IOPT_FRZ] + iopt_inf = @[IOPT_INF] iopt_rad = @[IOPT_RAD] iopt_alb = @[IOPT_ALB] - iopt_snf = 4 - iopt_tbot = 2 + iopt_snf = @[IOPT_SNF] + iopt_tbot = @[IOPT_TBOT] iopt_stc = @[IOPT_STC] - debug = .false. + debug = @[DEBUG] nstf_name = @[NSTF_NAME] - nst_anl = .true. - psautco = 0.0008,0.0005 - prautco = 0.00015,0.00015 + nst_anl = @[NST_ANL] + psautco = @[PSAUTCO] + prautco = @[PRAUTCO] lgfdlmprad = @[LGFDLMPRAD] - effr_in = .true. + effr_in = @[EFFR_IN] ldiag_ugwp = @[LDIAG_UGWP] fscav_aero = @[FSCAV_AERO] do_RRTMGP = @[DO_RRTMGP] - active_gases = 'h2o_co2_o3_n2o_ch4_o2' - ngases = 6 - lw_file_gas = 'rrtmgp-data-lw-g128-210809.nc' - lw_file_clouds = 'rrtmgp-cloud-optics-coeffs-lw.nc' - sw_file_gas = 'rrtmgp-data-sw-g112-210809.nc' - sw_file_clouds = 'rrtmgp-cloud-optics-coeffs-sw.nc' - rrtmgp_nGptsSW = 112 - rrtmgp_nGptsLW = 128 - rrtmgp_nBandsLW = 16 - rrtmgp_nBandsSW = 14 + active_gases = @[ACTIVE_GASES] + ngases = @[NGASES] + lw_file_gas = @[LW_FILE_GAS] + lw_file_clouds = @[LW_FILE_CLOUDS] + sw_file_gas = @[SW_FILE_GAS] + sw_file_clouds = @[SW_FILE_CLOUDS] + rrtmgp_nGptsSW = @[RRTMGP_NGPTSSW] + rrtmgp_nGptsLW = @[RRTMGP_NGPTSLW] + rrtmgp_nBandsLW = @[RRTMGP_NBANDSLW] + rrtmgp_nBandsSW = @[RRTMGP_NBANDSSW] doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] doGP_lwscat = @[DOGP_LWSCAT] doGP_sgs_cnv = @[DOGP_SGS_CNV] @@ -251,34 +251,41 @@ ca_trigger = @[CA_TRIGGER] nspinup = @[NSPINUP] iseed_ca = @[ISEED_CA] - lndp_type = @[LNDP_TYPE] - n_var_lndp = @[N_VAR_LNDP] +@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] +@[HIDE_LAND_PERT] n_var_lndp = @[N_VAR_LNDP] +@[HIDE_NEST] lcnorm = @[LCNORM] +@[HIDE_SPPT] pert_mp = @[PERT_MP] +@[HIDE_SPPT] pert_radtend = @[PERT_RADTEND] +@[HIDE_SPPT] pert_clds = @[PERT_CLDS] +@[HIDE_IAU] iau_inc_files= @[IAU_INC_FILES] +@[HIDE_IAU] iau_drymassfixer = .false. +@[HIDE_IAU] iau_filter_increments = @[IAU_FILTER_INCREMENTS] / &cires_ugwp_nml - knob_ugwp_solver = 2 - knob_ugwp_source = 1,1,0,0 - knob_ugwp_wvspec = 1,25,25,25 - knob_ugwp_azdir = 2,4,4,4 - knob_ugwp_stoch = 0,0,0,0 - knob_ugwp_effac = 1,1,1,1 - knob_ugwp_doaxyz = 1 - knob_ugwp_doheat = 1 + knob_ugwp_solver = @[KNOB_UGWP_SOLVER] + knob_ugwp_source = @[KNOB_UGWP_SOURCE] + knob_ugwp_wvspec = @[KNOB_UGWP_WVSPEC] + knob_ugwp_azdir = @[KNOB_UGWP_AZDIR] + knob_ugwp_stoch = @[KNOB_UGWP_STOCH] + knob_ugwp_effac = @[KNOB_UGWP_EFFAC] + knob_ugwp_doaxyz = @[KNOB_UGWP_DOAXYZ] + knob_ugwp_doheat = @[KNOB_UGWP_DOHEAT] knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] knob_ugwp_version = @[KNOB_UGWP_VERSION] ! This is only for UGWP v0 -@[HIDE_UGWPV0] launch_level = 54 +@[HIDE_UGWPV0] launch_level = @[LAUNCH_LEVEL] ! These are only for UGWP v1 -@[HIDE_UGWPV1] knob_ugwp_palaunch = 275.0e2 +@[HIDE_UGWPV1] knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] @[HIDE_UGWPV1] knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] -@[HIDE_UGWPV1] knob_ugwp_lzmax = 15.750e3 -@[HIDE_UGWPV1] knob_ugwp_lzmin = 0.75e3 -@[HIDE_UGWPV1] knob_ugwp_lzstar = 2.0e3 -@[HIDE_UGWPV1] knob_ugwp_taumin = 0.25e-3 +@[HIDE_UGWPV1] knob_ugwp_lzmax = @[KNOB_UGWP_LZMAX] +@[HIDE_UGWPV1] knob_ugwp_lzmin = @[KNOB_UGWP_LZMIN] +@[HIDE_UGWPV1] knob_ugwp_lzstar = @[KNOB_UGWP_LZSTAR] +@[HIDE_UGWPV1] knob_ugwp_taumin = @[KNOB_UGWP_TAUMIN] @[HIDE_UGWPV1] knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP] -@[HIDE_UGWPV1] knob_ugwp_lhmet = 200.0e3 -@[HIDE_UGWPV1] knob_ugwp_orosolv = 'pss-1986' +@[HIDE_UGWPV1] knob_ugwp_lhmet = @[KNOB_UGWP_LHMET] +@[HIDE_UGWPV1] knob_ugwp_orosolv = @[KNOB_UGWP_OROSOLV] / &gfdl_cloud_microphysics_nml @@ -328,7 +335,7 @@ fix_negative = .true. icloud_f = 1 mp_time = 150. - reiflag = 2 + reiflag = @[REIFLAG] / &interpolator_nml @@ -358,7 +365,7 @@ FNVMXC = @[FNVMXC] FNSLPC = @[FNSLPC] FNABSC = @[FNABSC] - LDEBUG = .false. + LDEBUG = @[LDEBUG] FSMCL(2) = 99999 FSMCL(3) = 99999 FSMCL(4) = 99999 @@ -384,16 +391,43 @@ / &nam_stochy +@[HIDE_SKEB] skeb = @[SKEB] +@[HIDE_SKEB] iseed_skeb = @[ISEED_SKEB] +@[HIDE_SKEB] skeb_tau = @[SKEB_TAU] +@[HIDE_SKEB] skeb_lscale = @[SKEB_LSCALE] +@[HIDE_SKEB] skebnorm = @[SKEBNORM] +@[HIDE_SKEB] skeb_npass = @[SKEB_NPASS] +@[HIDE_SKEB] skeb_vdof = @[SKEB_VDOF] +@[HIDE_SHUM] shum = @[SHUM] +@[HIDE_SHUM] iseed_shum = @[ISEED_SHUM] +@[HIDE_SHUM] shum_tau = @[SHUM_TAU] +@[HIDE_SHUM] shum_lscale = @[SHUM_LSCALE] +@[HIDE_SPPT] sppt = @[SPPT] +@[HIDE_SPPT] iseed_sppt = @[ISEED_SPPT] +@[HIDE_SPPT] sppt_tau = @[SPPT_TAU] +@[HIDE_SPPT] sppt_lscale = @[SPPT_LSCALE] +@[HIDE_SPPT] sppt_logit = @[SPPT_LOGIT] +@[HIDE_SPPT] sppt_sfclimit = @[SPPT_SFCLIMIT] +@[HIDE_SPPT] use_zmtnblck = @[USE_ZMTNBLCK] +@[HIDE_SPPT] pbl_taper = @[PBL_TAPER] +@[HIDE_OCNSPPT] OCNSPPT = @[OCNSPPT] +@[HIDE_OCNSPPT] OCNSPPT_LSCALE = @[OCNSPPT_LSCALE] +@[HIDE_OCNSPPT] OCNSPPT_TAU = @[OCNSPPT_TAU] +@[HIDE_OCNSPPT] ISEED_OCNSPPT =@[ISEED_OCNSPPT] +@[HIDE_EPBL] EPBL = @[EPBL] +@[HIDE_EPBL] EPBL_LSCALE = @[EPBL_LSCALE] +@[HIDE_EPBL] EPBL_TAU = @[EPBL_TAU] +@[HIDE_EPBL] ISEED_EPBL = @[ISEED_EPBL] / &nam_sfcperts - lndp_type = @[LNDP_TYPE] - lndp_model_type = @[LNDP_MODEL_TYPE] - LNDP_TAU=@[LNDP_TAU] - LNDP_LSCALE=@[LNDP_LSCALE] - ISEED_LNDP=@[ISEED_LNDP] - lndp_var_list = @[LNDP_VAR_LIST] - lndp_prt_list = @[LNDP_PRT_LIST] +@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] +@[HIDE_LAND_PERT] lndp_model_type = @[LNDP_MODEL_TYPE] +@[HIDE_LAND_PERT] LNDP_TAU=@[LNDP_TAU] +@[HIDE_LAND_PERT] LNDP_LSCALE=@[LNDP_LSCALE] +@[HIDE_LAND_PERT] ISEED_LNDP=@[ISEED_LNDP] +@[HIDE_LAND_PERT] lndp_var_list = @[LNDP_VAR_LIST] +@[HIDE_LAND_PERT] lndp_prt_list = @[LNDP_PRT_LIST] / &MOM_input_nml @@ -401,5 +435,4 @@ input_filename = '@[MOM6_RESTART_SETTING]' restart_input_dir = 'INPUT/', restart_output_dir = '@[MOM6_RESTART_DIR]' - parameter_filename = 'INPUT/MOM_input', - 'INPUT/MOM_override'/ + parameter_filename = 'INPUT/MOM_input','INPUT/MOM_override'/ diff --git a/tests/parm/global_control_lnd_iau.nml.IN b/tests/parm/global_control_lnd_iau.nml.IN new file mode 100644 index 0000000000..170230dc63 --- /dev/null +++ b/tests/parm/global_control_lnd_iau.nml.IN @@ -0,0 +1,451 @@ +&atmos_model_nml + blocksize = @[BLOCKSIZE] + chksum_debug = @[CHKSUM_DEBUG] + dycore_only = @[DYCORE_ONLY] + ccpp_suite = '@[CCPP_SUITE]' +/ + +&diag_manager_nml + prepend_date = .false. + max_output_fields = @[MAX_OUTPUT_FIELDS] +/ + +&fms_nml + clock_grain = 'ROUTINE' + domains_stack_size = @[DOMAINS_STACK_SIZE] + print_memory_usage = .false. +/ + +&fms2_io_nml + netcdf_default_format = 'netcdf4' +/ + +&fv_core_nml + layout = @[INPES],@[JNPES] + io_layout = @[IO_LAYOUT] + npx = @[NPX] + npy = @[NPY] + ntiles = @[NTILES] + npz = @[NPZ] + dz_min = @[DZ_MIN] + psm_bc = @[PSM_BC] + grid_type = -1 + make_nh = @[MAKE_NH] + fv_debug = .false. + range_warn = .true. + reset_eta = .false. + n_sponge = @[N_SPONGE] + nudge_qv = @[NUDGE_QV] + nudge_dz = @[NUDGE_DZ] + tau = @[TAU] + fast_tau_w_sec = @[FAST_TAU_W_SEC] + rf_cutoff = @[RF_CUTOFF] + d2_bg_k1 = @[D2_BG_K1] + d2_bg_k2 = @[D2_BG_K2] + kord_tm = @[KORD_TM] + kord_mt = @[KORD_MT] + kord_wz = @[KORD_WZ] + kord_tr = @[KORD_TR] + hydrostatic = @[HYDROSTATIC] + phys_hydrostatic = @[PHYS_HYDROSTATIC] + use_hydro_pressure = @[USE_HYDRO_PRESSURE] + pass_full_omega_to_physics_in_non_hydrostatic_mode = @[UPDATE_FULL_OMEGA] + beta = 0. + a_imp = 1. + p_fac = 0.1 + k_split = @[K_SPLIT] + n_split = @[N_SPLIT] + nwat = @[NWAT] + na_init = @[NA_INIT] + d_ext = 0. + dnats = @[DNATS] + fv_sg_adj = @[FV_SG_ADJ] + d2_bg = 0. + nord = @[NORD] + dddmp = @[DDDMP] + d4_bg = @[D4_BG] + vtdm4 = @[VTDM4] + delt_max = @[DELT_MAX] + ke_bg = 0. + do_vort_damp = @[DO_VORT_DAMP] + external_ic = @[EXTERNAL_IC] + external_eta = @[EXTERNAL_ETA] + gfs_phil = @[GFS_PHIL] + nggps_ic = @[NGGPS_IC] + mountain = @[MOUNTAIN] + ncep_ic = @[NCEP_IC] + d_con = @[D_CON] + hord_mt = @[HORD_MT] + hord_vt = @[HORD_VT] + hord_tm = @[HORD_TM] + hord_dp = @[HORD_DP] + hord_tr = @[HORD_TR] + adjust_dry_mass = @[ADJUST_DRY_MASS] + dry_mass = @[DRY_MASS] + consv_te = @[CONSV_TE] + do_sat_adj = @[DO_SAT_ADJ] + consv_am = .false. + fill = .true. + dwind_2d = .false. + print_freq = @[PRINT_FREQ] + warm_start = @[WARM_START] + no_dycore = @[NO_DYCORE] + z_tracer = .true. + agrid_vel_rst = .true. + read_increment = @[READ_INCREMENT] + res_latlon_dynamics = @[RES_LATLON_DYNAMICS] + increment_file_on_native_grid = @[INCREMENT_FILE_ON_NATIVE_GRID] +/ + +&external_ic_nml + filtered_terrain = @[FILTERED_TERRAIN] + levp = @[NPZP] + gfs_dwinds = @[GFS_DWINDS] + checker_tr = .false. + nt_checker = 0 +/ + +&gfs_physics_nml + fhzero = @[FHZERO] + h2o_phys = .true. + ldiag3d = @[LDIAG3D] + qdiag3d = @[QDIAG3D] + print_diff_pgr = @[PRINT_DIFF_PGR] + fhcyc = @[FHCYC] + use_ufo = @[USE_UFO] + pre_rad = @[PRE_RAD] + imp_physics = @[IMP_PHYSICS] + iovr = @[IOVR] + ltaerosol = @[LTAEROSOL] + lradar = @[LRADAR] + ttendlim = @[TTENDLIM] + dt_inner = @[DT_INNER] + sedi_semi = @[SEDI_SEMI] + decfl = @[DECFL] + oz_phys = @[OZ_PHYS_NEW] + oz_phys_2015 = @[OZ_PHYS_OLD] + lsoil_lsm = @[LSOIL_LSM] + do_mynnedmf = @[DO_MYNNEDMF] + do_mynnsfclay = @[DO_MYNNSFCLAY] + icloud_bl = @[ICLOUD_BL] + bl_mynn_edmf = @[BL_MYNN_EDMF] + bl_mynn_tkeadvect = @[BL_MYNN_TKEADVECT] + bl_mynn_edmf_mom = @[BL_MYNN_EDMF_MOM] + do_ugwp = @[DO_UGWP] + do_tofd = @[DO_TOFD] + gwd_opt = @[GWD_OPT] + do_ugwp_v0 = @[DO_UGWP_V0] + do_ugwp_v1 = @[DO_UGWP_V1] + do_ugwp_v0_orog_only = @[DO_UGWP_V0_OROG_ONLY] + do_ugwp_v0_nst_only = @[DO_UGWP_V0_NST_ONLY] + do_gsl_drag_ls_bl = @[DO_GSL_DRAG_LS_BL] + do_gsl_drag_ss = @[DO_GSL_DRAG_SS] + do_gwd_opt_psl = @[DO_GWD_OPT_PSL] + psl_gwd_dx_factor = @[PSL_GWD_DX_FACTOR] + do_gsl_drag_tofd = @[DO_GSL_DRAG_TOFD] + do_ugwp_v1_orog_only = @[DO_UGWP_V1_OROG_ONLY] + min_lakeice = @[MIN_LAKEICE] + min_seaice = @[MIN_SEAICE] + use_cice_alb = @[USE_CICE_ALB] + pdfcld = @[PDFCLD] + fhswr = @[FHSWR] + fhlwr = @[FHLWR] + ialb = @[IALB] + iems = @[IEMS] + iaer = @[IAER] + icliq_sw = @[ICLIQ_SW] + ico2 = @[ICO2] + isubc_sw = @[ISUBC_SW] + isubc_lw = @[ISUBC_LW] + isol = @[ISOL] + lwhtr = @[LWHTR] + swhtr = @[SWHTR] + cnvgwd = @[CNVGWD] + shal_cnv = @[SHAL_CNV] + cal_pre = @[CAL_PRE] + redrag = @[REDRAG] + dspheat = @[DSPHEAT] + hybedmf = @[HYBEDMF] + satmedmf = @[SATMEDMF] + isatmedmf = @[ISATMEDMF] + lheatstrg = @[LHEATSTRG] + lseaspray = @[LSEASPRAY] + random_clds = @[RANDOM_CLDS] + trans_trac = @[TRANS_TRAC] + cnvcld = @[CNVCLD] + imfshalcnv = @[IMFSHALCNV] + imfdeepcnv = @[IMFDEEPCNV] + progsigma = @[PROGSIGMA] + betascu = @[BETASCU] + betamcu = @[BETAMCU] + betadcu = @[BETADCU] + ras = @[RAS] + cdmbgwd = @[CDMBWD] + prslrd0 = @[PRSLRD0] + ivegsrc = @[IVEGSRC] + isot = @[ISOT] + lsoil = @[LSOIL] + lsm = @[LSM] + iopt_dveg = @[IOPT_DVEG] + iopt_crs = @[IOPT_CRS] + iopt_btr = @[IOPT_BTR] + iopt_run = @[IOPT_RUN] + iopt_sfc = @[IOPT_SFC] + iopt_trs = @[IOPT_TRS] + iopt_diag = @[IOPT_DIAG] + iopt_frz = @[IOPT_FRZ] + iopt_inf = @[IOPT_INF] + iopt_rad = @[IOPT_RAD] + iopt_alb = @[IOPT_ALB] + iopt_snf = @[IOPT_SNF] + iopt_tbot = @[IOPT_TBOT] + iopt_stc = @[IOPT_STC] + debug = @[DEBUG] + nstf_name = @[NSTF_NAME] + nst_anl = @[NST_ANL] + psautco = @[PSAUTCO] + prautco = @[PRAUTCO] + lgfdlmprad = @[LGFDLMPRAD] + effr_in = @[EFFR_IN] + ldiag_ugwp = @[LDIAG_UGWP] + fscav_aero = @[FSCAV_AERO] + do_RRTMGP = @[DO_RRTMGP] + active_gases = @[ACTIVE_GASES] + ngases = @[NGASES] + lw_file_gas = @[LW_FILE_GAS] + lw_file_clouds = @[LW_FILE_CLOUDS] + sw_file_gas = @[SW_FILE_GAS] + sw_file_clouds = @[SW_FILE_CLOUDS] + rrtmgp_nGptsSW = @[RRTMGP_NGPTSSW] + rrtmgp_nGptsLW = @[RRTMGP_NGPTSLW] + rrtmgp_nBandsLW = @[RRTMGP_NBANDSLW] + rrtmgp_nBandsSW = @[RRTMGP_NBANDSSW] + doGP_cldoptics_LUT = @[DOGP_CLDOPTICS_LUT] + doGP_lwscat = @[DOGP_LWSCAT] + doGP_sgs_cnv = @[DOGP_SGS_CNV] + do_sppt = @[DO_SPPT] + do_shum = @[DO_SHUM] + do_skeb = @[DO_SKEB] + iaufhrs = @[IAUFHRS] + iau_delthrs = @[IAU_DELTHRS] + iau_inc_files= @[IAU_INC_FILES] + iau_drymassfixer = .false. + use_med_flux = @[USE_MED_FLUX] + frac_grid = @[FRAC_GRID] + cplchm = @[CPLCHM] + cplflx = @[CPLFLX] + cplice = @[CPLICE] + cplwav = @[CPLWAV] + cplwav2atm = @[CPLWAV2ATM] + cpllnd = @[CPLLND] + cpllnd2atm = @[CPLLND2ATM] + do_ca = @[DO_CA] + ca_global = @[CA_GLOBAL] + ca_sgs = @[CA_SGS] + nca = @[NCA] + ncells = @[NCELLS] + nlives = @[NLIVES] + nseed = @[NSEED] + nfracseed = @[NFRACSEED] + nthresh = @[NTHRESH] + ca_trigger = @[CA_TRIGGER] + nspinup = @[NSPINUP] + iseed_ca = @[ISEED_CA] +@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] +@[HIDE_LAND_PERT] n_var_lndp = @[N_VAR_LNDP] +@[HIDE_NEST] lcnorm = @[LCNORM] +@[HIDE_SPPT] pert_mp = @[PERT_MP] +@[HIDE_SPPT] pert_radtend = @[PERT_RADTEND] +@[HIDE_SPPT] pert_clds = @[PERT_CLDS] +@[HIDE_IAU] iau_inc_files= @[IAU_INC_FILES] +@[HIDE_IAU] iau_drymassfixer = .false. +@[HIDE_IAU] iau_filter_increments = @[IAU_FILTER_INCREMENTS] +/ + +&land_iau_nml + do_land_iau=.true. + land_iau_fhrs=3,6,9 + land_iau_delthrs=6 + land_iau_inc_files='sfc_inc','' + lsoil_incr=3 + land_iau_filter_increments=.false. + land_iau_upd_stc=.true. + land_iau_upd_slc=.true. + land_iau_do_stcsmc_adjustment=.true. + land_iau_min_T_increment=0.0001 +/ + +&cires_ugwp_nml + knob_ugwp_solver = @[KNOB_UGWP_SOLVER] + knob_ugwp_source = @[KNOB_UGWP_SOURCE] + knob_ugwp_wvspec = @[KNOB_UGWP_WVSPEC] + knob_ugwp_azdir = @[KNOB_UGWP_AZDIR] + knob_ugwp_stoch = @[KNOB_UGWP_STOCH] + knob_ugwp_effac = @[KNOB_UGWP_EFFAC] + knob_ugwp_doaxyz = @[KNOB_UGWP_DOAXYZ] + knob_ugwp_doheat = @[KNOB_UGWP_DOHEAT] + knob_ugwp_dokdis = @[KNOB_UGWP_DOKDIS] + knob_ugwp_ndx4lh = @[KNOB_UGWP_NDX4LH] + knob_ugwp_version = @[KNOB_UGWP_VERSION] + ! This is only for UGWP v0 +@[HIDE_UGWPV0] launch_level = @[LAUNCH_LEVEL] + ! These are only for UGWP v1 +@[HIDE_UGWPV1] knob_ugwp_palaunch = @[KNOB_UGWP_PALAUNCH] +@[HIDE_UGWPV1] knob_ugwp_nslope = @[KNOB_UGWP_NSLOPE] +@[HIDE_UGWPV1] knob_ugwp_lzmax = @[KNOB_UGWP_LZMAX] +@[HIDE_UGWPV1] knob_ugwp_lzmin = @[KNOB_UGWP_LZMIN] +@[HIDE_UGWPV1] knob_ugwp_lzstar = @[KNOB_UGWP_LZSTAR] +@[HIDE_UGWPV1] knob_ugwp_taumin = @[KNOB_UGWP_TAUMIN] +@[HIDE_UGWPV1] knob_ugwp_tauamp = @[KNOB_UGWP_TAUAMP] +@[HIDE_UGWPV1] knob_ugwp_lhmet = @[KNOB_UGWP_LHMET] +@[HIDE_UGWPV1] knob_ugwp_orosolv = @[KNOB_UGWP_OROSOLV] +/ + +&gfdl_cloud_microphysics_nml + sedi_transport = .true. + do_sedi_heat = .false. + rad_snow = .true. + rad_graupel = .true. + rad_rain = .true. + const_vi = .false. + const_vs = .false. + const_vg = .false. + const_vr = .false. + vi_max = 1. + vs_max = 2. + vg_max = 12. + vr_max = 12. + qi_lim = 1. + prog_ccn = .false. + do_qa = .true. + fast_sat_adj = .true. + tau_l2v = 225. + tau_v2l = 150. + tau_g2v = 900. + rthresh = 10.e-6 ! This is a key parameter for cloud water + dw_land = 0.16 + dw_ocean = 0.10 + ql_gen = 1.0e-3 + ql_mlt = 1.0e-3 + qi0_crt = 8.0e-5 + qs0_crt = 1.0e-3 + tau_i2s = 1000. + c_psaci = 0.05 + c_pgacs = 0.01 + rh_inc = 0.30 + rh_inr = 0.30 + rh_ins = 0.30 + ccn_l = 300. + ccn_o = 100. + c_paut = 0.5 + c_cracw = 0.8 + use_ppm = .false. + use_ccn = .true. + mono_prof = .true. + z_slope_liq = .true. + z_slope_ice = .true. + de_ice = .false. + fix_negative = .true. + icloud_f = 1 + mp_time = 150. + reiflag = @[REIFLAG] +/ + +&interpolator_nml + interp_method = 'conserve_great_circle' +/ + +&namsfc + FNGLAC = @[FNGLAC] + FNMXIC = @[FNMXIC] + FNTSFC = @[FNTSFC] + FNSNOC = @[FNSNOC] + FNZORC = @[FNZORC] + FNALBC = @[FNALBC] + FNALBC2 = @[FNALBC2] + FNAISC = @[FNAISC] + FNTG3C = @[FNTG3C] + FNVEGC = @[FNVEGC] + FNVETC = @[FNVETC] + FNSOTC = @[FNSOTC] + FNSOCC = @[FNSOCC] + FNSMCC = @[FNSMCC] + FNMSKH = @[FNMSKH] + FNTSFA = '' + FNACNA = '' + FNSNOA = '' + FNVMNC = @[FNVMNC] + FNVMXC = @[FNVMXC] + FNSLPC = @[FNSLPC] + FNABSC = @[FNABSC] + LDEBUG = @[LDEBUG] + FSMCL(2) = 99999 + FSMCL(3) = 99999 + FSMCL(4) = 99999 + LANDICE = @[LANDICE] + FTSFS = @[FTSFS] + FAISL = 99999 + FAISS = 99999 + FSNOL = 99999 + FSNOS = 99999 + FSICL = @[FSICL] + FSICS = @[FSICS] + FTSFL = 99999 + FVETL = 99999 + FSOTL = 99999 + FvmnL = 99999 + FvmxL = 99999 + FSLPL = 99999 + FABSL = 99999 +/ + +&fv_grid_nml + grid_file = 'INPUT/grid_spec.nc' +/ + +&nam_stochy +@[HIDE_SKEB] skeb = @[SKEB] +@[HIDE_SKEB] iseed_skeb = @[ISEED_SKEB] +@[HIDE_SKEB] skeb_tau = @[SKEB_TAU] +@[HIDE_SKEB] skeb_lscale = @[SKEB_LSCALE] +@[HIDE_SKEB] skebnorm = @[SKEBNORM] +@[HIDE_SKEB] skeb_npass = @[SKEB_NPASS] +@[HIDE_SKEB] skeb_vdof = @[SKEB_VDOF] +@[HIDE_SHUM] shum = @[SHUM] +@[HIDE_SHUM] iseed_shum = @[ISEED_SHUM] +@[HIDE_SHUM] shum_tau = @[SHUM_TAU] +@[HIDE_SHUM] shum_lscale = @[SHUM_LSCALE] +@[HIDE_SPPT] sppt = @[SPPT] +@[HIDE_SPPT] iseed_sppt = @[ISEED_SPPT] +@[HIDE_SPPT] sppt_tau = @[SPPT_TAU] +@[HIDE_SPPT] sppt_lscale = @[SPPT_LSCALE] +@[HIDE_SPPT] sppt_logit = @[SPPT_LOGIT] +@[HIDE_SPPT] sppt_sfclimit = @[SPPT_SFCLIMIT] +@[HIDE_SPPT] use_zmtnblck = @[USE_ZMTNBLCK] +@[HIDE_SPPT] pbl_taper = @[PBL_TAPER] +@[HIDE_OCNSPPT] OCNSPPT = @[OCNSPPT] +@[HIDE_OCNSPPT] OCNSPPT_LSCALE = @[OCNSPPT_LSCALE] +@[HIDE_OCNSPPT] OCNSPPT_TAU = @[OCNSPPT_TAU] +@[HIDE_OCNSPPT] ISEED_OCNSPPT =@[ISEED_OCNSPPT] +@[HIDE_EPBL] EPBL = @[EPBL] +@[HIDE_EPBL] EPBL_LSCALE = @[EPBL_LSCALE] +@[HIDE_EPBL] EPBL_TAU = @[EPBL_TAU] +@[HIDE_EPBL] ISEED_EPBL = @[ISEED_EPBL] +/ + +&nam_sfcperts +@[HIDE_LAND_PERT] lndp_type = @[LNDP_TYPE] +@[HIDE_LAND_PERT] lndp_model_type = @[LNDP_MODEL_TYPE] +@[HIDE_LAND_PERT] LNDP_TAU=@[LNDP_TAU] +@[HIDE_LAND_PERT] LNDP_LSCALE=@[LNDP_LSCALE] +@[HIDE_LAND_PERT] ISEED_LNDP=@[ISEED_LNDP] +@[HIDE_LAND_PERT] lndp_var_list = @[LNDP_VAR_LIST] +@[HIDE_LAND_PERT] lndp_prt_list = @[LNDP_PRT_LIST] +/ + +&MOM_input_nml + output_directory = '@[MOM6_OUTPUT_DIR]', + input_filename = '@[MOM6_RESTART_SETTING]' + restart_input_dir = 'INPUT/', + restart_output_dir = '@[MOM6_RESTART_DIR]' + parameter_filename = 'INPUT/MOM_input','INPUT/MOM_override'/ diff --git a/tests/parm/ice_in.IN b/tests/parm/ice_in.IN index 6203e69a89..3afec47ce9 100644 --- a/tests/parm/ice_in.IN +++ b/tests/parm/ice_in.IN @@ -50,6 +50,7 @@ histfreq = 'm','d','h','1','x' histfreq_n = @[CICE_HISTFREQ_N] hist_avg = @[CICE_HIST_AVG] + hist_suffix = @[CICE_hist_suffix] history_dir = '@[CICE_HISTORY_DIR]' history_file = 'iceh' write_ic = .true. diff --git a/tests/parm/ufs.configure.atm_lnd.IN b/tests/parm/ufs.configure.atm_lnd.IN index de2991fcac..4210c3bf0f 100644 --- a/tests/parm/ufs.configure.atm_lnd.IN +++ b/tests/parm/ufs.configure.atm_lnd.IN @@ -113,7 +113,6 @@ ALLCOMP_attributes:: stop_option = nhours stop_ymd = -999 read_restart = @[READRESTART] - mediator_present = true orb_eccen = 1.e36 orb_iyear = 2000 orb_iyear_align = 2000 diff --git a/tests/parm/ufs.configure.atmw.IN b/tests/parm/ufs.configure.atmw.IN index bd1c554ecc..3d9caa18e7 100644 --- a/tests/parm/ufs.configure.atmw.IN +++ b/tests/parm/ufs.configure.atmw.IN @@ -35,7 +35,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = true + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: diff --git a/tests/parm/ufs.configure.hafs_atm_docn.IN b/tests/parm/ufs.configure.hafs_atm_docn.IN index c5d5304eb6..09e469b5b9 100644 --- a/tests/parm/ufs.configure.hafs_atm_docn.IN +++ b/tests/parm/ufs.configure.hafs_atm_docn.IN @@ -99,7 +99,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn.IN b/tests/parm/ufs.configure.hafs_atm_ocn.IN index 8b16fd5ef7..91dd787e69 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn.IN @@ -128,7 +128,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN index c9cc9d0fe2..9b089d556a 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav.IN @@ -86,7 +86,15 @@ WAV_attributes:: OverwriteSlice = false merge_import = .true. mesh_wav = @[MESH_WAV] - user_sets_restname = true + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # Run Sequence # @@ -141,7 +149,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN index f1b2bd18ca..47f36bad1f 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_inline.IN @@ -88,7 +88,15 @@ WAV_attributes:: OverwriteSlice = false merge_import = .false. mesh_wav = @[MESH_WAV] - user_sets_restname = true + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # Run Sequence # @@ -145,7 +153,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN index 2a57c59cf3..81930e3209 100644 --- a/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN +++ b/tests/parm/ufs.configure.hafs_atm_ocn_wav_mom6.IN @@ -74,7 +74,15 @@ WAV_attributes:: OverwriteSlice = false merge_import = .false. mesh_wav = @[MESH_WAV] - user_sets_restname = true + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # Run Sequence # @@ -131,7 +139,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.hafs_atm_wav.IN b/tests/parm/ufs.configure.hafs_atm_wav.IN index 9adfb9ed85..bd0192db36 100644 --- a/tests/parm/ufs.configure.hafs_atm_wav.IN +++ b/tests/parm/ufs.configure.hafs_atm_wav.IN @@ -55,7 +55,15 @@ WAV_attributes:: OverwriteSlice = false merge_import = .true. mesh_wav = @[MESH_WAV] - user_sets_restname = true + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # Run Sequence # @@ -103,7 +111,6 @@ ALLCOMP_attributes:: orb_mode = fixed_year orb_mvelp = 1.e36 orb_obliq = 1.e36 - mediator_present = true stop_n = @[FHMAX] stop_option = nhours stop_ymd = -999 diff --git a/tests/parm/ufs.configure.s2sw.IN b/tests/parm/ufs.configure.s2sw.IN index 1ccf32fe09..9ba2a9c2e1 100644 --- a/tests/parm/ufs.configure.s2sw.IN +++ b/tests/parm/ufs.configure.s2sw.IN @@ -62,7 +62,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ufs.configure.s2sw_esmf.IN b/tests/parm/ufs.configure.s2sw_esmf.IN index a9eed48546..0bfd8dc3d7 100644 --- a/tests/parm/ufs.configure.s2sw_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_esmf.IN @@ -67,7 +67,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ufs.configure.s2sw_fast_esmf.IN b/tests/parm/ufs.configure.s2sw_fast_esmf.IN index 3d7df9de69..623fab0124 100644 --- a/tests/parm/ufs.configure.s2sw_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2sw_fast_esmf.IN @@ -67,7 +67,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ufs.configure.s2swa.IN b/tests/parm/ufs.configure.s2swa.IN index a1bb9f95a6..2fa6ac40c3 100644 --- a/tests/parm/ufs.configure.s2swa.IN +++ b/tests/parm/ufs.configure.s2swa.IN @@ -69,7 +69,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ufs.configure.s2swa_esmf.IN b/tests/parm/ufs.configure.s2swa_esmf.IN index 820da8ee0f..91410741de 100644 --- a/tests/parm/ufs.configure.s2swa_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_esmf.IN @@ -75,7 +75,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ufs.configure.s2swa_fast_esmf.IN b/tests/parm/ufs.configure.s2swa_fast_esmf.IN index e77f9266bc..5ded338a95 100644 --- a/tests/parm/ufs.configure.s2swa_fast_esmf.IN +++ b/tests/parm/ufs.configure.s2swa_fast_esmf.IN @@ -74,7 +74,15 @@ WAV_attributes:: Verbosity = 0 OverwriteSlice = false mesh_wav = @[MESH_WAV] - user_sets_restname = @[WW3_user_sets_restname] + user_histname = @[WW3_user_histname] + use_historync = @[WW3_historync] + use_restartnc = @[WW3_restartnc] + restart_from_binary = @[WW3_restart_from_binary] + pio_typename = @[WW3_PIO_FORMAT] + pio_numiotasks = @[WW3_PIO_IOTASKS] + pio_stride = @[WW3_PIO_STRIDE] + pio_rearranger = @[WW3_PIO_REARR] + pio_root = @[WW3_PIO_ROOT] :: # CMEPS warm run sequence diff --git a/tests/parm/ww3_shel.nml.IN b/tests/parm/ww3_shel.nml.IN index 4921a6d9ad..fa0b02de1d 100644 --- a/tests/parm/ww3_shel.nml.IN +++ b/tests/parm/ww3_shel.nml.IN @@ -9,6 +9,7 @@ &output_type_nml type%field%list = '@[WW3_OUTPARS]' type%point%file = 'ww3_points.list' + type%restart%extra = '@[WW3_RSTFLDS]' / &output_date_nml @@ -16,5 +17,4 @@ date%field%stride = '@[WW3_DTFLD]' date%point%outffile = '1' date%point%stride = '@[WW3_DTPNT]' - date%restart2%stride = '@[WW3_DT_2_RST]' / diff --git a/tests/rt.conf b/tests/rt.conf index 347840ec31..6c1b30a747 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -19,7 +19,10 @@ # Item 4: Controls whether the run creates its own baseline or it uses the baseline from a different (control) test. # Item 5: Test name to compare baselines with if not itself. -### Intel Tests ### +############################# +### Intel (Classic) Tests ### +############################# + ### S2S tests ### COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | @@ -96,6 +99,7 @@ RUN | control_latlon | RUN | control_wrtGauss_netcdf_parallel | | baseline | RUN | control_c48 | | baseline | RUN | control_c48.v2.sfc | | baseline | +RUN | control_c48_lnd_iau | | baseline | RUN | control_c192 | - noaacloud | baseline | RUN | control_c384 | | baseline | RUN | control_c384gdas | - noaacloud | baseline | @@ -146,12 +150,9 @@ COMPILE | csawmg | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v1 RUN | control_csawmg | - noaacloud | baseline | RUN | control_ras | - noaacloud | baseline | -COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | -RUN | control_csawmg | + hera hercules | baseline | - # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | -RUN | control_wam | - noaacloud | baseline | +RUN | control_wam | - noaacloud | baseline | COMPILE | atm_faster_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DFASTER=ON | | fv3 | RUN | control_p8_faster | - noaacloud | baseline | @@ -190,10 +191,10 @@ COMPILE | atm_debug_dyn32 | gnu | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES= RUN | control_csawmg_debug | + hera hercules | baseline | COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | control_wam_debug | - noaacloud hercules | baseline | +RUN | control_wam_debug | - noaacloud hercules | baseline | ### 32-bit physics tests ### -COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | +COMPILE | rrfs_dyn32_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | - noaacloud | fv3 | RUN | regional_spp_sppt_shum_skeb_dyn32_phy32 | - noaacloud | baseline | RUN | rap_control_dyn32_phy32 | - noaacloud | baseline | RUN | hrrr_control_dyn32_phy32 | - noaacloud | baseline | @@ -213,21 +214,21 @@ RUN | conus13km_restart_mismatch | - noaacloud # RUN | conus13km_decomp | - noaacloud | | conus13km_control COMPILE | rrfs_dyn64_phy32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32 | - noaacloud | baseline | COMPILE | rrfs_dyn32_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR,FV3_HRRR_gf -D32BIT=ON -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | -RUN | conus13km_debug | - noaacloud | baseline | -RUN | conus13km_debug_qr | - noaacloud | | -RUN | conus13km_debug_2threads | - noaacloud | | -RUN | conus13km_radar_tten_debug | - noaacloud | baseline | +RUN | rap_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | hrrr_control_debug_dyn32_phy32 | - noaacloud | baseline | +RUN | conus13km_debug | - noaacloud | baseline | +RUN | conus13km_debug_qr | - noaacloud | | +RUN | conus13km_debug_2threads | - noaacloud | | +RUN | conus13km_radar_tten_debug | - noaacloud | baseline | # Expected to fail: -# RUN | conus13km_debug_decomp | - noaacloud | | +# RUN | conus13km_debug_decomp | - noaacloud | | COMPILE | rrfs_dyn64_phy32_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -DCCPP_32BIT=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | +RUN | rap_control_dyn64_phy32_debug | - noaacloud | baseline | ### HAFS tests ### COMPILE | hafsw | intel | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf,FV3_HAFS_v1_gfdlmp_tedmf_nonsst,FV3_HAFS_v1_thompson_tedmf_gfdlsf,FV3_global_nest_v1 -D32BIT=ON | | fv3 | @@ -296,11 +297,10 @@ COMPILE | datm_cdeps_lm4 | intel | -DAPP=LND-LM4 | + hera orion gaea | fv3 | RUN | datm_cdeps_lm4_gswp3 | + hera orion gaea | baseline | RUN | datm_cdeps_lm4_gswp3_rst | + hera orion gaea | | datm_cdeps_lm4_gswp3 - ### AMIP+ tests ### COMPILE | atm_ds2s_docn_pcice | intel | -DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | atm_ds2s_docn_pcice | - noaacloud | baseline | -COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 acorn | fv3 | +COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 acorn | fv3 | RUN | atm_ds2s_docn_dice | - noaacloud wcoss2 acorn | baseline | cpld_control_nowave_noaero_p8 ### ATM-LND tests ### @@ -328,9 +328,59 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intel | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - hera jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - hera jet s4 noaacloud | baseline | + +### ATM-FBH test ### +COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | +RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | + + + +############################# +### Intel (LLVM) Tests ###### +############################# + + +# Coupled gfs17 tests on Gaea +COMPILE | s2swa_32bit_pdlib | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | +RUN | cpld_control_gfsv17 | + gaea | baseline | + +COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + gaea | fv3 | +RUN | cpld_debug_gfsv17 | + gaea | baseline | + +COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + gaea | fv3 | +RUN | cpld_control_sfs | + gaea | baseline | + +COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + gaea | fv3 | +RUN | cpld_control_p8 | + gaea | baseline | + +# Regional RRFS tests on Hera +COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera | fv3 | +RUN | rap_control_dyn32_phy32 | + hera | baseline | + +COMPILE | rrfs_dyn64_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -DCCPP_32BIT=ON | + hera | fv3 | +RUN | rap_control_dyn64_phy32 | + hera | baseline | + +# HAFS tests on Orion +COMPILE | hafsw | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | + orion | fv3 | +RUN | hafs_regional_storm_following_1nest_atm_ocn | + orion | baseline | + +COMPILE | hafsw_debug | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON -DDEBUG=ON | + orion | fv3 | +RUN | hafs_regional_storm_following_1nest_atm_ocn_debug | + orion | baseline | + +# DATM/CDEPS tests on Hercules +COMPILE | datm_cdeps | intelllvm | -DAPP=NG-GODAS | + hercules | fv3 | +RUN | datm_cdeps_control_cfsr | + hercules | baseline | + +COMPILE | datm_cdeps_debug | intelllvm | -DAPP=NG-GODAS -DDEBUG=ON | + hercules | fv3 | +RUN | datm_cdeps_debug_cfsr | + hercules | baseline | + + + +############################# +### Gnu Tests ############### +############################# -### GNU TESTS ### ### CCPP PROD tests ### COMPILE | atm | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1 | + hera hercules | fv3 | RUN | control_c48 | + hera hercules | baseline | @@ -356,6 +406,9 @@ RUN | hrrr_control_restart | + hera hercules RUN | hrrr_control_restart_noqr | + hera hercules | | hrrr_control_noqr RUN | rrfs_v1beta | + hera hercules | baseline | +COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | +RUN | control_csawmg | + hera hercules | baseline | + ### CCPP DEBUG tests ### # Exercise compilation without specifying suites (i.e. compile all suites) in DEBUG mode (faster than in PROD mode) COMPILE | atm_dyn32_debug | gnu | -DAPP=ATM -D32BIT=ON -DDEBUG=ON | + hera hercules | fv3 | @@ -376,10 +429,8 @@ RUN | rap_flake_debug | + hera hercules RUN | rap_clm_lake_debug | + hera hercules | baseline | RUN | gnv1_c96_no_nest_debug | + hera hercules | baseline | - COMPILE | wam_debug | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v17_p8 -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | control_wam_debug | + hercules | baseline | - +RUN | control_wam_debug | + hercules | baseline | ### 32-bit physics tests ### COMPILE | rrfs_dyn32_phy32 | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_HRRR -D32BIT=ON -DCCPP_32BIT=ON | + hera hercules | fv3 | @@ -430,12 +481,8 @@ COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugw RUN | cpld_control_pdlib_p8 | + hera hercules | baseline | COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera hercules | fv3 | -RUN | cpld_debug_pdlib_p8 | + hercules | baseline | +RUN | cpld_debug_pdlib_p8 | + hercules | baseline | ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS | + hera hercules | fv3 | RUN | datm_cdeps_control_cfsr | + hera hercules | baseline | - -### ATM-FBH test ### -COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | -RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | diff --git a/tests/rt_intelllvm.conf b/tests/rt_intelllvm.conf index cd3069555b..c22ae38008 100644 --- a/tests/rt_intelllvm.conf +++ b/tests/rt_intelllvm.conf @@ -36,9 +36,9 @@ COMPILE | s2swa_32bit_pdlib_sfs | intelllvm | -DAPP=S2SWA -D32BIT=ON -DHYDRO=ON RUN | cpld_control_sfs | - noaacloud | baseline | COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud jet | fv3 | -RUN | cpld_debug_gfsv17 | - noaacloud jet derecho | baseline | +RUN | cpld_debug_gfsv17 | - noaacloud jet | baseline | -COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 @@ -56,35 +56,35 @@ RUN | cpld_restart_bmark_p8 | - s4 jet acorn noaaclo # Aerosol, no Wave RUN | cpld_s2sa_p8 | - noaacloud | baseline | -COMPILE | s2sw | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2sw | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_noaero_p8 | | baseline | RUN | cpld_control_nowave_noaero_p8 | - noaacloud | baseline | -COMPILE | s2swa_debug | intelllvm | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2swa_debug | intelllvm | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_p8 | - wcoss2 acorn noaacloud | baseline | -COMPILE | s2sw_debug | intelllvm | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | - wcoss2 noaacloud acorn | fv3 | +COMPILE | s2sw_debug | intelllvm | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_debug_noaero_p8 | - wcoss2 acorn noaacloud | baseline | # Waves and aerosol off for computing fluxes in mediator COMPILE | s2s_aoflux | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | RUN | cpld_control_noaero_p8_agrid | | baseline | -COMPILE | s2s | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | +COMPILE | s2s | intelllvm | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_c48 | | baseline | RUN | cpld_warmstart_c48 | - noaacloud | baseline | RUN | cpld_restart_c48 | - noaacloud | | cpld_warmstart_c48 -COMPILE | s2swa_faster | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DFASTER=ON | - noaacloud | fv3 | +COMPILE | s2swa_faster | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DFASTER=ON | - noaacloud | fv3 | RUN | cpld_control_p8_faster | - noaacloud | baseline | # Unstructured WW3 mesh -COMPILE | s2sw_pdlib | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 | RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 -COMPILE | s2sw_pdlib_debug | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | +COMPILE | s2sw_pdlib_debug | intelllvm | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | ### ATM tests ### @@ -125,11 +125,6 @@ RUN | regional_netcdf_parallel | - acorn RUN | regional_2dwrtdecomp | | | RUN | regional_wofs | - jet s4 | baseline | -COMPILE | ifi | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v15_thompson_mynn_lam3km -D32BIT=ON -DREQUIRE_IFI=ON | + acorn | fv3 | -RUN | regional_ifi_control | + acorn | baseline | -RUN | regional_ifi_decomp | + acorn | | -RUN | regional_ifi_2threads | + acorn | | - COMPILE | rrfs | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP,FV3_RAP_sfcdiff,FV3_HRRR,FV3_RRFS_v1beta,FV3_RRFS_v1nssl -D32BIT=ON | | fv3 | RUN | rap_control | | baseline | RUN | regional_spp_sppt_shum_skeb | | baseline | @@ -160,7 +155,7 @@ RUN | control_p8_faster | - noaacloud RUN | regional_control_faster | | baseline | ### DEBUG ATM tests ### -COMPILE | atm_debug_dyn32 | intelllvm | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | +COMPILE | atm_debug_dyn32 | intelllvm | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v17_p8_ugwpv1,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | - noaacloud | fv3 | RUN | control_CubedSphereGrid_debug | - noaacloud | baseline | RUN | control_wrtGauss_netcdf_parallel_debug | - noaacloud | baseline | RUN | control_stochy_debug | - noaacloud | baseline | @@ -321,4 +316,8 @@ RUN | atmaero_control_p8_rad_micro | - noaacloud #RUN | regional_atmaq | - jet s4 | baseline | COMPILE | atmaq_debug | intelllvm | -DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON -D32BIT=ON | - jet noaacloud s4 | fv3 | -RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | +RUN | regional_atmaq_debug | - jet s4 noaacloud | baseline | + +### ATM-FBH test ### +COMPILE | atm_fbh | intelllvm | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | +RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | diff --git a/tests/run_test.sh b/tests/run_test.sh index 201ac000b3..8e8e7c34d3 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -339,6 +339,22 @@ if [[ ${FIRE_BEHAVIOR} = 'true' ]]; then atparse < "${PATHRT}/parm/${FIRE_NML:-namelist.fire.IN}" > namelist.fire fi +#Namelists generated and variable definitions are finalized +#Sanity check for timesteps on ATM/OCN/ICE +if [[ -n "${DT_CICE+x}" ]]; then + if [[ ${DT_ATMOS} -ne ${DT_CICE} ]]; then + echo "Atmosphere timestep (DT_ATMOS) should be equal to CICE timestep (DT_CICE). Exiting" + exit 1 + fi +fi +if [[ -n "${coupling_interval_slow_sec+x}" && -n "${coupling_interval_fast_sec+x}" ]]; then + if [[ $(( coupling_interval_slow_sec % coupling_interval_fast_sec)) -ne 0 ]]; then + echo "The slow coupling timestep (coupling_interval_slow_sec) should be divisible by" + echo "the fast coupling timestep (coupling_interval_fast_sec). Exiting" + exit 1 + fi +fi + TPN=$(( TPN / THRD )) if (( TASKS < TPN )); then TPN=${TASKS} diff --git a/tests/tests/atm_ds2s_docn_dice b/tests/tests/atm_ds2s_docn_dice index 79d81894cf..cd477d3bc1 100644 --- a/tests/tests/atm_ds2s_docn_dice +++ b/tests/tests/atm_ds2s_docn_dice @@ -64,7 +64,10 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.sfc_data.tile6.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" +export DT_ATMOS=720 + export_fv3 +export_ugwpv1 export_cpl #Component settings @@ -112,10 +115,21 @@ export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" export OUTPUT_FH='0 21 24' -export CCPP_SUITE=FV3_GFS_v17_coupled_p8 +export K_SPLIT=4 +export N_SPLIT=5 + +# HR4 GFSv17 GWD update +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. + +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export DIAG_TABLE=diag_table_gfsv16 export FIELD_TABLE=field_table_thompson_noaero_tke export INPUT_NML=global_control.nml.IN export MODEL_CONFIGURE=model_configure.IN export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN="cpld_control_run.IN cpld_docn_dice.IN" + +if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = hercules ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = gaea ]]; then + WLCLK=50 +fi diff --git a/tests/tests/atmwav_control_noaero_p8 b/tests/tests/atmwav_control_noaero_p8 index 19a8523c93..a1d7c8bc42 100644 --- a/tests/tests/atmwav_control_noaero_p8 +++ b/tests/tests/atmwav_control_noaero_p8 @@ -47,7 +47,7 @@ export LIST_FILES="sfcf000.nc \ RESTART/ufs.atmw.cpl.r.2021-03-22-64800.nc \ 20210322.180000.out_pnt.ww3 \ 20210322.180000.out_grd.ww3 \ - ufs.atmw.ww3.r.2021-03-22-64800" + ufs.atmw.ww3.r.2021-03-22-64800.nc" export_fv3 export_tiled @@ -81,6 +81,16 @@ export wav_model=ww3 export WW3_MULTIGRID=false export WW3_MODDEF=mod_def.glo_1deg export MESH_WAV=mesh.glo_1deg.nc +export WW3_user_histname='false' +export WW3_historync='false' +export WW3_restartnc='true' +export WW3_restart_from_binary='false' +# For either history_nc or restart_nc true +export WW3_PIO_FORMAT='pnetcdf' +export WW3_PIO_STRIDE=4 +export WW3_PIO_IOTASKS=-99 +export WW3_PIO_REARR='box' +export WW3_PIO_ROOT=-99 # ufs.configure export coupling_interval_sec=${DT_ATMOS} diff --git a/tests/tests/control_c48_lnd_iau b/tests/tests/control_c48_lnd_iau new file mode 100644 index 0000000000..702c908d93 --- /dev/null +++ b/tests/tests/control_c48_lnd_iau @@ -0,0 +1,84 @@ +############################################################################### +# +# global control test: GFSv16 atmosphere only at C48L127 with land IAU +# +############################################################################### + +export TEST_DESCR="Compare global control C48L127 with land IAU results with previous trunk version" + +export CNTL_DIR=control_c48_lnd_iau + +export LIST_FILES="sfcf000.nc \ + sfcf024.nc \ + atmf000.nc \ + atmf024.nc \ + RESTART/20210323.060000.coupler.res \ + RESTART/20210323.060000.fv_core.res.nc \ + RESTART/20210323.060000.fv_core.res.tile1.nc \ + RESTART/20210323.060000.fv_core.res.tile2.nc \ + RESTART/20210323.060000.fv_core.res.tile3.nc \ + RESTART/20210323.060000.fv_core.res.tile4.nc \ + RESTART/20210323.060000.fv_core.res.tile5.nc \ + RESTART/20210323.060000.fv_core.res.tile6.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ + RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ + RESTART/20210323.060000.fv_tracer.res.tile1.nc \ + RESTART/20210323.060000.fv_tracer.res.tile2.nc \ + RESTART/20210323.060000.fv_tracer.res.tile3.nc \ + RESTART/20210323.060000.fv_tracer.res.tile4.nc \ + RESTART/20210323.060000.fv_tracer.res.tile5.nc \ + RESTART/20210323.060000.fv_tracer.res.tile6.nc \ + RESTART/20210323.060000.phy_data.tile1.nc \ + RESTART/20210323.060000.phy_data.tile2.nc \ + RESTART/20210323.060000.phy_data.tile3.nc \ + RESTART/20210323.060000.phy_data.tile4.nc \ + RESTART/20210323.060000.phy_data.tile5.nc \ + RESTART/20210323.060000.phy_data.tile6.nc \ + RESTART/20210323.060000.sfc_data.tile1.nc \ + RESTART/20210323.060000.sfc_data.tile2.nc \ + RESTART/20210323.060000.sfc_data.tile3.nc \ + RESTART/20210323.060000.sfc_data.tile4.nc \ + RESTART/20210323.060000.sfc_data.tile5.nc \ + RESTART/20210323.060000.sfc_data.tile6.nc" + +export ATMRES=C48 + +export_fv3 +export_tiled +if [[ $RT_COMPILER != gnu ]]; then + export_ugwpv1 + export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 +fi + +export INPES=1 +export JNPES=1 +export WRTTASK_PER_GROUP=2 +export NPZ=127 +export NPZP=128 +export NPX=49 +export NPY=49 +export SYEAR=2021 +export SMONTH=03 +export SDAY=22 +export SHOUR=06 +export RESTART_INTERVAL=0 +export OUTPUT_GRID='gaussian_grid' +export NSTF_NAME='2,0,0,0,0' +export WRITE_DOPOST=.false. +export OUTPUT_FH="6 -1" +export IAER=5111 +export IOVR=3 +export IMO=192 +export JMO=94 + +export FNSMCC_control="'global_soilmgldas.statsgo.t92.192.94.grb'" +export FNMSKH_control="'global_slmask.t62.192.94.grb'" +export FNSMCC=${FNSMCC_control} +export FNMSKH=${FNMSKH_control} + +export FV3_RUN=control_run.IN +export INPUT_NML=global_control_lnd_iau.nml.IN diff --git a/tests/tests/control_p8_mynn b/tests/tests/control_p8_mynn index 9eac9bb346..e129bd4cde 100644 --- a/tests/tests/control_p8_mynn +++ b/tests/tests/control_p8_mynn @@ -93,6 +93,12 @@ export NSTF_NAME=2,1,0,0,0 export LHEATSTRG=.false. export LSEASPRAY=.true. +export FAST_TAU_W_SEC=0.2 +export RF_CUTOFF=10. +export ISATMEDMF=1 +export LRADAR=.false. +export LTAEROSOL=.false. + # UGWP1 export GWD_OPT=2 export DO_UGWP_V1=.false. diff --git a/tests/tests/cpld_2threads_p8 b/tests/tests/cpld_2threads_p8 index 3612e62529..21346f4a09 100644 --- a/tests/tests/cpld_2threads_p8 +++ b/tests/tests/cpld_2threads_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -95,8 +97,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_bmark_p8 b/tests/tests/cpld_bmark_p8 index 8a0229c38e..cfe693ec7c 100644 --- a/tests/tests/cpld_bmark_p8 +++ b/tests/tests/cpld_bmark_p8 @@ -48,12 +48,14 @@ export LIST_FILES="sfcf006.nc \ RESTART/20130401.060000.MOM.res_3.nc \ RESTART/iced.2013-04-01-21600.nc \ RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc \ + ufs.cpld.ww3.r.2013-04-01-21600.nc \ 20130401.060000.out_pnt.ww3 \ 20130401.060000.out_grd.ww3 " +export ATMRES=C384 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2013 @@ -89,7 +91,6 @@ export ice_omp_num_threads=$ICE_thrds_cpl_bmrk export wav_omp_num_threads=$WAV_thrds_cpl_bmrk # atm/ocn/ice resolution -export ATMRES=C384 export NPX=385 export NPY=385 export IMO=1536 diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d index c4fca78a23..0e3b2a2bba 100644 --- a/tests/tests/cpld_bmark_p8_35d +++ b/tests/tests/cpld_bmark_p8_35d @@ -7,6 +7,8 @@ export CNTL_DIR=cpld_bmark_p8 export LIST_FILES="" +export ATMRES=C384 + export_fv3 export_cpl @@ -43,7 +45,6 @@ export ice_omp_num_threads=$ICE_thrds_cpl_bmrk export wav_omp_num_threads=$WAV_thrds_cpl_bmrk # atm/ocn/ice resolution -export ATMRES=C384 export NPX=385 export NPY=385 export IMO=1536 diff --git a/tests/tests/cpld_control_c192_p8 b/tests/tests/cpld_control_c192_p8 index 41f8d426b4..b70352aee0 100644 --- a/tests/tests/cpld_control_c192_p8 +++ b/tests/tests/cpld_control_c192_p8 @@ -53,12 +53,17 @@ export LIST_FILES="sfcf030.tile1.nc \ RESTART/20210323.120000.MOM.res.nc \ RESTART/iced.2021-03-23-43200.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc \ + ufs.cpld.ww3.r.2021-03-23-43200.nc \ 20210323.120000.out_grd.ww3 \ 20210323.120000.out_pnt.ww3 " +export ATMRES=C192 export_fv3 +export_ugwpv1 export_cpl +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 + export DAYS=1.25 export FHMAX=30 export RESTART_N=15 @@ -82,7 +87,6 @@ export chm_omp_num_threads=$atm_omp_num_threads export med_omp_num_threads=$atm_omp_num_threads # atm/ocn/ice resolution -export ATMRES=C192 export NPX=193 export NPY=193 export IMO=768 @@ -134,8 +138,6 @@ export FNVMXC="'C192.vegetation_greenness.tileX.nc'" export FNSLPC="'C192.slope_type.tileX.nc'" export FNABSC="'C192.maximum_snow_albedo.tileX.nc'" -export CDMBWD=${CDMBWD_c192} - export FV3_RUN=cpld_control_run.IN if [[ $MACHINE_ID = derecho ]]; then diff --git a/tests/tests/cpld_control_c48 b/tests/tests/cpld_control_c48 index f90cad4b81..0f86ec5d5b 100644 --- a/tests/tests/cpld_control_c48 +++ b/tests/tests/cpld_control_c48 @@ -52,11 +52,11 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" +export ATMRES=C48 export_fv3 -export_cpl export_ugwpv1 - +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -74,7 +74,6 @@ OCN_tasks=$OCN_tasks_cpl_c48 ICE_tasks=$ICE_tasks_cpl_c48 # atm/ocn/ice resolution -export ATMRES=C48 export NPX=49 export NPY=49 export IMO=192 diff --git a/tests/tests/cpld_control_ciceC_p8 b/tests/tests/cpld_control_ciceC_p8 index e3c1a9f462..07057d8073 100644 --- a/tests/tests/cpld_control_ciceC_p8 +++ b/tests/tests/cpld_control_ciceC_p8 @@ -66,12 +66,13 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " - +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -86,8 +87,6 @@ export CICE_GRIDICE=C export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index 98592a1109..fe6a489aa4 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -66,13 +66,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ history/iceh.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CPLCHM=.false. export DNATS=0 @@ -109,6 +110,8 @@ export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" #GFSv17 settings export PROGSIGMA=.true. diff --git a/tests/tests/cpld_control_gfsv17_iau b/tests/tests/cpld_control_gfsv17_iau index c4a9125082..1a7afd6323 100644 --- a/tests/tests/cpld_control_gfsv17_iau +++ b/tests/tests/cpld_control_gfsv17_iau @@ -45,6 +45,7 @@ export LIST_FILES="sfcf024.nc \ RESTART/20210323.120000.MOM.res.nc \ RESTART/iced.2021-03-23-43200.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc \ + ufs.cpld.ww3.r.2021-03-23-43200.nc \ MOM6_OUTPUT/ocn_2021_03_23_09.nc \ history/iceh_06h.2021-03-23-43200.nc \ history/iceh.2021-03-23-21600.nc \ @@ -52,8 +53,8 @@ export LIST_FILES="sfcf024.nc \ 20210323.120000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CPLCHM=.false. export DNATS=0 @@ -112,6 +113,8 @@ export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" #GFSv17 settings export PROGSIGMA=.true. diff --git a/tests/tests/cpld_control_noaero_p8 b/tests/tests/cpld_control_noaero_p8 index e918aa1f63..58853ae7d0 100644 --- a/tests/tests/cpld_control_noaero_p8 +++ b/tests/tests/cpld_control_noaero_p8 @@ -65,12 +65,13 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 index 0647cd8e79..240b03d2d2 100644 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ b/tests/tests/cpld_control_nowave_noaero_p8 @@ -67,10 +67,11 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" #TODO: add comparison of CA restart files? +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -107,7 +108,7 @@ export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN -export K_SPLIT=2 +export K_SPLIT=4 export N_SPLIT=5 # HR4 GFSv17 GWD update diff --git a/tests/tests/cpld_control_p8 b/tests/tests/cpld_control_p8 index fcb57d70fe..f3cb8da89c 100644 --- a/tests/tests/cpld_control_p8 +++ b/tests/tests/cpld_control_p8 @@ -66,12 +66,13 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " - +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -88,8 +89,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_p8.v2.sfc b/tests/tests/cpld_control_p8.v2.sfc index b754f76072..bc6e073c61 100644 --- a/tests/tests/cpld_control_p8.v2.sfc +++ b/tests/tests/cpld_control_p8.v2.sfc @@ -66,12 +66,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -89,8 +91,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_p8_faster b/tests/tests/cpld_control_p8_faster index 5a751b24d8..4e972c16aa 100644 --- a/tests/tests/cpld_control_p8_faster +++ b/tests/tests/cpld_control_p8_faster @@ -66,12 +66,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -84,8 +86,6 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_p8_mixedmode b/tests/tests/cpld_control_p8_mixedmode index 10669918f3..0d35ba3114 100644 --- a/tests/tests/cpld_control_p8_mixedmode +++ b/tests/tests/cpld_control_p8_mixedmode @@ -66,12 +66,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -84,8 +86,6 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_pdlib_p8 b/tests/tests/cpld_control_pdlib_p8 index 7f87778cf7..120504e818 100644 --- a/tests/tests/cpld_control_pdlib_p8 +++ b/tests/tests/cpld_control_pdlib_p8 @@ -65,12 +65,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -104,12 +106,17 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then - WLCLK=40 +if [[ $MACHINE_ID = orion ]] || [[ $RT_COMPILER = gnu ]]; then + WLCLK=50 +fi +if [[ $MACHINE_ID = hercules && $RT_COMPILER = gnu ]]; then + export WW3_PIO_REARR='box' +fi + +if [[ $MACHINE_ID = jet ]]; then + WLCLK=50 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_qr_p8 b/tests/tests/cpld_control_qr_p8 index a79b1a6d82..48bb88f2ab 100644 --- a/tests/tests/cpld_control_qr_p8 +++ b/tests/tests/cpld_control_qr_p8 @@ -66,12 +66,13 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " - +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export QUILTING_RESTART=.true. @@ -85,8 +86,6 @@ export eps_imesh=2.5e-1 export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_control_sfs b/tests/tests/cpld_control_sfs index 9f0d327e00..2a3a4ee617 100644 --- a/tests/tests/cpld_control_sfs +++ b/tests/tests/cpld_control_sfs @@ -15,11 +15,11 @@ export LIST_FILES="sfcf021.nc \ GFSFLX.GrbF24 \ GFSPRS.GrbF21 \ GFSPRS.GrbF24 \ - RESTART/20210323.060000.MOM.res.nc" + RESTART/20210323.060000.MOM.res.nc" export_fv3 -export_cpl export_ugwpv1 +export_cpl export CPLCHM=.false. export DNATS=0 @@ -27,10 +27,14 @@ export MAKE_NH=.false. export DDDMP=0 export DO_VORT_DAMP=.false. export HYDROSTATIC=.true. -export HORD_XX=10 export HORD_DP=10 -export KORD_XX=12 export KORD_TM=-12 +export KORD_MT=12 +export KORD_WZ=12 +export KORD_TR=12 +export HORD_MT=10 +export HORD_VT=10 +export HORD_TM=10 export D_CON=0 export RESTART_N=3 @@ -70,8 +74,9 @@ export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld_sfs.IN export INPUT_NML=global_control.nml.IN - export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" #GFSv17 settings export PROGSIGMA=.true. @@ -84,6 +89,9 @@ fi export K_SPLIT=2 export N_SPLIT=5 +export NUDGE_QV=.false. +export VTDM4=0.05 + # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. diff --git a/tests/tests/cpld_debug_gfsv17 b/tests/tests/cpld_debug_gfsv17 index 72debc6f49..63328b4d97 100644 --- a/tests/tests/cpld_debug_gfsv17 +++ b/tests/tests/cpld_debug_gfsv17 @@ -53,12 +53,13 @@ export LIST_FILES="sfcf003.tile1.nc \ RESTART/20210322.090000.MOM.res.nc \ RESTART/iced.2021-03-22-32400.nc \ RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc \ + ufs.cpld.ww3.r.2021-03-22-32400.nc \ 20210322.090000.out_pnt.ww3 \ 20210322.090000.out_grd.ww3 " - +export DT_ATMOS=360 export_fv3 -export_cpl export_ugwpv1 +export_cpl export FHMAX=3 export DAYS=0.125 @@ -100,11 +101,11 @@ export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" export FV3_RUN=cpld_control_run.IN -export DT_INNER=360 -export DT_ATMOS=360 export K_SPLIT=2 export N_SPLIT=5 @@ -114,6 +115,9 @@ fi if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then WLCLK=40 fi +if [[ $MACHINE_ID = orion ]]; then + WLCLK=40 +fi # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. diff --git a/tests/tests/cpld_debug_noaero_p8 b/tests/tests/cpld_debug_noaero_p8 index befc62f92a..f703ad51cd 100644 --- a/tests/tests/cpld_debug_noaero_p8 +++ b/tests/tests/cpld_debug_noaero_p8 @@ -53,12 +53,13 @@ export LIST_FILES="sfcf003.tile1.nc \ RESTART/20210322.090000.MOM.res.nc \ RESTART/iced.2021-03-22-32400.nc \ RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc \ + ufs.cpld.ww3.r.2021-03-22-32400.nc \ 20210322.090000.out_pnt.ww3 \ 20210322.090000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 diff --git a/tests/tests/cpld_debug_p8 b/tests/tests/cpld_debug_p8 index 9267cf6f8e..663e21eccf 100644 --- a/tests/tests/cpld_debug_p8 +++ b/tests/tests/cpld_debug_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf003.tile1.nc \ RESTART/20210322.090000.MOM.res.nc \ RESTART/iced.2021-03-22-32400.nc \ RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc \ + ufs.cpld.ww3.r.2021-03-22-32400.nc \ 20210322.090000.out_pnt.ww3 \ 20210322.090000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 @@ -79,8 +81,6 @@ if [[ $MACHINE_ID = hera ]] && [[ $RT_COMPILER = gnu ]]; then WLCLK=40 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 index 90e02daccb..e2d0ea77c7 100644 --- a/tests/tests/cpld_debug_pdlib_p8 +++ b/tests/tests/cpld_debug_pdlib_p8 @@ -53,12 +53,14 @@ export LIST_FILES="sfcf003.tile1.nc \ RESTART/20210322.090000.MOM.res.nc \ RESTART/iced.2021-03-22-32400.nc \ RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc \ + ufs.cpld.ww3.r.2021-03-22-32400.nc \ 20210322.090000.out_pnt.ww3 \ 20210322.090000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHMAX=3 @@ -75,7 +77,7 @@ OCN_tasks=$OCN_tasks_cpl_unstr ICE_tasks=$ICE_tasks_cpl_unstr WAV_tasks=$WAV_tasks_cpl_unstr # bump resources for debug test -WAV_tasks="$(($WAV_tasks_cpl_unstr + 18))" +WAV_tasks="$(($WAV_tasks_cpl_unstr + 30))" OCN_tasks="$((OCN_tasks_cpl_unstr + 16))" export atm_omp_num_threads=$THRD_cpl_unstr @@ -98,19 +100,24 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN -if [[ $MACHINE_ID = hera && $RT_COMPILER = gnu ]] || [[ $MACHINE_ID = jet ]]; then +if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = jet ]]; then WLCLK=50 fi if [[ $MACHINE_ID = hercules && $RT_COMPILER = intelllvm ]]; then WLCLK=50 fi -if [[ $MACHINE_ID = orion && $RT_COMPILER = intelllvm ]]; then +if [[ $MACHINE_ID = orion ]]; then + WLCLK=50 +fi +if [[ $MACHINE_ID = gaea ]]; then WLCLK=50 fi -if [[ $MACHINE_ID = gaea ]] && [[ $RT_COMPILER = intelllvm ]]; then +if [[ $MACHINE_ID = wcoss2 ]]; then WLCLK=50 fi +# set component and coupling timesteps due to long +# runtime export K_SPLIT=2 export N_SPLIT=5 diff --git a/tests/tests/cpld_decomp_p8 b/tests/tests/cpld_decomp_p8 index 2642cc30a2..382960bfc1 100644 --- a/tests/tests/cpld_decomp_p8 +++ b/tests/tests/cpld_decomp_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -89,8 +91,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_mpi_gfsv17 b/tests/tests/cpld_mpi_gfsv17 index f93f351c25..8de9119ba0 100644 --- a/tests/tests/cpld_mpi_gfsv17 +++ b/tests/tests/cpld_mpi_gfsv17 @@ -66,13 +66,14 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ history/iceh.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CPLCHM=.false. export DNATS=0 @@ -115,6 +116,8 @@ export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" #GFSv17 settings export PROGSIGMA=.true. diff --git a/tests/tests/cpld_mpi_p8 b/tests/tests/cpld_mpi_p8 index fcf8316ab0..8c9244e675 100644 --- a/tests/tests/cpld_mpi_p8 +++ b/tests/tests/cpld_mpi_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -89,8 +91,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_mpi_pdlib_p8 b/tests/tests/cpld_mpi_pdlib_p8 index c3879bf706..5afb46a3de 100644 --- a/tests/tests/cpld_mpi_pdlib_p8 +++ b/tests/tests/cpld_mpi_pdlib_p8 @@ -65,12 +65,13 @@ export LIST_FILES="sfcf021.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " - +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 @@ -107,11 +108,16 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 # HR4 GFSv17 GWD update export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = jet ]]; then + WLCLK=50 +fi +if [[ $MACHINE_ID = wcoss2 ]]; then + WLCLK=50 +fi diff --git a/tests/tests/cpld_restart_bmark_p8 b/tests/tests/cpld_restart_bmark_p8 index ca3dc70ffc..1816fb4ee5 100644 --- a/tests/tests/cpld_restart_bmark_p8 +++ b/tests/tests/cpld_restart_bmark_p8 @@ -48,12 +48,13 @@ export LIST_FILES="sfcf006.nc \ RESTART/20130401.060000.MOM.res_3.nc \ RESTART/iced.2013-04-01-21600.nc \ RESTART/ufs.cpld.cpl.r.2013-04-01-21600.nc \ + ufs.cpld.ww3.r.2013-04-01-21600.nc \ 20130401.060000.out_pnt.ww3 \ 20130401.060000.out_grd.ww3 " - +export ATMRES=C384 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2013 @@ -93,7 +94,6 @@ export ice_omp_num_threads=$ICE_thrds_cpl_bmrk export wav_omp_num_threads=$WAV_thrds_cpl_bmrk # atm/ocn/ice resolution -export ATMRES=C384 export NPX=385 export NPY=385 export IMO=1536 diff --git a/tests/tests/cpld_restart_c192_p8 b/tests/tests/cpld_restart_c192_p8 index dce8254328..662406ba8d 100644 --- a/tests/tests/cpld_restart_c192_p8 +++ b/tests/tests/cpld_restart_c192_p8 @@ -53,11 +53,15 @@ export LIST_FILES="sfcf030.tile1.nc \ RESTART/20210323.120000.MOM.res.nc \ RESTART/iced.2021-03-23-43200.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc \ + ufs.cpld.ww3.r.2021-03-23-43200.nc \ 20210323.120000.out_grd.ww3 \ 20210323.120000.out_pnt.ww3 " +export ATMRES=C192 export_fv3 +export_ugwpv1 export_cpl +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export DAYS=1.25 export FHMAX=30 @@ -84,7 +88,6 @@ export chm_omp_num_threads=$atm_omp_num_threads export med_omp_num_threads=$atm_omp_num_threads # atm/ocn/ice resolution -export ATMRES=C192 export NPX=193 export NPY=193 export IMO=768 diff --git a/tests/tests/cpld_restart_c48 b/tests/tests/cpld_restart_c48 index bafb92a4b5..4803fd5f46 100644 --- a/tests/tests/cpld_restart_c48 +++ b/tests/tests/cpld_restart_c48 @@ -53,8 +53,11 @@ export LIST_FILES="sfcf006.tile1.nc \ RESTART/iced.2021-03-23-43200.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc" +export ATMRES=C48 export_fv3 +export_ugwpv1 export_cpl +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2021 export SMONTH=03 @@ -86,7 +89,6 @@ OCN_tasks=$OCN_tasks_cpl_c48 ICE_tasks=$ICE_tasks_cpl_c48 # atm/ocn/ice resolution -export ATMRES=C48 export NPX=49 export NPY=49 export IMO=192 @@ -171,9 +173,5 @@ export UFS_CONFIGURE=ufs.configure.s2s_esmf.IN export FV3_RUN=cpld_control_run.IN # HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. export DO_GWD_OPT_PSL=.true. export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_restart_gfsv17 b/tests/tests/cpld_restart_gfsv17 index 484c29da74..98d011f61d 100644 --- a/tests/tests/cpld_restart_gfsv17 +++ b/tests/tests/cpld_restart_gfsv17 @@ -55,12 +55,13 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " export_fv3 -export_cpl export_ugwpv1 +export_cpl export CPLCHM=.false. export DNATS=0 @@ -114,6 +115,8 @@ export FIELD_TABLE=field_table_thompson_noaero_tke_progsigma export DIAG_TABLE=diag_table_cpld.IN export INPUT_NML=global_control.nml.IN export UFS_CONFIGURE=ufs.configure.s2sw.IN +# slow loop +export WW3_RSTFLDS="ice" #GFSv17 settings export PROGSIGMA=.true. diff --git a/tests/tests/cpld_restart_p8 b/tests/tests/cpld_restart_p8 index 9895fd9d99..0409d3d20d 100644 --- a/tests/tests/cpld_restart_p8 +++ b/tests/tests/cpld_restart_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHROT=12 @@ -95,8 +97,6 @@ if [[ $MACHINE_ID = derecho ]]; then TPN=96 fi -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_restart_pdlib_p8 b/tests/tests/cpld_restart_pdlib_p8 index 6097f05559..8ca61d4e3a 100644 --- a/tests/tests/cpld_restart_pdlib_p8 +++ b/tests/tests/cpld_restart_pdlib_p8 @@ -53,12 +53,13 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " - +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export FHROT=12 @@ -111,8 +112,6 @@ export UFS_CONFIGURE=ufs.configure.s2sw_fast_esmf.IN export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 index 33dd3e65d0..e1d8b85d16 100644 --- a/tests/tests/cpld_restart_qr_p8 +++ b/tests/tests/cpld_restart_qr_p8 @@ -54,12 +54,14 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/20210323.060000.MOM.res.nc \ RESTART/iced.2021-03-23-21600.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ + ufs.cpld.ww3.r.2021-03-23-21600.nc \ 20210323.060000.out_pnt.ww3 \ 20210323.060000.out_grd.ww3 " +export DT_ATMOS=720 export_fv3 -export_cpl export_ugwpv1 +export_cpl export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export QUILTING_RESTART=.true. @@ -92,8 +94,6 @@ export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` export FV3_RUN=cpld_control_run.IN -export DT_INNER=720 -export DT_ATMOS=720 export K_SPLIT=4 export N_SPLIT=5 diff --git a/tests/tests/cpld_s2sa_p8 b/tests/tests/cpld_s2sa_p8 index fb827e0b83..a9fba26d01 100644 --- a/tests/tests/cpld_s2sa_p8 +++ b/tests/tests/cpld_s2sa_p8 @@ -56,7 +56,9 @@ export LIST_FILES="sfcf024.tile1.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" export_fv3 +export_ugwpv1 export_cpl +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export RESTART_N=12 export RESTART_INTERVAL="${RESTART_N} -1" diff --git a/tests/tests/cpld_warmstart_c48 b/tests/tests/cpld_warmstart_c48 index 3c2c18e6b1..8f65c964de 100644 --- a/tests/tests/cpld_warmstart_c48 +++ b/tests/tests/cpld_warmstart_c48 @@ -53,8 +53,11 @@ export LIST_FILES="sfcf006.tile1.nc \ RESTART/iced.2021-03-23-43200.nc \ RESTART/ufs.cpld.cpl.r.2021-03-23-43200.nc" +export ATMRES=C48 export_fv3 +export_ugwpv1 export_cpl +export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 export SYEAR=2021 export SMONTH=03 @@ -83,7 +86,6 @@ OCN_tasks=$OCN_tasks_cpl_c48 ICE_tasks=$ICE_tasks_cpl_c48 # atm/ocn/ice resolution -export ATMRES=C48 export NPX=49 export NPY=49 export IMO=192 diff --git a/tests/tests/hafs_regional_atm_ocn_wav b/tests/tests/hafs_regional_atm_ocn_wav index 5fab96a158..06d6dafccd 100644 --- a/tests/tests/hafs_regional_atm_ocn_wav +++ b/tests/tests/hafs_regional_atm_ocn_wav @@ -14,7 +14,7 @@ export LIST_FILES="atmf006.nc \ archs.2019_241_06.a \ 20190829.060000.out_grd.ww3 \ 20190829.060000.out_pnt.ww3 \ - ufs.hafs.ww3.r.2019-08-29-21600 \ + ufs.hafs.ww3.r.2019-08-29-21600.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc" export_fv3 @@ -104,3 +104,7 @@ export INPUT_NML=input_regional_hafs.nml.IN export MODEL_CONFIGURE=model_configure_hafs.IN export UFS_CONFIGURE=ufs.configure.hafs_atm_ocn_wav.IN export FV3_RUN="hafs_fv3_run.IN hycom_hat10_run.IN hafs_ww3_run.IN" + +if [[ $MACHINE_ID = orion ]]; then + WLCLK=40 +fi diff --git a/tests/tests/hafs_regional_atm_wav b/tests/tests/hafs_regional_atm_wav index 588af2cc02..114836ca82 100644 --- a/tests/tests/hafs_regional_atm_wav +++ b/tests/tests/hafs_regional_atm_wav @@ -12,7 +12,7 @@ export LIST_FILES="atmf006.nc \ sfcf006.nc \ 20190829.060000.out_grd.ww3 \ 20190829.060000.out_pnt.ww3 \ - ufs.hafs.ww3.r.2019-08-29-21600 \ + ufs.hafs.ww3.r.2019-08-29-21600.nc \ ufs.hafs.cpl.r.2019-08-29-21600.nc" export_fv3 diff --git a/tests/tests/rap_clm_lake_debug b/tests/tests/rap_clm_lake_debug index 1731c0c928..cc80d2fec5 100644 --- a/tests/tests/rap_clm_lake_debug +++ b/tests/tests/rap_clm_lake_debug @@ -23,3 +23,4 @@ export CCPP_SUITE=FV3_RAP_clm_lake export LKM=1 export IOPT_LAKE=2 export FRAC_ICE=.true. +export WRITE_DOPOST=.false.