diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3e1f34d4af..7dedcfd40e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,31 +1,34 @@ + ## Commit Queue Requirements: +- [ ] This PR addresses a relevant WM issue (if not, create an issue). +- [ ] All subcomponent pull requests (if any) have been reviewed by their code managers. +- [ ] Run the full Intel+GNU RT suite (compared to current baselines), preferably on Ursa (Derecho or Hercules are acceptable alternatives). **Exceptions:** documentation-only PRs, CI-only PRs, etc. + - [ ] Commit log file w/full results from RT suite run (if applicable). + - [ ] Commit 'test_changes.list' (unless file is empty). - [ ] Fill out all sections of this template. -- [ ] All sub component pull requests have been reviewed by their code managers. -- [ ] Run the full Intel+GNU RT suite (compared to current baselines) on either Hera/Derecho/Hercules -- [ ] Commit 'test_changes.list' from previous step + --- + ## Description: ### Commit Message: ``` * UFSWM - @@ -48,34 +51,27 @@ Please delete what is not needed. ### Priority: -* Critical Bugfix: Reason -* High: Reason -* Normal +- [ ] Critical Bugfix: Reason +- [ ] High: Reason +- [ ] Normal ## Git Tracking ### UFSWM: * Closes # -* None ### Sub component Pull Requests: * AQM: * CDEPS: @@ -96,56 +92,51 @@ Example: ### UFSWM Blocking Dependencies: -* Blocked by # -* None +- [ ] Blocked by # +- [ ] None ### Documentation: -* This PR requires a documentation update, and the WM User's Guide has been updated based on the changes in this PR. -* This PR requires a documentation update, and a WM issue has been opened to track the need for a documentation update; a person responsible for submitting the update has been assigned to the issue (link issue). -* No documentation update is required for this PR (please explain). +- [ ] Documentation update required. + - [ ] Relevant updates are included with this PR. + - [ ] A WM issue has been opened to track the need for a documentation update; a person responsible for submitting the update has been assigned to the issue (link issue). +- [ ] Documentation update NOT required. + - Explanation: --- ## Changes ### Regression Test Changes (Please commit test_changes.list): -* PR Adds New Tests/Baselines. -* PR Updates/Changes Baselines. -* No Baseline Changes. +- [ ] PR Adds New Tests/Baselines. +- [ ] PR Updates/Changes Baselines. +- [ ] No Baseline Changes. ### Input data Changes: -* None. -* New input data. -* Updated input data. +- [ ] None. +- [ ] New input data. +- [ ] Updated input data. ### Library Changes/Upgrades: - -* Required +- [ ] Required * Library names w/versions: * Git Stack Issue (JCSDA/spack-stack#) -* No Updates +- [ ] No Updates --- diff --git a/doc/UsersGuide/source/HSDcontainer.rst b/doc/UsersGuide/source/HSDcontainer.rst index b03b630204..0cfbaac2b2 100644 --- a/doc/UsersGuide/source/HSDcontainer.rst +++ b/doc/UsersGuide/source/HSDcontainer.rst @@ -9,6 +9,8 @@ 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). +The container includes: spack-stack, Intel’s runtime environment, ufs-weather-model repository, and the prebuilt executables for the HSD cases. These are all the components needed to run the HSD cases besides the HSD data, which is discussed later in this chapter. + 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 ` @@ -100,7 +102,7 @@ where ``/path/to/hsd`` is the path to this top-level directory (e.g., ``/Users/J 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 `. +On many NOAA :term:`RDHPCS`, a container named ``ubuntu22.04-intel-ue-1.6.0-wm-hsd.img`` has already been built, and users may access the container at the locations in :numref:`Table %s `. .. _PreBuiltContainers: @@ -111,7 +113,7 @@ On many NOAA :term:`RDHPCS`, a container named ``ubuntu22.04-intel-wm-dev-hsd-te +====================+========================================================+ | Gaea | /gpfs/f6/bil-fire8/world-shared/containers | +--------------------+--------------------------------------------------------+ - | Hera | /scratch1/NCEPDEV/nems/role.epic/containers | + | Hera | /scratch3/NCEPDEV/nems/role.epic/containers | +--------------------+--------------------------------------------------------+ | NOAA Cloud [#fn]_ | /contrib/EPIC/containers | +--------------------+--------------------------------------------------------+ @@ -124,30 +126,30 @@ 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 + export img=path/to/ubuntu22.04-intel-ue-1.6.0-wm-hsd.img If users prefer, they may copy the container to their local working directory. For example, on Gaea .. code-block:: console - cp /gpfs/f6/bil-fire8/world-shared/containers/ubuntu22.04-intel-wm-dev-hsd-test.img . + cp /gpfs/f6/bil-fire8/world-shared/containers/ubuntu22.04-intel-ue-1.6.0-wm-hsd.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 May 30, 2025 ``develop`` branch. +On other systems, users can build the Singularity container from a public Docker :term:`container` image or download the ``ubuntu22.04-intel-ue-1.6.0-wm-hsd.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 May 30, 2025 ``develop`` branch. To download from the data bucket, users can run: .. code-block:: console - wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20250530/ubuntu22.04-intel-wm-dev-hsd-test.img + wget https://noaa-ufs-htf-pds.s3.amazonaws.com/develop-20250530/ubuntu22.04-intel-ue-1.6.0-wm-hsd.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-tc + singularity build --force ubuntu22.04-intel-ue-1.6.0-wm-hsd.img docker://noaaepic/ubuntu22.04-intel2023.2.1-wm:ue160-fms202401-dev-hsd This process may take several hours depending on the system. @@ -190,20 +192,20 @@ 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 + export img=/path/to/ubuntu22.04-intel-ue-1.6.0-wm-hsd.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 + singularity build --sandbox ubuntu22.04-intel-ue-1.6.0-wm-hsd $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 + INFO: Verifying bootstrap image ubuntu22.04-intel-ue-1.6.0-wm-hsd.img WARNING: integrity: signature not found for object group 1 WARNING: Bootstrap image could not be verified, but build will continue. @@ -211,13 +213,13 @@ From within the ``$HSD`` directory, copy the ``stage-rt.sh`` script out of the c .. code-block:: console - singularity exec -H $PWD $img cp /opt/stage-rt.sh . + singularity exec -H $PWD $img cp /opt/ufs-weather-model/container-scripts/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 . + singularity exec -B /:/ $img cp /opt/ufs-weather-model/container-scripts/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. @@ -236,7 +238,7 @@ where: * ``-c`` is the compiler on the user's local machine (e.g., ``intel/2022.1.2``, ``intel-oneapi-compilers/2022.2.1``, ``intel/2023.2.0``) * ``-m`` is the :term:`MPI` on the user's local machine (e.g., ``impi/2022.1.2``, ``intel-oneapi-mpi/2021.7.1``, ``cray-mpich/8.1.28``) * ``-p`` refers to the local machine/platform (e.g., ``hera``, ``gaea``, ``noaacloud``). Required for Gaea, Hercules, and Orion only. - * ``-i`` is the full path to the container image (e.g., ``$img`` or ``$HSD/ubuntu22.04-intel-wm-dev-hsd-test.img``). + * ``-i`` is the full path to the container image (e.g., ``$img`` or ``$HSD/ubuntu22.04-intel-ue-1.6.0-wm-hsd.img``). .. note:: @@ -252,6 +254,8 @@ When this command runs, ``stage-rt.sh`` will print the following message to the Creating ufs_singularity.intel.lua Tricking ufs_test.sh file Updating various files with host paths + Removing compile task + Updating various files with host paths Done Additionally, the user should see the ``ufs-weather-model`` directory in the ``$HSD`` directory (``ls``). @@ -330,8 +334,7 @@ It will print a status table: CYCLE TASK JOBID STATE EXIT STATUS TRIES DURATION =========================================================================================== - 197001010000 compile_atm_dyn32_intel 1 RUNNING - 0 0.0 - 197001010000 2020_CAPE_intel - - - - - + 197001010000 2020_CAPE_intel 1 RUNNING - 0 0.0 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: @@ -357,7 +360,7 @@ If the experiment completes successfully, the loop will exit with output similar + 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 + 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-ue-1.6.0-wm-hsd.img python tmp_arg_file.py Performing Cleanup... REGRESSION TEST RESULT: SUCCESS + echo 'ufs_test.sh finished' @@ -371,10 +374,9 @@ If the experiment completes successfully, the loop will exit with output similar + 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: +The experiment output can be found under the run directory (``${PTMP}/${USER}/FV3_RT/rt_${pid}``), which will contain one subdirectory and log file, and two environment variable files (one for the compile task, which doesn't run 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 + baroclinic_wave_intel baroclinic_wave_intel.log compile_atm_dyn32_intel.env run_test_baroclinic_wave_intel.env diff --git a/tests/default_vars.sh b/tests/default_vars.sh index 30aac5d0bb..bc5a0199f4 100644 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -1269,31 +1269,31 @@ 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_LSCALE=250000, +export SKEBNORM=0, 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 ISEED_SPPT=20210325000103 +export SPPT_TAU=2.16E4 +export SPPT_LSCALE=500.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 -export SKEBINT=1800 -export SHUMINT=3600 -export SPPTINT=1800 +export OCNSPPT=-999. +export OCNSPPT_LSCALE=500.E3 +export OCNSPPT_TAU=2.16E4 +export ISEED_OCNSPPT=20210325000108 +export EPBL=-999. +export EPBL_LSCALE=500.E3 +export EPBL_TAU=2.16E4 +export ISEED_EPBL=20210325000113 +export SKEBINT=0 +export SHUMINT=0 +export SPPTINT=0 #IAU export IAU_INC_FILES="''" diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index adc8ac8f04..3f6dca86d1 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Fri Sep 19 00:51:46 UTC 2025 +Mon Sep 22 19:51:34 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving sfcf000.nc .........OK @@ -51,14 +51,14 @@ Moving baseline bit_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 251.286647 - 0: The maximum resident set size (KB) = 1557576 + 0: The total amount of wall time = 250.267939 + 0: The maximum resident set size (KB) = 1554500 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf000.nc .........OK @@ -106,14 +106,14 @@ Moving baseline dbg_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 891.601603 - 0: The maximum resident set size (KB) = 1542908 + 0: The total amount of wall time = 867.136896 + 0: The maximum resident set size (KB) = 1516764 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/dcp_dcp Checking test dcp results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -160,14 +160,14 @@ Checking test dcp results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 228.538676 - 0: The maximum resident set size (KB) = 1547304 + 0: The total amount of wall time = 228.777888 + 0: The maximum resident set size (KB) = 1533512 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/mpi_mpi +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/mpi_mpi Checking test mpi results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -214,14 +214,14 @@ Checking test mpi results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 232.477610 - 0: The maximum resident set size (KB) = 1543188 + 0: The total amount of wall time = 225.424596 + 0: The maximum resident set size (KB) = 1546832 Test mpi PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/rst_rst Checking test rst results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -268,14 +268,14 @@ Checking test rst results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 229.233445 - 0: The maximum resident set size (KB) = 1521564 + 0: The total amount of wall time = 227.432891 + 0: The maximum resident set size (KB) = 1535500 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf000.nc .........OK @@ -323,14 +323,14 @@ Moving baseline std_base files .... Moving RESTART/20210323.060000.sfc_data.tile5.nc .........OK Moving RESTART/20210323.060000.sfc_data.tile6.nc .........OK - 0: The total amount of wall time = 226.649367 - 0: The maximum resident set size (KB) = 1537792 + 0: The total amount of wall time = 225.728863 + 0: The maximum resident set size (KB) = 1524472 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_3545853/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1471512/thr_thr Checking test thr results .... Comparing sfcf000.nc .....USING NCCMP......OK Comparing sfcf021.nc .....USING NCCMP......OK @@ -377,11 +377,11 @@ Checking test thr results .... Comparing RESTART/20210323.060000.sfc_data.tile5.nc .....USING NCCMP......OK Comparing RESTART/20210323.060000.sfc_data.tile6.nc .....USING NCCMP......OK - 0: The total amount of wall time = 228.794080 - 0: The maximum resident set size (KB) = 1511352 + 0: The total amount of wall time = 235.006904 + 0: The maximum resident set size (KB) = 1556768 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Sep 19 02:02:10 UTC 2025 -Elapsed time: 01h:10m:24s. Have a nice day! +Mon Sep 22 20:56:04 UTC 2025 +Elapsed time: 01h:04m:30s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 20fb9dd504..8e00a15010 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Thu Sep 18 23:29:31 UTC 2025 +Mon Sep 22 18:20:08 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2909893/dbg_base_dbg_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1306183/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 2241.632793 - 0: The maximum resident set size (KB) = 1661060 + 0: The total amount of wall time = 2230.737067 + 0: The maximum resident set size (KB) = 1638928 Test dbg_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2909893/rst_rst +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1306183/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 584.433136 - 0: The maximum resident set size (KB) = 1619320 + 0: The total amount of wall time = 573.710073 + 0: The maximum resident set size (KB) = 1641604 Test rst PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2909893/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1306183/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 583.819279 - 0: The maximum resident set size (KB) = 1653016 + 0: The total amount of wall time = 581.339472 + 0: The maximum resident set size (KB) = 1642036 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Sep 19 00:51:46 UTC 2025 -Elapsed time: 01h:22m:16s. Have a nice day! +Mon Sep 22 19:51:34 UTC 2025 +Elapsed time: 01h:31m:26s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index 1dd1a15f73..c3bb4b4a63 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Thu Sep 18 22:35:37 UTC 2025 +Mon Sep 22 17:26:55 UTC 2025 Start Operation Requirement Test baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2422283/bit_base_bit_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1186506/bit_base_bit_base Checking test bit_base results .... Moving baseline bit_base files .... Moving dynf000.nc .........OK @@ -15,14 +15,14 @@ Moving baseline bit_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 622.591902 - 0: The maximum resident set size (KB) = 898464 + 0: The total amount of wall time = 623.840665 + 0: The maximum resident set size (KB) = 890848 Test bit_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2422283/dcp_dcp +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1186506/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -33,14 +33,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 489.594362 - 0: The maximum resident set size (KB) = 864540 + 0: The total amount of wall time = 493.863496 + 0: The maximum resident set size (KB) = 846276 Test dcp PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2422283/std_base_std_base +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1186506/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -52,14 +52,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 489.207391 - 0: The maximum resident set size (KB) = 843244 + 0: The total amount of wall time = 493.247355 + 0: The maximum resident set size (KB) = 864340 Test std_base PASS baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2422283/thr_thr +working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_1186506/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -70,11 +70,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 495.944135 - 0: The maximum resident set size (KB) = 867032 + 0: The total amount of wall time = 490.955676 + 0: The maximum resident set size (KB) = 853508 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Thu Sep 18 23:29:30 UTC 2025 -Elapsed time: 00h:53m:54s. Have a nice day! +Mon Sep 22 18:20:08 UTC 2025 +Elapsed time: 00h:53m:14s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index 926a5eac06..be46c4030c 100644 --- a/tests/logs/RegressionTests_acorn.log +++ b/tests/logs/RegressionTests_acorn.log @@ -1,7 +1,7 @@ ====START OF ACORN REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f2ed75eb7c3d80058beaa3ec660516db64c842c +523a632f4ff1261efae0ca2e49aa5db04a79ab5b Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,291 +41,291 @@ 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-20250918 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1684942 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3277130 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:27, 13:04] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:37, 06:34](3333 MB) -PASS -- TEST 'cpld_control_gefs_intel' [20:41, 16:23](4114 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [25:59, 07:56](3916 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:27, 12:25] ( 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [25:28, 15:04](1901 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:26, 16:23](1967 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:10, 07:20](1070 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:27, 07:29](1934 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [56:31, 17:31](1885 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:27, 13:10] ( 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [25:39, 15:33](1907 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:32] ( 1534 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [24:27, 20:08](1942 MB) - -PASS -- COMPILE 's2swa_intel' [13:28, 11:37] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:01, 08:19](3369 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:23, 08:13](3364 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:57, 04:49](3246 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:55, 08:20](3385 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [13:04, 04:39](3264 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [11:20, 07:37](3582 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [15:08, 08:04](3363 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [24:31, 06:49](3306 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:20, 08:23](3369 MB) - -PASS -- COMPILE 's2swal_intel' [13:28, 11:54] ( 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [33:43, 08:14](3367 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [27:49, 04:55](3246 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [12:09, 08:18](3336 MB) - -PASS -- COMPILE 's2sw_intel' [12:26, 11:10] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:41, 04:50](1926 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:04, 07:13](1974 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:26, 11:05] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:08, 05:00](1977 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:32, 16:28] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [15:14, 08:12](3360 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:28, 12:48] ( 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [23:06, 15:05](1927 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:55, 07:29](1101 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [49:36, 17:24](1896 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:44, 06:14](2887 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:40, 02:14](2897 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:22, 01:30](2318 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:02, 01:17](2116 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:04, 00:49](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:45, 00:42](1461 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [05:03, 01:21](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [04:02, 00:51](2114 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:45, 00:38](1460 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:03, 01:08](2038 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:00, 00:46](2041 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:46, 00:50](1396 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:18, 04:40] ( 1534 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [55:51, 23:51](1968 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:24, 09:35] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [08:37, 04:09](683 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [07:40, 02:32](1575 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:50, 02:44](1584 MB) -PASS -- TEST 'control_latlon_intel' [08:36, 02:45](1584 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [09:52, 02:45](1585 MB) -PASS -- TEST 'control_c48_intel' [12:50, 06:43](1594 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [11:48, 06:13](718 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:48, 06:51](1597 MB) -PASS -- TEST 'control_c192_intel' [14:00, 07:25](1703 MB) -PASS -- TEST 'control_c384_intel' [05:01, 08:52](2020 MB) -PASS -- TEST 'control_c384gdas_intel' [14:53, 09:17](1172 MB) -PASS -- TEST 'control_stochy_intel' [06:35, 01:55](637 MB) -PASS -- TEST 'control_stochy_restart_intel' [03:35, 01:15](400 MB) -PASS -- TEST 'control_lndp_intel' [06:34, 01:48](639 MB) -PASS -- TEST 'control_iovr4_intel' [07:38, 02:44](633 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:00, 03:15](917 MB) -PASS -- TEST 'control_iovr5_intel' [07:38, 02:45](629 MB) -PASS -- TEST 'control_p8_intel' [09:13, 03:04](1866 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [09:15, 03:11](1862 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:14, 03:15](1863 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [09:16, 03:04](1879 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:43, 03:14](1887 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [35:18, 02:30](2434 MB) -PASS -- TEST 'control_restart_p8_intel' [06:13, 01:48](1010 MB) -PASS -- TEST 'control_noqr_p8_intel' [06:38, 03:01](1859 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [05:34, 01:59](1011 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:32, 03:11](1862 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:32, 02:49](1946 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:59, 05:11](1868 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [08:11, 04:13](1913 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:05, 03:25](1875 MB) -PASS -- TEST 'merra2_thompson_intel' [07:34, 03:48](1866 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [09:19, 04:48](1872 MB) -PASS -- TEST 'regional_control_intel' [07:55, 05:08](871 MB) -PASS -- TEST 'regional_restart_intel' [04:50, 02:52](881 MB) -PASS -- TEST 'regional_decomp_intel' [07:56, 05:25](876 MB) -PASS -- TEST 'regional_2threads_intel' [06:53, 03:23](991 MB) -PASS -- TEST 'regional_noquilt_intel' [07:53, 05:08](1166 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:52, 05:12](884 MB) -PASS -- TEST 'regional_wofs_intel' [09:53, 06:55](1608 MB) - -PASS -- COMPILE 'rrfs_intel' [10:23, 08:33] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [11:26, 04:09](1014 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [44:58, 04:20](1204 MB) -PASS -- TEST 'rap_decomp_intel' [08:28, 04:14](1013 MB) -PASS -- TEST 'rap_2threads_intel' [07:32, 03:44](1089 MB) -PASS -- TEST 'rap_restart_intel' [06:18, 02:15](765 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:17, 04:01](1014 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:26, 04:19](1014 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:23, 02:21](766 MB) -PASS -- TEST 'hrrr_control_intel' [08:03, 03:54](1008 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:29, 04:01](1009 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:26, 03:35](1084 MB) -PASS -- TEST 'hrrr_control_restart_intel' [08:40, 02:23](757 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:16, 07:20](1008 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:44, 09:32](1971 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:42, 09:05](1966 MB) - -PASS -- COMPILE 'csawmg_intel' [09:22, 07:51] -PASS -- TEST 'control_csawmg_intel' [10:55, 06:46](962 MB) -PASS -- TEST 'control_ras_intel' [06:32, 03:31](669 MB) - -PASS -- COMPILE 'wam_intel' [09:23, 07:39] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:11, 12:25](1666 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [09:22, 08:08] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [08:12, 03:02](1863 MB) -PASS -- TEST 'regional_control_faster_intel' [07:50, 04:59](879 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:18, 04:51] ( 887 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:42, 02:37](1610 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:52, 02:43](1622 MB) -PASS -- TEST 'control_stochy_debug_intel' [07:36, 03:38](824 MB) -PASS -- TEST 'control_lndp_debug_intel' [09:36, 03:21](832 MB) -PASS -- TEST 'control_csawmg_debug_intel' [12:00, 04:53](1117 MB) -PASS -- TEST 'control_ras_debug_intel' [09:40, 03:23](829 MB) -PASS -- TEST 'control_diag_debug_intel' [06:42, 03:15](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [07:57, 03:13](1905 MB) -PASS -- TEST 'regional_debug_intel' [20:08, 18:07](941 MB) -PASS -- TEST 'rap_control_debug_intel' [10:39, 05:44](1197 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:41, 05:36](1190 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:39, 05:38](1200 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:40, 05:47](1195 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [11:38, 05:56](1196 MB) -PASS -- TEST 'rap_diag_debug_intel' [11:48, 06:10](1288 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [13:42, 05:58](1194 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:40, 05:59](1197 MB) -PASS -- TEST 'rap_lndp_debug_intel' [11:40, 05:44](1198 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [11:51, 05:43](1196 MB) -PASS -- TEST 'rap_noah_debug_intel' [11:44, 05:33](1197 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:40, 05:50](1196 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:43, 08:59](1193 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:41, 05:40](1200 MB) -PASS -- TEST 'rap_flake_debug_intel' [13:43, 05:48](1195 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:36, 09:51](1202 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:17, 03:32] ( 845 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [19:16, 14:32](1692 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 07:49] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [13:26, 04:02](1034 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:02, 03:36](894 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:54, 03:26](890 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:27, 03:08](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:05, 03:01](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:29, 03:36](889 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:11, 02:04](726 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:36, 01:58](725 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:23, 07:48] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:22, 03:00](1020 MB) -PASS -- TEST 'conus13km_2threads_intel' [08:02, 01:31](1138 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:58, 03:00](1027 MB) -PASS -- TEST 'conus13km_restart_intel' [04:59, 02:01](690 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:21, 07:57] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [11:02, 04:16](919 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:18, 03:37] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:36, 05:41](1075 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:40, 05:27](1072 MB) -PASS -- TEST 'conus13km_debug_intel' [26:29, 24:07](1105 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [27:38, 24:58](799 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:18, 13:39](1203 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:24, 24:37](1113 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:26, 24:06](1155 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:18, 03:27] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:38, 05:32](1110 MB) - -PASS -- COMPILE 'hafsw_intel' [11:25, 09:46] ( 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [09:56, 04:27](711 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [26:29, 04:36](917 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [12:46, 03:46](1057 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:08, 06:47](764 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 11:41](912 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:21, 12:52](812 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:21, 05:32](463 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [30:22, 06:43](474 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [18:25, 03:07](372 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [58:40, 07:39](423 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:07, 03:49](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:12, 03:34](494 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [32:44, 04:32](552 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [21:57, 01:35](406 MB) -PASS -- TEST 'gnv1_nested_intel' [08:13, 03:49](1696 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:19, 04:02] ( 1481 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [40:46, 14:10](592 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:25, 09:24] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [38:52, 07:17](609 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [45:05, 07:22](780 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:26, 09:43] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [46:23, 05:29](783 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 08:45] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [09:51, 06:17](760 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:48, 06:19](736 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:27, 11:58] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:28, 06:43](3329 MB) +PASS -- TEST 'cpld_control_gefs_intel' [23:12, 16:10](4124 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [24:12, 07:36](3919 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:27, 12:57] ( 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:44, 15:08](1901 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:22, 16:34](1945 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:11, 07:16](1069 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:21, 07:33](1932 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [57:04, 17:32](1888 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:27, 12:36] ( 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [25:43, 15:24](1907 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:20, 05:12] ( 1534 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:15, 20:42](1944 MB) + +PASS -- COMPILE 's2swa_intel' [13:26, 12:02] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:15, 08:21](3371 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:38, 08:08](3363 MB) +PASS -- TEST 'cpld_restart_p8_intel' [13:21, 04:40](3247 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:03, 08:14](3387 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [14:33, 04:48](3268 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:21, 07:36](3589 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:56, 08:07](3359 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [25:52, 07:05](3309 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [12:26, 08:23](3369 MB) + +PASS -- COMPILE 's2swal_intel' [13:27, 11:57] ( 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:35, 08:19](3369 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [28:54, 04:52](3244 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:16, 08:18](3338 MB) + +PASS -- COMPILE 's2sw_intel' [13:27, 11:34] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:50, 04:56](1927 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:20, 07:08](1971 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:27, 10:42] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:58, 04:58](1977 MB) + +PASS -- COMPILE 's2swa_faster_intel' [18:34, 16:25] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [16:17, 08:14](3365 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:29, 12:32] ( 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [25:18, 15:06](1928 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:02, 07:24](1099 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [42:35, 17:28](1895 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:42, 06:14](2886 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:37, 02:03](2895 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:14, 01:26](2315 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:03, 01:26](2114 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:03, 00:57](2110 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:45, 00:48](1461 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:04, 01:19](2111 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:03, 00:52](2110 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:45, 00:51](1459 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:03, 00:56](2040 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:02, 00:49](2041 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:46, 00:50](1395 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:19, 04:40] ( 1534 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [43:25, 24:01](1972 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:25, 09:37] ( 1 remarks ) +PASS -- TEST 'control_flake_intel' [13:43, 04:04](682 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [11:43, 02:34](1573 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [13:55, 02:49](1584 MB) +PASS -- TEST 'control_latlon_intel' [14:44, 02:41](1585 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [13:58, 02:42](1584 MB) +PASS -- TEST 'control_c48_intel' [10:48, 06:41](1597 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:53, 06:03](719 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [13:55, 06:51](1598 MB) +PASS -- TEST 'control_c192_intel' [15:04, 07:24](1706 MB) +PASS -- TEST 'control_c384_intel' [11:15, 08:48](2000 MB) +PASS -- TEST 'control_c384gdas_intel' [20:53, 09:19](1172 MB) +PASS -- TEST 'control_stochy_intel' [07:40, 01:55](633 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:37, 01:20](403 MB) +PASS -- TEST 'control_lndp_intel' [07:41, 01:48](637 MB) +PASS -- TEST 'control_iovr4_intel' [08:40, 02:38](633 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:56, 03:14](920 MB) +PASS -- TEST 'control_iovr5_intel' [07:38, 02:47](633 MB) +PASS -- TEST 'control_p8_intel' [09:14, 03:05](1865 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [10:19, 03:19](1862 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [10:18, 03:03](1863 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:22, 03:01](1879 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:46, 03:14](1885 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [20:59, 02:20](2434 MB) +PASS -- TEST 'control_restart_p8_intel' [05:40, 01:55](1008 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:34, 03:04](1858 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [06:04, 01:52](1011 MB) +PASS -- TEST 'control_decomp_p8_intel' [08:48, 03:14](1860 MB) +PASS -- TEST 'control_2threads_p8_intel' [07:42, 02:56](1938 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:03, 05:15](1869 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:16, 04:23](1913 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:14, 03:18](1874 MB) +PASS -- TEST 'merra2_thompson_intel' [09:43, 03:42](1866 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:25, 04:44](1871 MB) +PASS -- TEST 'regional_control_intel' [07:57, 05:13](878 MB) +PASS -- TEST 'regional_restart_intel' [04:56, 02:58](881 MB) +PASS -- TEST 'regional_decomp_intel' [07:51, 05:34](875 MB) +PASS -- TEST 'regional_2threads_intel' [06:52, 03:13](988 MB) +PASS -- TEST 'regional_noquilt_intel' [07:53, 05:22](1169 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:49, 05:17](877 MB) +PASS -- TEST 'regional_wofs_intel' [09:53, 07:00](1609 MB) + +PASS -- COMPILE 'rrfs_intel' [10:23, 08:32] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:32, 04:15](1013 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [16:29, 04:25](1214 MB) +PASS -- TEST 'rap_decomp_intel' [07:38, 04:12](1006 MB) +PASS -- TEST 'rap_2threads_intel' [07:36, 03:49](1093 MB) +PASS -- TEST 'rap_restart_intel' [10:28, 02:22](763 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:44, 04:10](1012 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:38, 04:18](1011 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [11:25, 02:21](765 MB) +PASS -- TEST 'hrrr_control_intel' [08:18, 03:53](1006 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:26, 04:06](1005 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:27, 03:32](1080 MB) +PASS -- TEST 'hrrr_control_restart_intel' [07:38, 02:11](759 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:15, 07:14](1007 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:42, 09:24](1973 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [12:43, 09:08](1965 MB) + +PASS -- COMPILE 'csawmg_intel' [09:22, 07:49] +PASS -- TEST 'control_csawmg_intel' [10:55, 06:45](961 MB) +PASS -- TEST 'control_ras_intel' [07:34, 03:29](668 MB) + +PASS -- COMPILE 'wam_intel' [09:22, 07:47] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:15, 12:19](1667 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:23, 08:02] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [10:18, 03:09](1861 MB) +PASS -- TEST 'regional_control_faster_intel' [06:50, 05:01](880 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:18, 04:47] ( 887 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:48, 02:40](1611 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:55, 02:55](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [13:42, 03:42](822 MB) +PASS -- TEST 'control_lndp_debug_intel' [13:42, 03:11](828 MB) +PASS -- TEST 'control_csawmg_debug_intel' [15:03, 04:49](1115 MB) +PASS -- TEST 'control_ras_debug_intel' [13:40, 03:15](828 MB) +PASS -- TEST 'control_diag_debug_intel' [14:54, 03:20](1679 MB) +PASS -- TEST 'control_debug_p8_intel' [09:59, 03:17](1904 MB) +PASS -- TEST 'regional_debug_intel' [21:09, 18:24](932 MB) +PASS -- TEST 'rap_control_debug_intel' [11:38, 05:50](1195 MB) +PASS -- TEST 'hrrr_control_debug_intel' [11:41, 05:39](1185 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [11:43, 05:38](1193 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [11:43, 05:48](1194 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [12:41, 05:47](1196 MB) +PASS -- TEST 'rap_diag_debug_intel' [12:49, 06:03](1286 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [12:39, 05:48](1195 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [10:35, 05:50](1199 MB) +PASS -- TEST 'rap_lndp_debug_intel' [11:38, 05:47](1199 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:38, 05:46](1196 MB) +PASS -- TEST 'rap_noah_debug_intel' [12:39, 05:35](1190 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [13:39, 05:52](1194 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [14:42, 09:09](1198 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [11:39, 05:46](1199 MB) +PASS -- TEST 'rap_flake_debug_intel' [11:39, 05:40](1195 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:36, 09:39](1198 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:33] ( 845 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [23:22, 14:23](1695 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:23, 07:41] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:21, 04:07](1043 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [11:26, 03:29](896 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:15, 03:22](889 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:16, 03:03](941 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [09:53, 03:07](936 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:50, 03:31](888 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:08, 01:56](728 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:34, 02:01](727 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:24, 07:46] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:17, 03:04](1019 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:59, 01:16](1145 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:01, 02:51](1027 MB) +PASS -- TEST 'conus13km_restart_intel' [03:58, 01:47](691 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:23, 07:49] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:58, 04:15](917 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:17, 03:35] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [11:39, 05:37](1077 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:39, 05:22](1074 MB) +PASS -- TEST 'conus13km_debug_intel' [26:31, 23:58](1102 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:39, 24:20](813 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [18:13, 13:38](1213 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [27:29, 24:38](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:26, 23:57](1147 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:17, 03:31] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:35, 05:37](1109 MB) + +PASS -- COMPILE 'hafsw_intel' [11:25, 09:56] ( 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [08:44, 04:26](705 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [13:07, 04:37](917 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [15:49, 03:46](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:04, 06:42](763 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:57, 11:39](906 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [24:25, 12:52](812 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:15, 05:26](464 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:59, 06:42](469 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [17:20, 03:07](375 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [55:30, 07:46](424 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [08:02, 03:52](499 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [08:08, 03:36](493 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [20:42, 04:32](554 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [14:46, 01:40](405 MB) +PASS -- TEST 'gnv1_nested_intel' [08:08, 03:44](1703 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:19, 04:06] ( 1481 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [32:37, 14:16](593 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:24, 09:18] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [39:51, 07:15](615 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [39:58, 07:20](781 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:26, 09:46] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [45:16, 05:22](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:25, 09:09] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [10:50, 06:16](757 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:48, 06:19](738 MB) PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:36, 16:16](896 MB) -PASS -- COMPILE 'datm_cdeps_intel' [12:26, 09:39] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 03:07](1567 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:29, 02:18](1565 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:29, 02:58](685 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:25, 02:57](685 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 03:00](684 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:25, 03:19](1564 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:26, 03:17](1564 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:25, 02:50](685 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:35, 07:09](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:35, 07:01](706 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:24, 03:09](1568 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:30, 05:32](4523 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:34](4523 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [14:28, 09:24] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:25, 03:16](1568 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [05:18, 00:54] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [09:46, 01:12](302 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [11:42, 00:58](437 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [20:54, 00:42](439 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:27, 10:34] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [10:39, 03:56](1913 MB) - -PASS -- COMPILE 'atml_intel' [14:27, 09:28] ( 8 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [15:30, 03:25](1871 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [19:17, 02:06](1032 MB) - -PASS -- COMPILE 'atml_debug_intel' [09:23, 04:25] ( 892 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [21:32, 05:45](1910 MB) - -PASS -- COMPILE 'atmw_intel' [12:25, 08:27] ( 3 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [08:10, 02:15](1884 MB) - -PASS -- COMPILE 'atmaero_intel' [10:23, 08:14] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [10:53, 04:31](3239 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:42, 05:14](3119 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [12:44, 05:14](3130 MB) - -PASS -- COMPILE 'atmaq_intel' [09:22, 07:48] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [28:01, 15:47](2393 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [29:51, 18:44](2443 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [05:18, 03:36] ( 870 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [56:33, 40:20](1974 MB) +PASS -- COMPILE 'datm_cdeps_intel' [11:25, 09:31] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:26, 03:16](1565 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 02:12](1568 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:24, 02:50](685 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:26, 02:58](686 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 02:59](684 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:26, 03:14](1568 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:25, 03:10](1567 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:25, 02:47](686 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:32, 07:19](1366 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:34, 07:07](703 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:24, 03:09](1565 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:33, 05:27](4519 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:29, 05:28](4521 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [11:25, 09:26] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:26, 03:13](1565 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [04:16, 00:51] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [08:45, 01:02](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [09:39, 00:55](438 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [19:53, 00:45](437 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:26, 10:12] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:40, 03:50](1911 MB) + +PASS -- COMPILE 'atml_intel' [16:30, 09:23] ( 8 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [14:27, 03:25](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [16:13, 02:08](1029 MB) + +PASS -- COMPILE 'atml_debug_intel' [10:24, 04:24] ( 892 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [18:30, 05:36](1912 MB) + +PASS -- COMPILE 'atmw_intel' [14:27, 08:31] ( 3 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [11:13, 02:03](1884 MB) + +PASS -- COMPILE 'atmaero_intel' [10:24, 08:18] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [13:58, 04:33](3239 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [14:43, 05:09](3120 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [15:45, 05:21](3126 MB) + +PASS -- COMPILE 'atmaq_intel' [09:23, 07:49] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [26:55, 15:29](2393 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [30:48, 18:46](2439 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [07:20, 03:39] ( 870 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [53:08, 40:23](1976 MB) SYNOPSIS: -Starting Date/Time: 20250919 16:15:29 -Ending Date/Time: 20250919 19:18:22 -Total Time: 03h:03m:26s +Starting Date/Time: 20250922 20:24:04 +Ending Date/Time: 20250922 23:26:34 +Total Time: 03h:03m:00s Compiles Completed: 38/38 Tests Completed: 199/199 diff --git a/tests/logs/RegressionTests_hera.log b/tests/logs/RegressionTests_hera.log index 76406b982b..c14d4b907b 100644 --- a/tests/logs/RegressionTests_hera.log +++ b/tests/logs/RegressionTests_hera.log @@ -1,13 +1,13 @@ ====START OF HERA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6876aa44258f5b3cca1368dae70b3ff33ab8048e +0f02ee3314bf2365c92f919d2d38e034a7d0eb8e Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -27,421 +27,421 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch3/NAGAPE/epic/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20250918 -COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2250882 +COMPARISON DIRECTORY: /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3100914 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:11, 11:46] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:01, 11:47](2211 MB) -PASS -- TEST 'cpld_control_gefs_intel' [33:48, 16:58](3031 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [21:20, 05:25](2709 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [31:48, 16:59](3048 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:12, 17:10] ( 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:50, 18:55](2075 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:05, 20:46](2256 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [10:00, 07:53](1369 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [11:11, 08:50](2226 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [25:49, 22:58](1873 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [18:12, 16:52] ( 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [24:47, 19:11](2047 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:57] ( 1554 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:56, 21:40](1933 MB) - -PASS -- COMPILE 's2swa_intel' [14:11, 12:39] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [15:12, 12:40](2266 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:13, 11:39](2285 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:06, 06:14](1887 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [16:06, 11:44](2311 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:06, 06:11](1893 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [16:06, 10:30](2322 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [17:10, 11:20](2222 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [14:06, 11:05](2055 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:12, 11:52](2261 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [28:05, 17:03](2675 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [14:30, 09:15](2813 MB) - -PASS -- COMPILE 's2swal_intel' [13:11, 11:57] ( 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [15:05, 12:13](2125 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:07, 06:23](1728 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:56, 07:24](2243 MB) - -PASS -- COMPILE 's2sw_intel' [13:11, 11:27] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [13:52, 11:21](2111 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:56, 06:24](2156 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:57] ( 1444 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:04, 13:40](2293 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:42] ( 1444 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:55, 06:28](2135 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:11, 09:48] ( 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:54, 04:20](2164 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:11, 12:24] ( 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [16:56, 11:28](2284 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 16:22] ( 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:49, 17:19](2130 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:59, 07:57](1369 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:48, 20:16](1939 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:40, 07:52](3091 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:42, 02:23](3084 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:33, 01:24](2521 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:35, 01:15](2263 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:32, 00:43](2254 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:29, 00:34](1590 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:33, 01:15](2254 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:30, 00:42](2251 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:30, 00:34](1589 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:43](2184 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:34](2181 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:30, 00:29](1535 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:43] ( 1554 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:49, 27:30](1974 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:46] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [06:21, 03:24](825 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:21, 02:23](1719 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:22, 02:35](1736 MB) -PASS -- TEST 'control_latlon_intel' [04:20, 02:29](1720 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:27, 02:33](1730 MB) -PASS -- TEST 'control_c48_intel' [09:23, 07:18](1722 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:23, 06:41](855 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:22, 07:29](1728 MB) -PASS -- TEST 'control_c192_intel' [09:35, 07:47](1909 MB) -PASS -- TEST 'control_c384_intel' [11:19, 08:36](2014 MB) -PASS -- TEST 'control_c384gdas_intel' [13:21, 08:42](1397 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:42](787 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:59](633 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:36](788 MB) -PASS -- TEST 'control_iovr4_intel' [04:19, 02:34](786 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:28, 03:05](1075 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:33](787 MB) -PASS -- TEST 'control_p8_intel' [04:41, 03:04](1995 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:43, 03:10](2018 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:35, 02:55](2014 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:37, 02:59](2027 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:37, 03:08](2037 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:41, 02:08](2387 MB) -PASS -- TEST 'control_restart_p8_intel' [03:35, 01:44](1259 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:40, 02:54](2006 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:42](1282 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:39, 03:05](1985 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:39, 03:22](2031 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:32, 05:14](2015 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [06:40, 04:16](2079 MB) -PASS -- TEST 'control_p8_mynn_intel' [05:45, 03:11](2020 MB) -PASS -- TEST 'merra2_thompson_intel' [05:39, 03:30](2021 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [07:28, 05:15](2019 MB) -PASS -- TEST 'regional_control_intel' [07:30, 05:18](1225 MB) -PASS -- TEST 'regional_restart_intel' [04:30, 02:55](1237 MB) -PASS -- TEST 'regional_decomp_intel' [07:30, 05:42](1212 MB) -PASS -- TEST 'regional_2threads_intel' [06:28, 04:00](1083 MB) -PASS -- TEST 'regional_noquilt_intel' [07:31, 05:17](1511 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:34, 05:20](1228 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:28, 05:17](1220 MB) -PASS -- TEST 'regional_wofs_intel' [08:29, 06:44](2046 MB) - -PASS -- COMPILE 'rrfs_intel' [11:11, 09:07] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [06:35, 04:09](1171 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:58, 04:11](1321 MB) -PASS -- TEST 'rap_decomp_intel' [06:34, 04:19](1159 MB) -PASS -- TEST 'rap_2threads_intel' [06:33, 04:39](1177 MB) -PASS -- TEST 'rap_restart_intel' [04:33, 02:16](1174 MB) -PASS -- TEST 'rap_sfcdiff_intel' [06:35, 04:19](1171 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:31, 04:19](1161 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:35, 02:14](1182 MB) -PASS -- TEST 'hrrr_control_intel' [05:35, 04:01](1173 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:34, 04:07](1147 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:31, 04:21](1167 MB) -PASS -- TEST 'hrrr_control_restart_intel' [05:23, 02:08](1133 MB) -PASS -- TEST 'rrfs_v1beta_intel' [09:35, 07:39](1218 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:21, 09:25](2116 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:21, 09:09](2189 MB) - -PASS -- COMPILE 'csawmg_intel' [10:11, 08:33] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:31, 06:14](1157 MB) -PASS -- TEST 'control_ras_intel' [05:19, 03:19](869 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:22] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [13:44, 11:36](1796 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:11, 08:45] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:42, 02:50](2006 MB) -PASS -- TEST 'regional_control_faster_intel' [06:32, 04:53](1222 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:11, 04:13] ( 902 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:26, 02:12](1747 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:32, 02:17](1751 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:26, 03:07](961 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:26, 02:44](957 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:33, 04:20](1261 MB) -PASS -- TEST 'control_ras_debug_intel' [06:26, 02:48](962 MB) -PASS -- TEST 'control_diag_debug_intel' [06:34, 02:52](1802 MB) -PASS -- TEST 'control_debug_p8_intel' [07:36, 02:42](2034 MB) -PASS -- TEST 'regional_debug_intel' [20:31, 17:36](1223 MB) -PASS -- TEST 'rap_control_debug_intel' [06:21, 04:56](1336 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:54](1340 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 04:54](1330 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [07:25, 04:49](1333 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:20, 04:58](1334 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:10](1443 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:21, 05:05](1343 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:20, 04:54](1345 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:21, 04:55](1344 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:21, 04:56](1340 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:20, 04:49](1331 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [07:21, 04:52](1335 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:07](1330 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:22, 04:57](1347 MB) -PASS -- TEST 'rap_flake_debug_intel' [07:21, 04:58](1332 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:34, 08:32](1338 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:11, 02:46] ( 859 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:39, 13:16](1811 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:11, 08:23] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:54, 03:58](1176 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:28, 03:33](1099 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:27, 03:25](1093 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:29, 03:59](1024 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:26, 03:50](1030 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:25, 03:37](1034 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:29, 01:54](1057 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:51](1053 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:11, 08:35] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:47, 02:56](1465 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:34, 01:15](1305 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:35, 02:57](1487 MB) -PASS -- TEST 'conus13km_restart_intel' [03:41, 01:38](1336 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:11, 08:31] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:32, 04:17](1108 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:12, 02:59] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 04:51](1221 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:19, 04:46](1224 MB) -PASS -- TEST 'conus13km_debug_intel' [24:41, 22:48](1488 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [24:40, 22:41](1233 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [21:36, 19:43](1338 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [25:37, 23:22](1518 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:37, 23:03](1572 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [05:11, 02:54] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:20, 05:06](1292 MB) - -PASS -- COMPILE 'hafsw_intel' [12:11, 10:35] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:07, 05:02](914 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:18, 05:15](1125 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [08:24, 03:44](1162 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:12, 06:48](941 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [32:09, 29:54](971 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:47, 05:27](495 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:10, 06:48](510 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:34, 02:42](374 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:39, 07:10](437 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:41, 03:37](531 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:42, 03:28](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [09:44, 04:00](577 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:25, 01:11](403 MB) -PASS -- TEST 'gnv1_nested_intel' [07:16, 04:04](1870 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:24] ( 1499 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:41, 12:39](580 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [13:11, 10:45] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [20:55, 15:13](617 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [20:53, 15:00](668 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:35] ( 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [16:08, 10:35](679 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:11, 10:48] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:04, 06:37](934 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:07, 06:38](918 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:49, 16:23](1309 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:12, 06:10] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:06](2005 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:20, 01:57](1954 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:51](1268 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:18, 02:46](1264 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:18, 02:50](1270 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:17, 02:56](2007 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:57](2008 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:44](1268 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:13, 07:13](1783 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [09:17, 06:57](1164 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:01](2007 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:18, 04:56](4968 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:19, 04:52](4966 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:12, 02:51] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:54](1918 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 06:23] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:19, 02:59](2008 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:12, 01:04] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:28, 00:53](251 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:23, 00:35](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:23, 00:24](306 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:12, 01:16] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:34, 00:32](632 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:31, 00:16](512 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:12, 09:26] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:56, 03:39](2083 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 09:05] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:45, 04:46](2080 MB) - -PASS -- COMPILE 'atml_intel' [11:10, 09:38] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:45, 03:20](1858 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:34, 01:50](1105 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:53] ( 907 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:51, 04:57](1882 MB) - -PASS -- COMPILE 'atmw_intel' [12:11, 10:23] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:37, 01:58](2031 MB) - -PASS -- COMPILE 'atmaero_intel' [11:11, 09:10] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [06:44, 04:10](2109 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:35, 05:03](1890 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:59](1894 MB) - -PASS -- COMPILE 'atmaq_intel' [10:10, 08:42] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [18:41, 15:13](2921 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [21:26, 18:25](2926 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:00] ( 884 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [41:20, 39:08](2947 MB) - -PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:26] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [13:23, 11:28](1190 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [05:11, 03:57] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [06:29, 04:13](1115 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [05:11, 03:59] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:31, 04:38](1116 MB) - -PASS -- COMPILE 'atm_gnu' [05:11, 04:02] -PASS -- TEST 'control_c48_gnu' [11:24, 09:26](1538 MB) -PASS -- TEST 'control_stochy_gnu' [04:17, 02:50](605 MB) -PASS -- TEST 'control_ras_gnu' [06:18, 04:44](615 MB) -PASS -- TEST 'control_p8_gnu' [06:43, 04:21](1549 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [06:40, 04:18](1562 MB) -PASS -- TEST 'control_flake_gnu' [07:21, 05:29](653 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:12, 03:56] -PASS -- TEST 'rap_control_gnu' [07:30, 05:56](944 MB) -PASS -- TEST 'rap_decomp_gnu' [07:29, 05:56](947 MB) -PASS -- TEST 'rap_2threads_gnu' [08:31, 06:54](1024 MB) -PASS -- TEST 'rap_restart_gnu' [04:31, 03:04](679 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [07:29, 05:53](944 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [07:28, 06:02](951 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:33, 03:03](684 MB) -PASS -- TEST 'hrrr_control_gnu' [07:31, 05:41](950 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:28, 05:40](936 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:27, 06:36](1014 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [07:28, 05:43](953 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:20, 02:59](686 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [04:19, 02:57](776 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:33, 10:52](941 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:11, 03:41] -PASS -- TEST 'control_csawmg_gnu' [10:29, 08:20](868 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 06:36] -PASS -- TEST 'control_diag_debug_gnu' [03:29, 01:33](1381 MB) -PASS -- TEST 'regional_debug_gnu' [10:32, 08:20](881 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:31](956 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 02:30](964 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 02:30](964 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:31](967 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:30, 02:44](1050 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:19, 03:59](951 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:35](958 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:30](600 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:36](593 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:33, 01:37](1543 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:34](960 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:29](958 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:34, 04:21](972 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:12, 11:30] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [17:06, 12:09](2217 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:17, 18:22](3029 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [21:10, 05:09](2680 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [26:29, 16:20](3065 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:12, 17:39] ( 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [23:52, 21:31](2091 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:58, 21:01](2273 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:54, 08:00](1372 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [21:04, 08:52](2208 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [26:52, 25:07](1880 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [19:12, 17:18] ( 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [23:41, 20:58](2053 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:12, 04:19] ( 1554 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:57, 21:50](1938 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 11:54] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [19:16, 14:24](2295 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:19, 13:20](2270 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:12, 06:24](1894 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [19:11, 14:23](2284 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [09:17, 06:44](1879 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [19:11, 12:50](2355 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:11, 13:59](2261 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:10, 13:09](2060 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:20, 14:04](2259 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:11, 16:00](2672 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:40, 09:02](2821 MB) + +PASS -- COMPILE 's2swal_intel' [13:12, 11:38] ( 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:19, 14:51](2124 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:16, 06:12](1729 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [16:06, 10:48](2227 MB) + +PASS -- COMPILE 's2sw_intel' [13:12, 11:31] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [15:57, 13:21](2106 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:18, 06:16](2178 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:12, 04:06] ( 1444 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [16:09, 13:18](2263 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:12, 03:58] ( 1444 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:58, 06:40](2124 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:12, 09:40] ( 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:53, 04:19](2150 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:11, 11:57] ( 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [17:09, 13:51](2283 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 19:13] ( 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:59, 17:24](2132 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:06, 08:06](1375 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:49, 20:11](1936 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [09:36, 07:49](3085 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [04:37, 02:22](3082 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:34, 01:23](2524 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:32, 01:13](2258 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:30, 00:42](2265 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:33, 00:33](1585 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:30, 01:15](2257 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:27, 00:43](2263 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:33](1591 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:31, 00:42](2190 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:29, 00:34](2190 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:30, 00:31](1532 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:36] ( 1554 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:43, 27:57](1981 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:27, 09:44] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [05:21, 03:23](826 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:22, 02:22](1717 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:23, 02:35](1737 MB) +PASS -- TEST 'control_latlon_intel' [04:20, 02:28](1724 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:28, 02:38](1718 MB) +PASS -- TEST 'control_c48_intel' [09:25, 07:12](1720 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:23, 06:41](851 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:21, 07:27](1725 MB) +PASS -- TEST 'control_c192_intel' [09:35, 07:37](1917 MB) +PASS -- TEST 'control_c384_intel' [15:30, 08:50](1999 MB) +PASS -- TEST 'control_c384gdas_intel' [16:34, 08:29](1402 MB) +PASS -- TEST 'control_stochy_intel' [03:20, 01:41](784 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:19, 01:00](629 MB) +PASS -- TEST 'control_lndp_intel' [03:19, 01:34](785 MB) +PASS -- TEST 'control_iovr4_intel' [04:20, 02:30](781 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:30, 03:03](1084 MB) +PASS -- TEST 'control_iovr5_intel' [04:20, 02:31](785 MB) +PASS -- TEST 'control_p8_intel' [04:40, 03:00](2023 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:46, 03:11](2018 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:41, 02:55](2018 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:42, 02:54](2031 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:41, 03:07](2021 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:44, 02:16](2382 MB) +PASS -- TEST 'control_restart_p8_intel' [03:35, 01:44](1261 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:40, 02:57](2011 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:38, 01:44](1288 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:36, 03:02](2003 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:36, 03:20](2017 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:31, 05:11](2020 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:38, 04:13](2069 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:37, 03:09](2024 MB) +PASS -- TEST 'merra2_thompson_intel' [05:36, 03:30](2020 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:28, 04:54](2030 MB) +PASS -- TEST 'regional_control_intel' [07:28, 05:18](1225 MB) +PASS -- TEST 'regional_restart_intel' [05:35, 02:53](1239 MB) +PASS -- TEST 'regional_decomp_intel' [07:31, 05:38](1217 MB) +PASS -- TEST 'regional_2threads_intel' [05:29, 04:01](1080 MB) +PASS -- TEST 'regional_noquilt_intel' [07:32, 05:21](1510 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:36, 05:18](1222 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:31, 05:21](1220 MB) +PASS -- TEST 'regional_wofs_intel' [08:29, 06:49](2036 MB) + +PASS -- COMPILE 'rrfs_intel' [10:13, 08:56] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [09:16, 04:10](1183 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:57, 04:10](1324 MB) +PASS -- TEST 'rap_decomp_intel' [06:35, 04:21](1168 MB) +PASS -- TEST 'rap_2threads_intel' [06:32, 04:38](1184 MB) +PASS -- TEST 'rap_restart_intel' [04:35, 02:15](1178 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:36, 04:08](1181 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:34, 04:21](1145 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [04:36, 02:14](1171 MB) +PASS -- TEST 'hrrr_control_intel' [05:34, 03:58](1173 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:29, 04:08](1152 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:29, 04:21](1162 MB) +PASS -- TEST 'hrrr_control_restart_intel' [04:20, 02:09](1136 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:33, 07:37](1221 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:21, 09:35](2116 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:20, 08:58](2175 MB) + +PASS -- COMPILE 'csawmg_intel' [10:12, 08:35] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:30, 06:11](1155 MB) +PASS -- TEST 'control_ras_intel' [05:19, 03:19](866 MB) + +PASS -- COMPILE 'wam_intel' [10:12, 08:23] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [13:50, 11:25](1793 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [10:12, 08:43] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:46, 02:49](2001 MB) +PASS -- TEST 'regional_control_faster_intel' [07:35, 04:52](1224 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [06:12, 04:15] ( 902 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:25, 04:20](1747 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:32, 04:20](1746 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:22, 04:27](959 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:23, 04:24](955 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:34, 06:56](1262 MB) +PASS -- TEST 'control_ras_debug_intel' [07:23, 04:26](958 MB) +PASS -- TEST 'control_diag_debug_intel' [14:32, 02:46](1814 MB) +PASS -- TEST 'control_debug_p8_intel' [08:37, 05:22](2034 MB) +PASS -- TEST 'regional_debug_intel' [20:35, 18:22](1223 MB) +PASS -- TEST 'rap_control_debug_intel' [07:22, 04:59](1338 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:22, 04:49](1343 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:21, 04:55](1329 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:21, 04:53](1335 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:21, 04:54](1334 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:35, 05:11](1425 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:21, 05:01](1333 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:21, 05:00](1343 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:21, 04:57](1340 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:20, 04:55](1328 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:21, 04:55](1327 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:57](1328 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:20, 07:59](1333 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:54](1345 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:19, 05:04](1335 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:33, 08:49](1352 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:11, 02:50] ( 859 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:37, 13:11](1823 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:11, 10:40] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:57, 03:54](1180 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:28, 03:30](1125 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:27, 03:23](1096 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:28, 04:05](1046 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:28, 03:56](1023 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:25, 03:37](1030 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [08:28, 01:54](1067 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:50](1055 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:11, 10:32] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [05:54, 02:55](1460 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:47, 01:18](1296 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:46, 02:57](1488 MB) +PASS -- TEST 'conus13km_restart_intel' [13:42, 01:38](1328 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:11, 10:27] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:34, 04:22](1120 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:11, 05:40] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 04:51](1208 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:45](1224 MB) +PASS -- TEST 'conus13km_debug_intel' [24:50, 22:32](1497 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:49, 22:34](1192 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:44, 19:44](1334 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [26:43, 22:59](1527 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [25:43, 22:17](1567 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:47] ( 793 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:21, 05:01](1272 MB) + +PASS -- COMPILE 'hafsw_intel' [12:11, 11:00] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [09:10, 05:06](914 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:22, 05:20](1081 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 03:34](1164 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:13, 06:52](940 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [32:10, 28:56](965 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:47, 05:26](496 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [17:08, 06:44](507 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [13:33, 02:42](372 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [15:36, 07:13](433 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [14:40, 03:37](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:39, 03:27](528 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [15:43, 03:57](568 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:25, 01:10](399 MB) +PASS -- TEST 'gnv1_nested_intel' [17:07, 04:01](1869 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [05:11, 03:25] ( 1499 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [25:41, 12:40](585 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 10:52] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:47, 15:04](618 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:57, 14:59](670 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 11:06] ( 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [24:20, 10:31](670 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:11, 11:09] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [20:08, 06:32](936 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [19:11, 06:37](915 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:53, 17:22](1313 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:11, 06:12] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:18, 03:02](2010 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:03](1960 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [13:16, 02:50](1284 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [11:17, 02:51](1263 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [11:17, 02:52](1268 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:17, 03:02](2014 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [11:16, 03:04](2007 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [11:16, 02:47](1262 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:05, 07:15](1778 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:05, 06:55](1162 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 03:00](2011 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:18, 04:49](4968 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:17, 04:57](4964 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:39] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [09:17, 06:44](1912 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:12, 06:25] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [06:16, 02:59](2010 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 01:06] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:27, 00:56](252 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:34](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [11:24, 00:23](306 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:14] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:26, 00:33](639 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [07:28, 00:16](517 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:19] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:47, 03:40](2071 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:53] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [15:42, 04:46](2105 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:39] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [13:42, 03:20](1851 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:31, 01:51](1102 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:11, 03:50] ( 907 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [15:42, 04:54](1884 MB) + +PASS -- COMPILE 'atmw_intel' [12:10, 10:14] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [12:40, 02:00](2028 MB) + +PASS -- COMPILE 'atmaero_intel' [11:10, 08:55] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [15:47, 04:11](2099 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [15:35, 04:58](1896 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [16:36, 04:58](1897 MB) + +PASS -- COMPILE 'atmaq_intel' [10:10, 08:38] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [27:36, 15:09](2927 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [30:28, 19:02](2928 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 03:00] ( 884 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [52:19, 39:51](2941 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:21] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [26:24, 11:15](1188 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [05:11, 03:55] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [15:28, 04:08](1114 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [05:11, 04:00] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [15:31, 04:39](1126 MB) + +PASS -- COMPILE 'atm_gnu' [06:11, 04:14] +PASS -- TEST 'control_c48_gnu' [20:25, 09:29](1538 MB) +PASS -- TEST 'control_stochy_gnu' [13:17, 02:51](603 MB) +PASS -- TEST 'control_ras_gnu' [14:17, 04:45](611 MB) +PASS -- TEST 'control_p8_gnu' [13:44, 04:20](1562 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [12:39, 04:16](1551 MB) +PASS -- TEST 'control_flake_gnu' [13:21, 05:28](650 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:50] +PASS -- TEST 'rap_control_gnu' [13:32, 05:51](947 MB) +PASS -- TEST 'rap_decomp_gnu' [13:33, 05:58](946 MB) +PASS -- TEST 'rap_2threads_gnu' [12:30, 06:54](1022 MB) +PASS -- TEST 'rap_restart_gnu' [05:36, 03:06](678 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [11:32, 05:52](944 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [11:32, 06:03](943 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:35, 03:02](684 MB) +PASS -- TEST 'hrrr_control_gnu' [10:29, 05:43](950 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [09:27, 05:39](936 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [09:31, 06:37](1012 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [07:29, 05:43](949 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [05:23, 02:58](683 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:22, 02:56](774 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [12:33, 10:55](940 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:31] +PASS -- TEST 'control_csawmg_gnu' [10:29, 08:23](851 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 06:46] +PASS -- TEST 'control_diag_debug_gnu' [03:27, 01:32](1379 MB) +PASS -- TEST 'regional_debug_gnu' [10:30, 08:27](872 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:20, 02:34](960 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:18, 02:32](964 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:18, 02:33](967 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:19, 02:29](971 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:34, 02:44](1045 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:19, 04:01](951 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:19, 02:34](958 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:18, 01:28](602 MB) +PASS -- TEST 'control_stochy_debug_gnu' [04:19, 01:36](595 MB) +PASS -- TEST 'control_debug_p8_gnu' [04:34, 01:39](1554 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:21, 02:30](957 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:20, 02:31](961 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:44, 04:19](973 MB) PASS -- COMPILE 'wam_debug_gnu' [03:11, 02:00] -PASS -- TEST 'control_wam_debug_gnu' [08:42, 06:38](1401 MB) +PASS -- TEST 'control_wam_debug_gnu' [09:47, 06:27](1397 MB) -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:36] -PASS -- TEST 'control_csawmg_debug_gnu' [04:31, 02:24](837 MB) +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 03:37] +PASS -- TEST 'control_csawmg_debug_gnu' [09:35, 02:19](837 MB) -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:40] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [06:30, 05:07](801 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:28, 05:04](804 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:27, 06:04](853 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:26, 05:54](848 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:26, 05:08](806 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:27, 02:38](649 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:36](659 MB) -PASS -- TEST 'conus13km_control_gnu' [06:54, 04:46](1029 MB) -PASS -- TEST 'conus13km_2threads_gnu' [04:42, 02:02](1017 MB) -PASS -- TEST 'conus13km_decomp_gnu' [07:42, 04:51](1034 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:37, 02:41](717 MB) +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:44] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:30, 05:06](798 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [09:29, 04:58](807 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [12:27, 06:03](852 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [12:26, 05:54](849 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [07:27, 05:08](805 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [05:39, 02:39](656 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:38](659 MB) +PASS -- TEST 'conus13km_control_gnu' [06:49, 04:51](1031 MB) +PASS -- TEST 'conus13km_2threads_gnu' [09:37, 02:02](1017 MB) +PASS -- TEST 'conus13km_decomp_gnu' [07:37, 04:55](1032 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:53, 02:37](722 MB) -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:12, 09:46] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:31, 05:43](827 MB) +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:49] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [12:34, 05:38](828 MB) -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:51] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:27](806 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [04:20, 02:25](812 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:48, 10:57](1044 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:45, 10:44](771 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:41, 09:12](1030 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [13:36, 11:10](1052 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:35, 10:59](1115 MB) +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:42] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [08:20, 02:29](807 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [07:20, 02:24](816 MB) +PASS -- TEST 'conus13km_debug_gnu' [18:45, 11:07](1044 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [18:44, 11:31](771 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [16:40, 09:13](1033 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [18:38, 11:33](1051 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [18:37, 11:12](1114 MB) -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:50] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:19, 02:34](838 MB) +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:40] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [09:21, 04:54](834 MB) -PASS -- COMPILE 's2swa_gnu' [18:11, 16:34] -PASS -- TEST 'cpld_control_p8_gnu' [14:11, 11:10](1681 MB) +PASS -- COMPILE 's2swa_gnu' [18:15, 16:35] +PASS -- TEST 'cpld_control_p8_gnu' [18:14, 13:25](1690 MB) -PASS -- COMPILE 's2s_gnu' [17:12, 15:55] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [13:07, 09:47](1641 MB) +PASS -- COMPILE 's2s_gnu' [18:15, 15:49] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [15:59, 09:52](1630 MB) -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:47] -PASS -- TEST 'cpld_debug_p8_gnu' [10:01, 06:59](1686 MB) +PASS -- COMPILE 's2swa_debug_gnu' [05:11, 02:44] +PASS -- TEST 'cpld_debug_p8_gnu' [13:03, 06:59](1687 MB) -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 16:08] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [19:51, 17:43](1593 MB) +PASS -- COMPILE 's2sw_pdlib_gnu' [18:11, 15:58] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [20:52, 17:51](1613 MB) -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:42] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:48, 11:09](1545 MB) +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:31] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [13:49, 10:58](1555 MB) -PASS -- COMPILE 'datm_cdeps_gnu' [17:13, 15:25] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:18, 03:24](1555 MB) +PASS -- COMPILE 'datm_cdeps_gnu' [17:15, 15:18] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [08:18, 03:33](1556 MB) -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:12, 03:17] -PASS -- TEST 'control_gfs_mpas_gnu' [02:27, 00:44](6339 MB) +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [05:11, 03:08] +PASS -- TEST 'control_gfs_mpas_gnu' [02:40, 00:40](6358 MB) -PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [10:11, 08:36] ( 402 remarks ) -PASS -- TEST 'pm_ideal_supercell_intel' [03:32, 01:25](1167 MB) +PASS -- COMPILE 'pm_ideal_doubly_periodic_intel' [11:11, 08:45] ( 402 remarks ) +PASS -- TEST 'pm_ideal_supercell_intel' [03:44, 01:26](1171 MB) SYNOPSIS: -Starting Date/Time: 20250919 01:19:31 -Ending Date/Time: 20250919 03:15:01 -Total Time: 01h:56m:06s +Starting Date/Time: 20250922 17:27:09 +Ending Date/Time: 20250922 19:43:10 +Total Time: 02h:16m:37s Compiles Completed: 64/64 Tests Completed: 277/277 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index ad60d5b526..05a9b23a1a 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,7 +1,7 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -6876aa44258f5b3cca1368dae70b3ff33ab8048e +0f02ee3314bf2365c92f919d2d38e034a7d0eb8e Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,406 +41,406 @@ 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-20250918 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1456684 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3887136 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:12] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [41:24, 08:56](2160 MB) -PASS -- TEST 'cpld_control_gefs_intel' [44:20, 15:29](3119 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:32, 05:16](2823 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [41:14, 14:52](3160 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:10, 19:03] ( 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [43:21, 17:13](2034 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [24:23, 18:53](2335 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:21, 07:17](1355 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [17:42, 08:45](2220 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [45:11, 18:45](1927 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [20:10, 19:06] ( 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [43:49, 18:14](1987 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:39] ( 1554 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:07, 18:07](2002 MB) - -PASS -- COMPILE 's2swa_intel' [12:10, 11:04] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [35:13, 09:57](2274 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [35:15, 09:22](2268 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:02, 04:43](1962 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [35:00, 09:22](2285 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:15, 04:41](1836 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [40:09, 09:31](2385 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [31:06, 09:36](2251 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [17:00, 08:19](2126 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [35:15, 09:23](2261 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [25:42, 16:17](2942 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [17:31, 06:15](2968 MB) - -PASS -- COMPILE 's2swal_intel' [16:10, 14:58] ( 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [39:11, 09:10](2225 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [11:18, 05:25](1927 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [38:03, 07:41](2232 MB) - -PASS -- COMPILE 's2sw_intel' [12:10, 11:01] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [22:54, 08:54](2052 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [17:07, 07:04](2162 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 04:00] ( 1444 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [17:03, 11:25](2295 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:10, 05:00] ( 1444 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [20:42, 06:12](2076 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:10, 11:52] ( 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:16](2132 MB) - -PASS -- COMPILE 's2swa_faster_intel' [13:10, 11:45] ( 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [36:10, 08:34](2263 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 15:38] ( 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [35:01, 14:48](2093 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:07, 07:32](1423 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [33:47, 16:32](2008 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [08:35, 06:10](3056 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [17:34, 02:17](3039 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:44, 01:59](2487 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [12:24, 01:31](2240 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [11:25, 01:37](2240 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:27, 01:21](1554 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [06:25, 02:12](2244 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:33](2238 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:29, 00:26](1556 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:35](2166 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:27](2170 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:27, 00:33](1509 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 04:01] ( 1554 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [53:09, 22:36](2065 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:10, 08:41] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [24:28, 02:53](721 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [23:25, 02:05](1610 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [23:30, 02:15](1629 MB) -PASS -- TEST 'control_latlon_intel' [23:22, 02:10](1615 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [23:35, 02:14](1611 MB) -PASS -- TEST 'control_c48_intel' [10:28, 06:36](1706 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:27, 05:54](834 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:24, 06:41](1709 MB) -PASS -- TEST 'control_c192_intel' [10:36, 06:31](1818 MB) -PASS -- TEST 'control_c384_intel' [10:20, 07:17](2031 MB) -PASS -- TEST 'control_c384gdas_intel' [13:14, 08:20](1530 MB) -PASS -- TEST 'control_stochy_intel' [04:21, 01:25](675 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:25, 00:52](552 MB) -PASS -- TEST 'control_lndp_intel' [03:19, 01:20](678 MB) -PASS -- TEST 'control_iovr4_intel' [03:24, 02:06](671 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:27, 02:30](975 MB) -PASS -- TEST 'control_iovr5_intel' [04:19, 02:09](674 MB) -PASS -- TEST 'control_p8_intel' [04:58, 02:35](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:06, 02:44](1908 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:00, 02:31](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:50, 03:25](1929 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [11:00, 03:28](1946 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:48, 02:30](2427 MB) -PASS -- TEST 'control_restart_p8_intel' [11:47, 02:27](1160 MB) -PASS -- TEST 'control_noqr_p8_intel' [09:55, 03:16](1900 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:43, 02:37](1220 MB) -PASS -- TEST 'control_decomp_p8_intel' [11:44, 03:21](1897 MB) -PASS -- TEST 'control_2threads_p8_intel' [12:41, 04:16](1991 MB) -PASS -- TEST 'control_p8_lndp_intel' [13:31, 05:12](1908 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [12:50, 04:45](1983 MB) -PASS -- TEST 'control_p8_mynn_intel' [11:47, 03:47](1923 MB) -PASS -- TEST 'merra2_thompson_intel' [12:55, 03:42](1913 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [13:45, 04:33](1923 MB) -PASS -- TEST 'regional_control_intel' [14:28, 05:34](1198 MB) -PASS -- TEST 'regional_restart_intel' [07:28, 03:27](1206 MB) -PASS -- TEST 'regional_decomp_intel' [13:28, 05:51](1186 MB) -PASS -- TEST 'regional_2threads_intel' [13:30, 04:33](1077 MB) -PASS -- TEST 'regional_noquilt_intel' [14:35, 05:20](1497 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [14:34, 05:28](1201 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [14:31, 05:15](1185 MB) -PASS -- TEST 'regional_wofs_intel' [15:26, 05:56](2078 MB) - -PASS -- COMPILE 'rrfs_intel' [12:10, 07:55] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [10:49, 03:39](1081 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:45, 03:30](1440 MB) -PASS -- TEST 'rap_decomp_intel' [09:30, 03:44](1078 MB) -PASS -- TEST 'rap_2threads_intel' [09:31, 04:22](1149 MB) -PASS -- TEST 'rap_restart_intel' [06:49, 01:56](1084 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:45, 03:39](1111 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:30, 03:47](1064 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:50, 01:56](1086 MB) -PASS -- TEST 'hrrr_control_intel' [06:46, 03:25](1087 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:31, 03:34](1066 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:40, 04:00](1158 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:51](1053 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:54, 06:31](1197 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [10:19, 08:10](2014 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:19, 07:51](2190 MB) - -PASS -- COMPILE 'csawmg_intel' [10:10, 07:43] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [28:33, 06:29](1071 MB) -PASS -- TEST 'control_ras_intel' [25:27, 03:00](861 MB) - -PASS -- COMPILE 'wam_intel' [11:10, 07:47] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [11:34, 09:58](1683 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 07:51] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [04:47, 02:22](1914 MB) -PASS -- TEST 'regional_control_faster_intel' [06:24, 04:07](1199 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 03:38] ( 902 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:52](1644 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:24, 01:52](1652 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:27](864 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:15, 02:15](854 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:22, 04:29](1166 MB) -PASS -- TEST 'control_ras_debug_intel' [04:18, 02:17](863 MB) -PASS -- TEST 'control_diag_debug_intel' [06:26, 02:18](1716 MB) -PASS -- TEST 'control_debug_p8_intel' [07:38, 02:56](1947 MB) -PASS -- TEST 'regional_debug_intel' [19:24, 14:55](1159 MB) -PASS -- TEST 'rap_control_debug_intel' [08:18, 04:06](1241 MB) -PASS -- TEST 'hrrr_control_debug_intel' [08:20, 03:59](1242 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:17, 04:05](1239 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:17, 04:05](1243 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:17, 04:09](1249 MB) -PASS -- TEST 'rap_diag_debug_intel' [09:22, 04:18](1322 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:21, 04:11](1244 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:17, 04:04](1239 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:17, 04:05](1242 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:17, 04:07](1243 MB) -PASS -- TEST 'rap_noah_debug_intel' [09:16, 04:03](1245 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:16, 04:02](1241 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:16, 06:39](1248 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [09:19, 04:04](1242 MB) -PASS -- TEST 'rap_flake_debug_intel' [09:19, 04:08](1237 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:10, 02:30] ( 859 warnings 394 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:11, 07:33] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:49, 03:12](1319 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:45, 03:00](1038 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:53, 02:56](1039 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:36, 03:41](1090 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:34, 03:32](1064 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:47, 03:02](991 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:50, 01:39](966 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:18, 01:38](976 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:11, 07:37] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:36, 02:25](1520 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:28, 01:09](1327 MB) -PASS -- TEST 'conus13km_decomp_intel' [08:26, 02:28](1542 MB) -PASS -- TEST 'conus13km_restart_intel' [08:32, 01:26](1279 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 07:47] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:32, 03:43](1114 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:28] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [10:17, 04:17](1117 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [10:17, 04:21](1117 MB) -PASS -- TEST 'conus13km_debug_intel' [23:35, 18:38](1561 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:35, 18:50](1167 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [24:26, 19:48](1376 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:26, 19:22](1588 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [23:27, 18:58](1627 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:29] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:19, 04:13](1212 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 11:17] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:06, 04:46](1034 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:11, 06:02](1244 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:25, 03:01](1297 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:12, 06:22](1105 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [21:09, 14:18](1124 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:18, 16:44](1156 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:49, 04:48](603 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:12, 06:07](611 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [08:36, 02:16](433 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:58, 06:19](508 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:44, 03:11](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [10:45, 03:09](620 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:47, 03:53](668 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:24, 00:59](453 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:16, 02:54] ( 1499 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:46, 10:29](637 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:11, 10:37] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:51, 17:33](748 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [22:55, 17:21](828 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [15:11, 10:15] ( 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [18:35, 12:01](831 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:13, 10:12] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:05, 06:05](1098 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:05, 06:06](1074 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:45, 16:37](1341 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:11, 06:42] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:16, 02:27](1865 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:16, 01:37](1800 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [06:15, 02:15](1116 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:15, 02:18](1115 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:15, 02:16](1129 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:15, 02:23](1862 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [10:15, 02:26](1873 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [10:15, 02:13](1119 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:00, 05:55](1718 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:55, 05:41](1199 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [09:14, 02:26](1881 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [10:15, 03:53](4833 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [10:16, 03:53](4832 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:11, 03:32] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:15, 05:31](1782 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [09:10, 06:43] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:15, 02:27](1883 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:41] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:51, 00:55](335 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:23, 00:41](557 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:24, 00:29](556 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:10, 08:10] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:51, 04:27](2048 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:11, 07:57] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [09:44, 05:01](2064 MB) - -PASS -- COMPILE 'atml_intel' [15:10, 08:30] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:54, 03:24](1903 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 01:50](1164 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:12, 03:10] ( 907 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:48, 04:03](1918 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 09:40] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:50, 01:39](1941 MB) - -PASS -- COMPILE 'atmaero_intel' [11:10, 07:50] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:44, 03:45](2014 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:39, 04:19](1806 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:39, 04:28](1815 MB) - -PASS -- COMPILE 'atmaq_intel' [11:10, 07:36] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [16:41, 13:50](2944 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [19:20, 16:11](2949 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:10, 02:35] ( 884 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:20, 31:39](2957 MB) - -PASS -- COMPILE 'atm_fbh_intel' [12:11, 07:26] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:27, 09:29](1082 MB) - -PASS -- COMPILE 'atm_gnu' [08:10, 03:46] -PASS -- TEST 'control_c48_gnu' [09:41, 07:38](1585 MB) -PASS -- TEST 'control_stochy_gnu' [04:33, 02:13](591 MB) -PASS -- TEST 'control_ras_gnu' [05:20, 03:41](598 MB) -PASS -- TEST 'control_p8_gnu' [05:58, 03:20](1558 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:40, 03:19](1559 MB) -PASS -- TEST 'control_flake_gnu' [06:23, 04:25](638 MB) - -PASS -- COMPILE 'rrfs_gnu' [06:10, 03:30] -PASS -- TEST 'rap_control_gnu' [06:46, 04:07](941 MB) -PASS -- TEST 'rap_decomp_gnu' [09:40, 04:10](940 MB) -PASS -- TEST 'rap_2threads_gnu' [07:33, 03:39](1001 MB) -PASS -- TEST 'rap_restart_gnu' [04:49, 02:10](672 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:46, 04:07](942 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:33, 04:13](943 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:48, 02:14](680 MB) -PASS -- TEST 'hrrr_control_gnu' [08:45, 03:58](939 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [08:36, 04:00](924 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:32, 03:38](1002 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [08:35, 04:05](942 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:19, 02:07](674 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:19, 02:06](757 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:55, 07:41](933 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:10, 03:18] -PASS -- TEST 'control_csawmg_gnu' [11:26, 07:09](837 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:10, 05:25] -PASS -- TEST 'control_diag_debug_gnu' [05:26, 01:13](1371 MB) -PASS -- TEST 'regional_debug_gnu' [11:26, 07:53](890 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:18, 01:56](950 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:18, 01:53](948 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:56](946 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:18, 01:57](950 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:25, 02:13](1038 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:20, 03:02](947 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:18, 01:58](953 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:11](586 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:21](582 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:37, 01:17](1534 MB) -PASS -- TEST 'rap_flake_debug_gnu' [04:19, 02:00](950 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:17, 02:00](954 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:48, 03:18](954 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:43] -PASS -- TEST 'control_wam_debug_gnu' [06:31, 05:00](1392 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [06:10, 02:52] -PASS -- TEST 'control_csawmg_debug_gnu' [03:24, 01:50](824 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:10, 03:26] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:42, 03:59](795 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:54, 03:54](791 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:34, 03:32](841 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:33, 03:28](839 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 03:56](789 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:46, 02:03](641 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:19, 02:02](648 MB) -PASS -- TEST 'conus13km_control_gnu' [06:36, 03:45](1035 MB) -PASS -- TEST 'conus13km_2threads_gnu' [07:27, 01:50](1017 MB) -PASS -- TEST 'conus13km_decomp_gnu' [08:25, 03:52](1040 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:26, 02:06](762 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:11, 10:54] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:31, 04:25](822 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:10, 05:38] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [06:17, 01:58](799 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [06:19, 01:58](799 MB) -PASS -- TEST 'conus13km_debug_gnu' [12:33, 08:32](1051 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [12:33, 08:38](775 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [13:25, 08:47](1034 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [12:25, 08:52](1057 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [12:25, 08:51](1121 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:10, 05:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [06:19, 02:08](827 MB) - -PASS -- COMPILE 's2swa_gnu' [21:11, 18:14] -PASS -- TEST 'cpld_control_p8_gnu' [13:19, 09:57](1723 MB) - -PASS -- COMPILE 's2s_gnu' [19:11, 17:08] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:04, 08:35](1633 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:16] -PASS -- TEST 'cpld_debug_p8_gnu' [08:54, 06:09](1729 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [17:11, 15:26] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:50, 13:40](1603 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 01:59] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:52, 08:59](1611 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:10, 14:18] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [05:14, 02:44](1605 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [09:10, 02:42] -PASS -- TEST 'control_gfs_mpas_gnu' [03:19, 00:35](6404 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:10, 20:30] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:24, 09:18](2166 MB) +PASS -- TEST 'cpld_control_gefs_intel' [33:32, 16:06](3117 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [20:06, 05:34](2828 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [33:32, 18:21](3151 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [34:11, 32:49] ( 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [28:16, 25:39](2027 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:35, 19:21](2338 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [18:27, 07:48](1349 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [12:39, 08:39](2215 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [21:19, 18:30](1932 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [21:10, 19:59] ( 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:49, 16:40](1989 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:10, 04:53] ( 1554 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:25, 17:22](1997 MB) + +PASS -- COMPILE 's2swa_intel' [21:10, 19:53] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:13, 09:25](2261 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [12:20, 09:50](2258 MB) +PASS -- TEST 'cpld_restart_p8_intel' [09:25, 06:44](1961 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:05, 09:24](2283 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:25, 04:58](1841 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:04, 09:09](2393 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:04, 09:24](2246 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [11:08, 08:24](2137 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [11:19, 08:41](2261 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:09, 16:10](2938 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:38, 05:41](2969 MB) + +PASS -- COMPILE 's2swal_intel' [22:10, 20:33] ( 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [13:21, 10:13](2224 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [07:28, 04:29](1928 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [10:09, 07:32](2232 MB) + +PASS -- COMPILE 's2sw_intel' [13:10, 11:36] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [10:01, 07:44](2046 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:01, 05:55](2168 MB) + +PASS -- COMPILE 's2swa_debug_intel' [06:10, 04:35] ( 1444 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [13:11, 10:35](2287 MB) + +PASS -- COMPILE 's2sw_debug_intel' [06:10, 04:52] ( 1444 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [08:06, 05:11](2080 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:10, 09:24] ( 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:58, 04:18](2129 MB) + +PASS -- COMPILE 's2swa_faster_intel' [14:10, 12:23] ( 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [10:14, 08:07](2262 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [19:10, 17:54] ( 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:31, 16:01](2093 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:14, 07:04](1424 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:56, 16:47](1999 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [11:48, 07:35](3059 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:44, 03:19](3039 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [03:51, 01:39](2479 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:33, 02:01](2245 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:30, 02:02](2243 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:27, 00:26](1553 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [06:28, 02:36](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [06:29, 02:02](2244 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:32, 00:35](1543 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:59](2172 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:25, 00:29](2170 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:29, 01:02](1508 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:10, 04:15] ( 1554 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:07, 22:19](2059 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:10, 09:31] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [04:40, 03:05](723 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:29, 02:14](1613 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:36, 02:32](1632 MB) +PASS -- TEST 'control_latlon_intel' [04:25, 02:11](1614 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:33](1614 MB) +PASS -- TEST 'control_c48_intel' [08:49, 06:38](1717 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:46, 06:17](829 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [08:49, 07:05](1721 MB) +PASS -- TEST 'control_c192_intel' [08:59, 07:07](1815 MB) +PASS -- TEST 'control_c384_intel' [13:30, 11:00](2021 MB) +PASS -- TEST 'control_c384gdas_intel' [16:32, 12:56](1516 MB) +PASS -- TEST 'control_stochy_intel' [03:37, 01:30](679 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:27, 00:53](545 MB) +PASS -- TEST 'control_lndp_intel' [03:23, 01:24](678 MB) +PASS -- TEST 'control_iovr4_intel' [04:24, 02:10](677 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:26, 02:38](977 MB) +PASS -- TEST 'control_iovr5_intel' [04:21, 02:10](675 MB) +PASS -- TEST 'control_p8_intel' [04:57, 02:37](1912 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:02, 02:40](1916 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:54, 02:34](1905 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:53, 02:56](1930 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:55, 03:22](1940 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:43, 01:55](2436 MB) +PASS -- TEST 'control_restart_p8_intel' [03:44, 01:57](1175 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:53, 02:54](1900 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:55, 01:32](1211 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:42, 03:11](1901 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:41, 03:59](1991 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:45, 04:50](1910 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:50, 03:42](1984 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:48, 03:09](1914 MB) +PASS -- TEST 'merra2_thompson_intel' [04:52, 03:01](1913 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:47, 04:53](1927 MB) +PASS -- TEST 'regional_control_intel' [06:35, 04:54](1195 MB) +PASS -- TEST 'regional_restart_intel' [04:26, 02:32](1209 MB) +PASS -- TEST 'regional_decomp_intel' [07:25, 05:19](1184 MB) +PASS -- TEST 'regional_2threads_intel' [05:28, 03:34](1085 MB) +PASS -- TEST 'regional_noquilt_intel' [09:38, 07:32](1498 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:32, 07:57](1197 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:26, 04:27](1196 MB) +PASS -- TEST 'regional_wofs_intel' [07:25, 05:56](2100 MB) + +PASS -- COMPILE 'rrfs_intel' [13:10, 11:25] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [05:50, 03:34](1084 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:46, 03:32](1437 MB) +PASS -- TEST 'rap_decomp_intel' [05:33, 03:42](1073 MB) +PASS -- TEST 'rap_2threads_intel' [06:45, 04:17](1177 MB) +PASS -- TEST 'rap_restart_intel' [03:52, 02:00](1111 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:45, 03:38](1122 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [05:43, 03:46](1067 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:56, 02:00](1095 MB) +PASS -- TEST 'hrrr_control_intel' [05:53, 03:28](1074 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:38, 03:37](1064 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:36, 04:03](1145 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:23, 01:54](1057 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:58, 06:26](1189 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:20, 08:14](2018 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:21, 07:58](2162 MB) + +PASS -- COMPILE 'csawmg_intel' [12:10, 10:50] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:27, 05:38](1074 MB) +PASS -- TEST 'control_ras_intel' [04:19, 02:52](850 MB) + +PASS -- COMPILE 'wam_intel' [09:10, 08:04] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [11:43, 09:53](1690 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [09:10, 07:53] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:50, 02:40](1911 MB) +PASS -- TEST 'regional_control_faster_intel' [05:33, 04:05](1197 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:47] ( 902 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:26, 01:51](1638 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:26, 01:59](1649 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:18, 02:32](864 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:18, 02:23](857 MB) +PASS -- TEST 'control_csawmg_debug_intel' [07:30, 06:07](1164 MB) +PASS -- TEST 'control_ras_debug_intel' [04:17, 02:19](867 MB) +PASS -- TEST 'control_diag_debug_intel' [05:27, 03:16](1713 MB) +PASS -- TEST 'control_debug_p8_intel' [05:39, 03:23](1938 MB) +PASS -- TEST 'regional_debug_intel' [17:28, 15:17](1157 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 04:07](1237 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:22, 03:59](1232 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 04:02](1246 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:20, 04:01](1245 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:20, 04:11](1251 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:24, 04:15](1324 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:18, 04:18](1243 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 04:07](1234 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:19, 04:07](1253 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:19, 04:08](1241 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:03](1237 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:11](1249 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:21, 06:39](1241 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [07:28, 05:56](1248 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:20, 04:09](1238 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:34] ( 859 warnings 394 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:10, 07:55] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:47, 03:21](1296 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [05:48, 03:06](1056 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:55, 02:55](1012 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:42, 03:39](1072 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:52, 03:34](1045 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:55, 04:31](990 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:51, 01:41](991 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [11:31, 01:41](981 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:10, 07:54] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:41, 02:27](1511 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:34, 01:11](1328 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:31, 02:28](1533 MB) +PASS -- TEST 'conus13km_restart_intel' [11:35, 01:26](1282 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:10, 07:53] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 03:48](1104 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:29] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:23, 04:02](1120 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:14](1112 MB) +PASS -- TEST 'conus13km_debug_intel' [20:35, 18:30](1559 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [20:31, 18:41](1164 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [22:28, 20:28](1375 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [21:28, 19:24](1589 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [20:30, 19:07](1627 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:24] ( 793 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:24, 04:26](1215 MB) + +PASS -- COMPILE 'hafsw_intel' [14:10, 11:03] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [07:07, 04:48](1032 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:12, 05:01](1240 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:29, 03:00](1287 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [16:19, 06:20](1108 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [17:14, 14:25](1129 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [19:25, 16:41](1157 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:01, 06:41](600 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:23, 06:14](612 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [11:43, 02:20](432 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:12, 06:31](504 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:53, 03:19](611 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:54, 03:06](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:51, 04:08](659 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [10:27, 00:57](453 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:10, 03:18] ( 1499 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [21:05, 10:42](637 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [12:11, 11:01] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:59, 17:23](736 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [33:13, 22:23](829 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:50] ( 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [24:54, 11:45](827 MB) + +PASS -- COMPILE 'hafs_all_intel' [11:10, 10:01] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [19:09, 05:57](1093 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [18:07, 06:00](1077 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [26:50, 16:25](1338 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:10, 07:08] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:16, 02:27](1873 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:35](1818 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [10:15, 02:18](1121 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [10:15, 02:16](1119 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [09:15, 02:19](1134 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [09:15, 02:25](1872 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [09:15, 02:26](1855 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [09:15, 02:15](1118 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [12:57, 05:52](1721 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:56, 05:37](1201 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:15, 02:24](1864 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:16, 03:53](4833 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:18, 03:54](4832 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:51] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:15, 05:30](1774 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 05:05] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:14, 02:23](1861 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:27, 00:55](337 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:38](554 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:25, 00:28](558 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:10, 14:09] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:53, 03:16](2036 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:10, 08:25] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:47, 04:15](2062 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 14:36] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:56, 03:54](1895 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:42, 02:05](1167 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 06:01] ( 907 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:02, 04:12](1918 MB) + +PASS -- COMPILE 'atmw_intel' [12:11, 10:31] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:57, 01:44](1944 MB) + +PASS -- COMPILE 'atmaero_intel' [09:11, 08:05] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [06:57, 03:43](2013 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:41, 04:28](1791 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:45, 04:19](1807 MB) + +PASS -- COMPILE 'atmaq_intel' [09:11, 08:00] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [16:29, 13:36](2943 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [20:25, 16:33](2945 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:34] ( 884 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:23, 32:08](2958 MB) + +PASS -- COMPILE 'atm_fbh_intel' [09:11, 07:44] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:24, 09:51](1085 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 03:34] +PASS -- TEST 'control_c48_gnu' [13:31, 07:50](1583 MB) +PASS -- TEST 'control_stochy_gnu' [05:22, 02:17](594 MB) +PASS -- TEST 'control_ras_gnu' [06:25, 03:43](596 MB) +PASS -- TEST 'control_p8_gnu' [08:57, 04:38](1548 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [08:39, 04:40](1545 MB) +PASS -- TEST 'control_flake_gnu' [08:22, 04:28](638 MB) + +PASS -- COMPILE 'rrfs_gnu' [07:10, 05:49] +PASS -- TEST 'rap_control_gnu' [07:48, 04:12](944 MB) +PASS -- TEST 'rap_decomp_gnu' [08:36, 04:20](941 MB) +PASS -- TEST 'rap_2threads_gnu' [06:45, 03:35](1006 MB) +PASS -- TEST 'rap_restart_gnu' [03:54, 02:08](673 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:43, 04:12](942 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:34, 04:11](939 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:55, 02:13](678 MB) +PASS -- TEST 'hrrr_control_gnu' [06:35, 04:04](937 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [06:32, 04:01](927 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:44, 03:40](1002 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:32, 04:02](939 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:24, 02:08](673 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:27, 02:07](755 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:55, 07:32](938 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:21] +PASS -- TEST 'control_csawmg_gnu' [08:25, 06:35](839 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:10, 07:05] +PASS -- TEST 'control_diag_debug_gnu' [03:33, 01:20](1370 MB) +PASS -- TEST 'regional_debug_gnu' [09:30, 07:36](885 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:20, 02:00](949 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:22, 01:53](950 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:18, 01:59](952 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:19, 01:58](951 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:32, 02:13](1042 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:31, 03:01](944 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:21, 01:58](949 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:21, 01:10](581 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:18, 01:21](578 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:17](1537 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:22, 01:56](952 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:21, 01:56](952 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:49, 03:15](954 MB) + +PASS -- COMPILE 'wam_debug_gnu' [04:11, 02:43] +PASS -- TEST 'control_wam_debug_gnu' [06:36, 05:01](1390 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [08:12, 06:37] +PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 02:00](837 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 03:36] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:46, 03:58](793 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:02, 03:48](792 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [05:38, 03:45](838 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:41, 03:39](834 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:36, 04:00](792 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:47, 02:10](642 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:17, 02:02](645 MB) +PASS -- TEST 'conus13km_control_gnu' [05:39, 03:49](1036 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:33, 01:52](1017 MB) +PASS -- TEST 'conus13km_decomp_gnu' [05:29, 03:56](1037 MB) +PASS -- TEST 'conus13km_restart_gnu' [03:32, 02:07](763 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:11, 09:03] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [08:34, 06:15](821 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [11:11, 09:55] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:22, 02:00](801 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:47, 02:04](800 MB) +PASS -- TEST 'conus13km_debug_gnu' [11:02, 08:31](1052 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [11:00, 08:45](777 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:54, 08:46](1033 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:49, 08:55](1054 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [14:48, 12:14](1122 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [11:11, 09:53] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:36, 02:05](828 MB) + +PASS -- COMPILE 's2swa_gnu' [31:11, 29:59] +PASS -- TEST 'cpld_control_p8_gnu' [12:26, 09:45](1726 MB) + +PASS -- COMPILE 's2s_gnu' [30:11, 29:07] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:13, 08:12](1632 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [04:10, 02:18] +PASS -- TEST 'cpld_debug_p8_gnu' [07:54, 05:19](1731 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [20:11, 18:30] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [15:52, 13:54](1590 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:10, 02:09] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:56, 08:49](1601 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [18:11, 16:22] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:50](1608 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:11, 02:54] +PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:35](6405 MB) SYNOPSIS: -Starting Date/Time: 20250918 14:53:05 -Ending Date/Time: 20250918 17:14:00 -Total Time: 02h:21m:54s +Starting Date/Time: 20250922 12:09:28 +Ending Date/Time: 20250922 14:03:43 +Total Time: 01h:55m:29s Compiles Completed: 60/60 Tests Completed: 270/270 diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 585a196a79..d59fc09108 100644 --- a/tests/logs/RegressionTests_orion.log +++ b/tests/logs/RegressionTests_orion.log @@ -1,7 +1,7 @@ ====START OF ORION REGRESSION TESTING LOG==== UFSWM hash used in testing: -6876aa44258f5b3cca1368dae70b3ff33ab8048e +68e7a5bad062e889f85399e47ecba7b1ab84adf3 Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,316 +41,316 @@ 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-20250918 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3417695 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_592202 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [18:11, 16:27] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [18:58, 15:31](2111 MB) -PASS -- TEST 'cpld_control_gefs_intel' [32:54, 18:57](3068 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [22:45, 06:31](2735 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [33:16, 19:39](3090 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:11, 21:55] ( 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [23:17, 19:52](1973 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [25:55, 21:29](2148 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:47, 08:11](1230 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:20, 09:21](2092 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:22, 23:56](1890 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [23:11, 21:12] ( 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [22:07, 19:57](1957 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:11, 06:01] ( 1554 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:07, 21:54](1950 MB) - -PASS -- COMPILE 's2swa_intel' [18:11, 16:55] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [20:07, 16:40](2196 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:02, 15:35](2199 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:04, 08:21](1778 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [18:49, 15:35](2203 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:07, 08:09](1775 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:39, 12:15](2298 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [18:49, 15:28](2179 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [16:21, 13:37](2072 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:02, 15:42](2187 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [19:53, 15:18](2673 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [13:55, 08:26](2829 MB) - -PASS -- COMPILE 's2swal_intel' [17:12, 15:49] ( 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [19:48, 16:51](2154 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:12, 08:11](1749 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [10:25, 07:44](2168 MB) - -PASS -- COMPILE 's2sw_intel' [17:12, 15:17] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:20, 15:11](1999 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [09:27, 06:33](2097 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:11, 06:01] ( 1444 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [16:37, 14:12](2209 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:52] ( 1444 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:25, 06:43](2036 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [15:12, 13:56] ( 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:14, 04:31](2083 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:11, 16:10] ( 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [18:41, 15:44](2192 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:11, 18:52] ( 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [20:35, 17:25](2033 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:59, 08:06](1258 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:31, 20:04](1935 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [11:03, 08:11](3054 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:04, 02:32](3038 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:07, 01:28](2487 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:41, 01:23](2247 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:41, 00:48](2241 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:32, 00:35](1553 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:40, 01:23](2245 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:35, 00:50](2242 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:38, 00:35](1550 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:31, 00:49](2169 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:40](2169 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:36, 00:31](1505 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:11, 05:53] ( 1554 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:27, 27:47](2013 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [15:11, 13:52] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [05:26, 03:45](703 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:29, 02:37](1584 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:32, 02:48](1598 MB) -PASS -- TEST 'control_latlon_intel' [04:21, 02:44](1594 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:31, 02:51](1600 MB) -PASS -- TEST 'control_c48_intel' [10:33, 09:09](1715 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:34, 08:17](841 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [11:37, 09:22](1709 MB) -PASS -- TEST 'control_c192_intel' [10:51, 08:13](1786 MB) -PASS -- TEST 'control_c384_intel' [12:51, 09:51](2005 MB) -PASS -- TEST 'control_c384gdas_intel' [15:22, 10:13](1328 MB) -PASS -- TEST 'control_stochy_intel' [03:25, 01:49](651 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:36, 01:07](486 MB) -PASS -- TEST 'control_lndp_intel' [03:24, 01:42](656 MB) -PASS -- TEST 'control_iovr4_intel' [04:26, 02:44](650 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:39, 03:12](948 MB) -PASS -- TEST 'control_iovr5_intel' [04:27, 02:43](652 MB) -PASS -- TEST 'control_p8_intel' [05:14, 03:09](1898 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:19, 03:22](1885 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:23, 03:07](1888 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:22, 03:06](1906 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:30, 03:15](1924 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:10, 02:10](2409 MB) -PASS -- TEST 'control_restart_p8_intel' [04:06, 01:48](1103 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:24, 03:07](1888 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:30, 01:49](1131 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:18, 03:17](1879 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:04, 03:42](1974 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:48, 05:35](1886 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:29, 04:47](1944 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:26, 03:21](1890 MB) -PASS -- TEST 'merra2_thompson_intel' [06:37, 03:45](1889 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:21, 05:24](1911 MB) -PASS -- TEST 'regional_control_intel' [08:39, 06:19](1083 MB) -PASS -- TEST 'regional_restart_intel' [05:34, 03:24](1095 MB) -PASS -- TEST 'regional_decomp_intel' [08:38, 06:39](1081 MB) -PASS -- TEST 'regional_2threads_intel' [06:38, 04:25](1042 MB) -PASS -- TEST 'regional_noquilt_intel' [08:49, 06:18](1367 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:47, 06:18](1082 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:47, 06:20](1081 MB) -PASS -- TEST 'regional_wofs_intel' [09:38, 07:49](1909 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 12:12] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [07:22, 04:31](1044 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:03, 05:06](1357 MB) -PASS -- TEST 'rap_decomp_intel' [07:21, 04:38](1034 MB) -PASS -- TEST 'rap_2threads_intel' [07:57, 05:18](1127 MB) -PASS -- TEST 'rap_restart_intel' [05:28, 02:28](1008 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:01, 04:30](1040 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:01, 04:42](1041 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:26, 02:26](1001 MB) -PASS -- TEST 'hrrr_control_intel' [07:19, 04:20](1036 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [06:52, 04:25](1032 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:57, 04:59](1134 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:26, 02:22](961 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:24, 08:13](1042 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:24, 09:43](1993 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:27, 09:22](2016 MB) - -PASS -- COMPILE 'csawmg_intel' [13:10, 11:41] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:39, 06:24](1043 MB) -PASS -- TEST 'control_ras_intel' [05:24, 03:29](741 MB) - -PASS -- COMPILE 'wam_intel' [13:10, 11:40] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [14:50, 12:54](1677 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [13:10, 11:59] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [05:16, 03:08](1892 MB) -PASS -- TEST 'regional_control_faster_intel' [07:36, 06:03](1077 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 06:18] ( 902 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:29, 02:11](1613 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:33, 02:16](1622 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:23, 02:54](835 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:23, 02:45](833 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:38, 04:16](1136 MB) -PASS -- TEST 'control_ras_debug_intel' [04:22, 02:44](838 MB) -PASS -- TEST 'control_diag_debug_intel' [04:32, 02:44](1682 MB) -PASS -- TEST 'control_debug_p8_intel' [04:49, 02:40](1926 MB) -PASS -- TEST 'regional_debug_intel' [19:44, 17:16](1097 MB) -PASS -- TEST 'rap_control_debug_intel' [06:26, 05:00](1226 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:25, 04:50](1218 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:52](1224 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:21, 04:53](1219 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:22, 04:50](1218 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:32, 05:12](1298 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:02](1226 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:21, 04:58](1212 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:26, 04:55](1225 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:52](1212 MB) -PASS -- TEST 'rap_noah_debug_intel' [06:23, 04:49](1223 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:21, 04:55](1219 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:23, 08:07](1222 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:23, 04:52](1219 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:21, 05:00](1215 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:10, 04:16] ( 859 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [15:48, 13:12](1705 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [13:10, 11:37] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:02, 04:50](1237 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:16, 03:53](942 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:34, 03:46](928 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:10, 04:33](967 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:37, 04:23](973 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:01, 03:54](912 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:23, 02:08](892 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:29, 02:06](877 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:10, 11:48] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [05:54, 03:39](1326 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:40, 01:26](1235 MB) -PASS -- TEST 'conus13km_decomp_intel' [05:44, 03:42](1355 MB) -PASS -- TEST 'conus13km_restart_intel' [03:51, 02:02](1196 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:10, 11:43] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:47, 04:33](1011 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:10, 04:32] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:23, 04:51](1096 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:26, 04:38](1097 MB) -PASS -- TEST 'conus13km_debug_intel' [24:50, 22:15](1353 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [23:52, 22:06](1044 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:39, 21:32](1262 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [24:44, 22:46](1400 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:44, 22:41](1431 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:10, 04:17] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:22, 04:52](1178 MB) - -PASS -- COMPILE 'hafsw_intel' [16:11, 14:42] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:16, 05:53](913 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:24, 05:52](1101 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:29, 04:27](1220 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:34, 07:11](969 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [31:27, 28:24](1000 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [37:34, 34:45](1032 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:12, 07:00](508 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:32, 08:16](508 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:56, 03:24](371 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:40, 08:45](431 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:02, 04:32](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:00, 04:18](527 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:01, 05:17](571 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:30, 01:30](397 MB) -PASS -- TEST 'gnv1_nested_intel' [08:21, 04:19](1740 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:12, 05:10] ( 1499 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [15:04, 12:56](577 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [15:11, 14:09] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [17:10, 14:59](742 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:12, 15:13](718 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [16:11, 14:49] ( 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:04, 11:06](719 MB) - -PASS -- COMPILE 'hafs_all_intel' [15:10, 13:42] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [10:24, 07:16](969 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:20, 07:15](952 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:06, 16:18](1209 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [09:12, 07:24] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:19, 03:28](1871 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:25](1803 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:17, 03:06](1140 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:17, 03:11](1126 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 03:08](1124 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:17, 03:28](1868 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:28](1870 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 03:04](1125 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:17, 07:38](1653 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:16, 07:12](1036 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:16, 03:27](1867 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:50](4833 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 05:53](4835 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [05:11, 03:47] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:18, 06:58](1772 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [10:11, 08:43] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [05:18, 03:26](1869 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:16] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:29, 01:13](247 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:44](322 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:30](316 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:34] ( 164 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:29, 00:35](565 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:29, 00:20](454 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 12:40] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:06, 03:59](1998 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [13:11, 12:03] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [07:01, 04:58](2004 MB) - -PASS -- COMPILE 'atml_intel' [15:11, 14:09] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:23, 03:41](1868 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:59, 02:05](1079 MB) - -PASS -- COMPILE 'atml_debug_intel' [07:11, 05:47] ( 907 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [08:22, 05:40](1906 MB) - -PASS -- COMPILE 'atmw_intel' [14:11, 12:45] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:22, 02:08](1910 MB) - -PASS -- COMPILE 'atmaero_intel' [13:12, 11:59] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:13, 04:28](1984 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:02, 05:22](1765 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:00, 05:27](1783 MB) - -PASS -- COMPILE 'atmaq_intel' [13:12, 11:52] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:57, 18:44](2916 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [25:31, 22:39](2918 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:35] ( 884 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [43:13, 39:59](2922 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:51] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:27, 13:54](1084 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [14:12, 12:54] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [08:20, 05:17](570 MB) +PASS -- COMPILE 's2swa_32bit_intel' [20:11, 16:08] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [44:21, 16:23](2109 MB) +PASS -- TEST 'cpld_control_gefs_intel' [04:51, 20:34](3067 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [29:39, 08:20](2734 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [03:15, 22:21](3081 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [25:12, 21:18] ( 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [52:25, 20:57](1972 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [28:11, 22:48](2143 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:03, 09:22](1235 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [21:12, 10:36](2089 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [56:26, 24:53](1884 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [31:13, 26:30] ( 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [45:03, 20:57](1951 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [11:11, 06:28] ( 1554 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [38:08, 22:22](1960 MB) + +PASS -- COMPILE 's2swa_intel' [20:11, 15:41] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [33:58, 17:37](2183 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [39:27, 17:07](2194 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:07, 08:32](1778 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [35:02, 16:27](2203 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:43, 08:30](1772 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [42:11, 13:13](2297 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [45:39, 16:48](2181 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [28:17, 15:01](2071 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [32:33, 17:20](2197 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [53:50, 16:21](2679 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [17:37, 09:32](2864 MB) + +PASS -- COMPILE 's2swal_intel' [20:11, 15:36] ( 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [31:33, 18:11](2153 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [13:58, 09:20](1771 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [22:11, 08:42](2164 MB) + +PASS -- COMPILE 's2sw_intel' [20:11, 15:43] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [30:06, 16:41](2000 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [36:18, 07:35](2096 MB) + +PASS -- COMPILE 's2swa_debug_intel' [10:11, 06:26] ( 1444 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [25:49, 14:57](2215 MB) + +PASS -- COMPILE 's2sw_debug_intel' [10:11, 05:52] ( 1444 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:23, 07:33](2034 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:11, 13:12] ( 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [22:37, 05:56](2072 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:11, 16:03] ( 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [46:53, 17:09](2192 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [23:11, 21:26] ( 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [41:40, 18:39](2032 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [15:25, 09:03](1260 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [44:42, 21:13](1932 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [31:13, 09:14](3052 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [26:16, 03:34](3042 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:09, 01:29](2484 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [23:46, 02:54](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [23:50, 01:53](2242 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:42, 00:37](1557 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [24:45, 02:36](2242 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [20:48, 01:42](2242 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:39, 00:52](1553 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [17:42, 01:42](2166 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [14:43, 01:56](2166 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:38, 00:33](1507 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:10, 05:57] ( 1554 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [41:54, 29:14](2010 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [16:11, 13:44] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [10:33, 03:49](703 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [08:39, 02:43](1587 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [08:42, 02:56](1595 MB) +PASS -- TEST 'control_latlon_intel' [05:32, 02:50](1601 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:38, 02:48](1596 MB) +PASS -- TEST 'control_c48_intel' [11:35, 09:11](1712 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [10:34, 08:24](834 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [11:30, 09:22](1712 MB) +PASS -- TEST 'control_c192_intel' [10:49, 08:16](1787 MB) +PASS -- TEST 'control_c384_intel' [12:54, 09:57](1978 MB) +PASS -- TEST 'control_c384gdas_intel' [15:37, 10:26](1337 MB) +PASS -- TEST 'control_stochy_intel' [03:26, 01:50](659 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:43, 01:06](486 MB) +PASS -- TEST 'control_lndp_intel' [03:27, 01:42](658 MB) +PASS -- TEST 'control_iovr4_intel' [04:30, 02:43](658 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:42, 03:59](950 MB) +PASS -- TEST 'control_iovr5_intel' [04:27, 02:45](660 MB) +PASS -- TEST 'control_p8_intel' [06:16, 03:14](1884 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:23, 03:23](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:26, 03:10](1891 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:29, 03:13](1904 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:33, 03:14](1919 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:11, 02:08](2408 MB) +PASS -- TEST 'control_restart_p8_intel' [04:09, 01:48](1102 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:35, 03:07](1883 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [05:31, 01:49](1117 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:13, 03:12](1877 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:11, 03:50](1970 MB) +PASS -- TEST 'control_p8_lndp_intel' [07:47, 05:30](1887 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:28, 04:49](1946 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:26, 03:21](1901 MB) +PASS -- TEST 'merra2_thompson_intel' [06:37, 03:51](1901 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:25, 05:26](1903 MB) +PASS -- TEST 'regional_control_intel' [08:37, 06:21](1090 MB) +PASS -- TEST 'regional_restart_intel' [08:46, 04:37](1101 MB) +PASS -- TEST 'regional_decomp_intel' [08:36, 06:41](1075 MB) +PASS -- TEST 'regional_2threads_intel' [06:38, 04:25](1026 MB) +PASS -- TEST 'regional_noquilt_intel' [08:48, 06:19](1367 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:43, 06:19](1087 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:37, 06:21](1086 MB) +PASS -- TEST 'regional_wofs_intel' [09:38, 07:52](1907 MB) + +PASS -- COMPILE 'rrfs_intel' [16:11, 12:19] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [07:30, 04:30](1039 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:05, 05:06](1354 MB) +PASS -- TEST 'rap_decomp_intel' [07:19, 04:38](1038 MB) +PASS -- TEST 'rap_2threads_intel' [08:27, 05:18](1118 MB) +PASS -- TEST 'rap_restart_intel' [08:48, 02:30](1003 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:23, 04:28](1048 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:20, 04:38](1035 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:44, 02:27](1004 MB) +PASS -- TEST 'hrrr_control_intel' [07:28, 04:21](1048 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:24, 04:24](1035 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:30, 04:58](1107 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:44, 02:23](964 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:30, 08:18](1040 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:44](1996 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:35, 09:22](2015 MB) + +PASS -- COMPILE 'csawmg_intel' [21:11, 11:46] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:46, 06:29](1041 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:39](747 MB) + +PASS -- COMPILE 'wam_intel' [16:11, 11:48] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [15:58, 13:02](1678 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [16:11, 12:00] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [06:36, 03:07](1890 MB) +PASS -- TEST 'regional_control_faster_intel' [11:47, 07:02](1085 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [19:11, 06:50] ( 902 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:33, 02:17](1622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:39, 02:20](1624 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:26, 02:58](836 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:26, 02:39](834 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:47, 05:10](1144 MB) +PASS -- TEST 'control_ras_debug_intel' [07:28, 02:45](839 MB) +PASS -- TEST 'control_diag_debug_intel' [06:41, 02:49](1697 MB) +PASS -- TEST 'control_debug_p8_intel' [07:55, 03:51](1922 MB) +PASS -- TEST 'regional_debug_intel' [22:44, 17:57](1096 MB) +PASS -- TEST 'rap_control_debug_intel' [08:25, 04:59](1221 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 04:48](1216 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 04:56](1229 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:25, 04:54](1227 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:25, 04:57](1220 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:35, 05:08](1309 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:25, 04:56](1218 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:24, 04:58](1219 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:26, 05:01](1232 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 04:52](1223 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:26, 04:51](1223 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [07:28, 04:57](1219 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:25, 07:58](1236 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [09:29, 05:04](1216 MB) +PASS -- TEST 'rap_flake_debug_intel' [09:26, 04:55](1218 MB) + +PASS -- COMPILE 'wam_debug_intel' [13:10, 04:14] ( 859 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [17:59, 13:54](1705 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [23:12, 11:37] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [09:17, 04:52](1238 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:17, 03:56](938 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [08:37, 03:47](919 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:04, 04:36](974 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [08:14, 04:24](976 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:11, 03:55](907 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [15:35, 02:10](895 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [13:48, 02:09](880 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [26:11, 12:46] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [06:05, 03:42](1323 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:55, 01:25](1242 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:59, 03:46](1351 MB) +PASS -- TEST 'conus13km_restart_intel' [12:55, 02:05](1182 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [23:12, 11:50] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:52, 04:34](1013 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [21:12, 04:45] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:26, 04:42](1088 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:32, 04:47](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [27:40, 21:46](1387 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:36, 22:07](1064 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:27, 21:35](1272 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [34:33, 23:53](1428 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [32:15, 21:51](1433 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [18:13, 04:45] ( 793 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [14:42, 04:47](1177 MB) + +PASS -- COMPILE 'hafsw_intel' [33:13, 14:46] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:32, 05:55](904 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [17:45, 07:22](1080 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:39, 04:37](1222 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [18:39, 07:10](973 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:35, 28:04](992 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [45:36, 34:22](1025 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [16:18, 06:49](487 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [18:42, 08:21](512 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [13:59, 04:46](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [19:49, 08:53](422 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:58, 04:32](529 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [15:12, 04:21](525 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [17:05, 05:25](569 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [13:36, 01:46](398 MB) +PASS -- TEST 'gnv1_nested_intel' [18:17, 04:24](1728 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [23:12, 05:37] ( 1499 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [24:00, 12:47](582 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [30:18, 14:25] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [26:24, 15:22](635 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [25:24, 15:29](714 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [31:12, 14:54] ( 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:14, 11:09](713 MB) + +PASS -- COMPILE 'hafs_all_intel' [28:13, 13:40] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [15:21, 07:21](965 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [16:25, 07:18](953 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [25:04, 16:26](1209 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [14:10, 09:05] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [10:19, 03:27](1876 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:26](1812 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:20, 03:06](1128 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:19, 03:08](1119 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [08:19, 03:10](1124 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [08:18, 03:30](1865 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [07:22, 03:30](1874 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:19, 03:07](1124 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [11:25, 07:35](1660 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [11:11, 07:16](1034 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:15, 03:32](1875 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:53](4826 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:20, 05:54](4834 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:38] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:21, 07:00](1763 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [10:10, 08:31] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [07:18, 03:28](1852 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:15] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:34, 01:14](250 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 00:46](314 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:32](313 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:11, 01:38] ( 164 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:32, 00:38](564 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:32, 00:20](449 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:10, 13:48] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:51, 04:32](1991 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [14:10, 12:44] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:49, 05:20](2004 MB) + +PASS -- COMPILE 'atml_intel' [15:11, 13:20] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [07:19, 03:44](1871 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [07:53, 03:04](1086 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:45] ( 907 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [09:04, 05:32](1905 MB) + +PASS -- COMPILE 'atmw_intel' [14:11, 12:54] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:25, 02:37](1915 MB) + +PASS -- COMPILE 'atmaero_intel' [14:11, 12:32] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:45, 04:28](1981 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:34, 05:34](1772 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:36, 05:50](1788 MB) + +PASS -- COMPILE 'atmaq_intel' [13:10, 11:51] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [22:08, 18:51](2915 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [25:34, 22:30](2916 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:10, 04:29] ( 884 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:30, 39:51](2929 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:10, 11:26] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [15:33, 14:08](1089 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [14:10, 12:34] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [08:13, 05:29](568 MB) SYNOPSIS: -Starting Date/Time: 20250918 14:53:37 -Ending Date/Time: 20250918 16:59:04 -Total Time: 02h:06m:22s +Starting Date/Time: 20250922 12:09:30 +Ending Date/Time: 20250922 14:53:04 +Total Time: 02h:44m:27s Compiles Completed: 45/45 Tests Completed: 210/210 diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index fc3d110436..73907ce977 100644 --- a/tests/logs/RegressionTests_ursa.log +++ b/tests/logs/RegressionTests_ursa.log @@ -1,7 +1,7 @@ ====START OF URSA REGRESSION TESTING LOG==== UFSWM hash used in testing: -6876aa44258f5b3cca1368dae70b3ff33ab8048e +0f02ee3314bf2365c92f919d2d38e034a7d0eb8e Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,438 +41,512 @@ The second time is specifically for the run phase. Times/Memory will be empty for failed tests. BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250918 -COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4144494 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4130519 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [10:15, 08:51] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:48, 06:52](2192 MB) -PASS -- TEST 'cpld_control_gefs_intel' [30:17, 21:16](3254 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [15:02, 05:46](2960 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [39:53, 31:48](3450 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:17, 12:40] ( 1041 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [13:40, 11:54](2054 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:56, 13:14](2597 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [07:50, 05:18](1505 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:56, 05:59](2336 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:38, 20:25](2015 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [13:17, 12:14] ( 1041 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:32, 12:31](2007 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:12, 03:23] ( 1554 warnings 2932 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [15:51, 13:24](2093 MB) - -PASS -- COMPILE 's2swa_intel' [10:15, 08:15] ( 1043 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:50, 07:26](2517 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:55, 07:02](2520 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:51, 03:53](2254 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:52, 07:07](2362 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:51, 03:49](1992 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [17:50, 15:52](3009 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:52, 07:02](2483 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [13:44, 11:47](2337 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:54, 06:58](2499 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [21:52, 18:37](3599 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [16:30, 12:39](3475 MB) - -PASS -- COMPILE 's2swal_intel' [10:15, 08:49] ( 1064 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [09:55, 07:30](2558 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:52, 03:57](2272 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [07:49, 05:26](3093 MB) - -PASS -- COMPILE 's2sw_intel' [09:14, 07:56] ( 1011 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:39, 06:36](2086 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:47, 04:50](2998 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:12, 03:35] ( 1444 warnings 2182 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [12:00, 09:17](2392 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:12, 03:16] ( 1444 warnings 2164 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:07, 04:34](2135 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [08:14, 06:52] ( 947 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:45, 03:32](2180 MB) - -PASS -- COMPILE 's2swa_faster_intel' [11:11, 09:21] ( 1029 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [08:50, 06:48](2455 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [14:11, 12:45] ( 1034 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:55, 10:52](2180 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:00, 05:24](1644 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:45, 15:07](2106 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:29, 04:30](3031 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:29, 01:24](3020 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:29, 00:53](2474 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [05:27, 03:32](2216 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:31](2211 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:25](1534 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:27, 00:51](2209 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:30](2209 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:26](1533 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:33](2139 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:27](2138 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:23](1488 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:32] ( 1554 warnings 2914 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:42, 19:23](2199 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 06:18] ( 502 remarks ) -PASS -- TEST 'control_flake_intel' [04:18, 02:32](1350 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:17, 01:47](2212 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:19, 01:45](2231 MB) -PASS -- TEST 'control_latlon_intel' [03:17, 01:41](2222 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 01:43](2231 MB) -PASS -- TEST 'control_c48_intel' [06:23, 04:45](1670 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [12:23, 10:24](806 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:20, 04:53](1671 MB) -PASS -- TEST 'control_c192_intel' [06:30, 05:01](1840 MB) -PASS -- TEST 'control_c384_intel' [08:05, 05:47](2088 MB) -PASS -- TEST 'control_c384gdas_intel' [09:43, 06:15](1931 MB) -PASS -- TEST 'control_stochy_intel' [08:16, 06:23](1311 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:17, 00:47](1193 MB) -PASS -- TEST 'control_lndp_intel' [02:16, 01:07](1300 MB) -PASS -- TEST 'control_iovr4_intel' [04:17, 02:28](1308 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:26, 02:10](1610 MB) -PASS -- TEST 'control_iovr5_intel' [12:19, 11:01](1326 MB) -PASS -- TEST 'control_p8_intel' [03:32, 02:08](2512 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:36, 02:13](2522 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:33, 02:05](2523 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:34, 02:08](2540 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:35, 02:12](2555 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:38, 10:26](2402 MB) -PASS -- TEST 'control_restart_p8_intel' [03:31, 01:20](1809 MB) -PASS -- TEST 'control_noqr_p8_intel' [13:32, 11:55](2514 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:35, 01:16](1850 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:29, 02:13](2522 MB) -PASS -- TEST 'control_2threads_p8_intel' [03:30, 01:45](2018 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:34, 03:50](2508 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:34, 02:56](2590 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:35, 02:18](2520 MB) -PASS -- TEST 'merra2_thompson_intel' [04:33, 02:33](2534 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:24, 03:37](2524 MB) -PASS -- TEST 'regional_control_intel' [05:26, 03:35](1722 MB) -PASS -- TEST 'regional_restart_intel' [03:26, 02:01](1705 MB) -PASS -- TEST 'regional_decomp_intel' [05:26, 03:44](1701 MB) -PASS -- TEST 'regional_2threads_intel' [04:27, 02:10](1567 MB) -PASS -- TEST 'regional_noquilt_intel' [05:27, 03:34](1998 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:27, 03:33](1728 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:27, 03:40](1730 MB) -PASS -- TEST 'regional_wofs_intel' [06:27, 04:31](2629 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 05:55] ( 3 warnings 447 remarks ) -PASS -- TEST 'rap_control_intel' [04:27, 02:48](1794 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:48, 02:47](1602 MB) -PASS -- TEST 'rap_decomp_intel' [04:24, 03:10](1724 MB) -PASS -- TEST 'rap_2threads_intel' [04:23, 02:18](1180 MB) -PASS -- TEST 'rap_restart_intel' [03:31, 01:31](1748 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:27, 02:46](1791 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:25, 02:51](1710 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:28, 01:31](1750 MB) -PASS -- TEST 'hrrr_control_intel' [04:25, 02:42](1759 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:36, 02:47](1712 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:31, 02:15](1170 MB) -PASS -- TEST 'hrrr_control_restart_intel' [10:18, 08:33](1828 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:28, 05:00](1908 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:17, 06:31](2656 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:18, 06:17](2921 MB) - -PASS -- COMPILE 'csawmg_intel' [07:10, 05:20] ( 416 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:25, 04:55](1753 MB) -PASS -- TEST 'control_ras_intel' [04:15, 02:17](1596 MB) - -PASS -- COMPILE 'wam_intel' [07:10, 05:11] ( 394 remarks ) -PASS -- TEST 'control_wam_intel' [09:34, 08:06](2420 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:24] ( 410 remarks ) -PASS -- TEST 'control_p8_faster_intel' [03:32, 02:05](2535 MB) -PASS -- TEST 'regional_control_faster_intel' [05:26, 03:22](1724 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:19] ( 902 warnings 588 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:37](2249 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:22, 01:39](2265 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:19, 02:10](1479 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:19, 01:59](1482 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:30, 03:03](1795 MB) -PASS -- TEST 'control_ras_debug_intel' [04:19, 02:13](1487 MB) -PASS -- TEST 'control_diag_debug_intel' [03:27, 02:00](2323 MB) -PASS -- TEST 'control_debug_p8_intel' [03:30, 01:58](2563 MB) -PASS -- TEST 'regional_debug_intel' [31:30, 29:21](1628 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:34](1871 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:17, 03:27](1867 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:16, 03:32](1871 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:20, 03:33](1880 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:31](1868 MB) +PASS -- COMPILE 's2swa_32bit_intel' [10:11, 08:48] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [15:54, 06:38](2249 MB) +PASS -- TEST 'cpld_control_gefs_intel' [43:23, 21:40](3250 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [14:58, 05:28](2971 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [55:54, 33:35](3443 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 14:17] ( 1041 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [19:45, 11:58](2053 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:26, 13:21](2596 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:00, 05:21](1488 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:57, 06:06](2352 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [27:43, 20:14](1993 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:11, 12:52] ( 1041 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:33, 12:42](2021 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 03:52] ( 1554 warnings 2932 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [18:54, 13:12](2082 MB) + +PASS -- COMPILE 's2swa_intel' [10:11, 08:21] ( 1043 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [12:59, 07:28](2494 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [17:00, 07:00](2504 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:58, 03:51](2255 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [12:57, 07:15](2366 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [07:00, 03:49](1992 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [24:56, 15:36](2997 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:54, 07:17](2433 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [13:49, 11:45](2324 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [15:59, 07:13](2501 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [21:37, 18:47](3634 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [16:11, 12:14](3489 MB) + +PASS -- COMPILE 's2swal_intel' [10:11, 08:48] ( 1064 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [16:00, 07:30](2540 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:03, 03:50](2308 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [07:52, 05:33](3147 MB) + +PASS -- COMPILE 's2sw_intel' [10:11, 08:11] ( 1011 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [08:45, 06:29](2072 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:53, 04:58](2986 MB) + +PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:56] ( 1444 warnings 2182 remarks ) +PASS -- TEST 'cpld_debug_p8_intel' [14:04, 09:03](2385 MB) + +PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:29] ( 1444 warnings 2164 remarks ) +PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:52, 04:28](2121 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [08:11, 06:40] ( 947 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:46, 03:26](2169 MB) + +PASS -- COMPILE 's2swa_faster_intel' [11:12, 09:31] ( 1029 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [13:54, 06:40](2500 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:12, 12:49] ( 1034 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [12:50, 10:53](2169 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:55, 05:30](1675 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:42, 15:26](2107 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [06:30, 04:16](3034 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:30, 03:17](3021 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:32, 00:53](2467 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:26, 00:53](2213 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:32](2209 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:27, 01:50](1533 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:26, 00:51](2210 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:27, 00:31](2210 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:27, 02:15](1533 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:33](2137 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:26](2140 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:26, 00:23](1490 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:11, 03:41] ( 1554 warnings 2914 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:44, 19:10](2179 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [08:12, 06:27] ( 502 remarks ) +PASS -- TEST 'control_flake_intel' [09:16, 02:50](1358 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:18, 01:37](2215 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:19, 01:58](2243 MB) +PASS -- TEST 'control_latlon_intel' [03:17, 01:41](2228 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:19, 01:43](2229 MB) +PASS -- TEST 'control_c48_intel' [06:17, 04:46](1671 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [12:17, 10:47](812 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:17, 04:50](1671 MB) +PASS -- TEST 'control_c192_intel' [06:27, 04:59](1813 MB) +PASS -- TEST 'control_c384_intel' [08:11, 06:04](2099 MB) +PASS -- TEST 'control_c384gdas_intel' [09:53, 06:20](1941 MB) +PASS -- TEST 'control_stochy_intel' [03:16, 01:13](1308 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:18, 00:43](1214 MB) +PASS -- TEST 'control_lndp_intel' [02:16, 01:07](1305 MB) +PASS -- TEST 'control_iovr4_intel' [04:17, 02:00](1299 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:27, 04:10](1611 MB) +PASS -- TEST 'control_iovr5_intel' [03:17, 01:50](1305 MB) +PASS -- TEST 'control_p8_intel' [03:35, 02:05](2519 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:38, 02:17](2525 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:35, 02:04](2517 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:39, 02:11](2528 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:37, 05:41](2560 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [12:49, 10:08](2387 MB) +PASS -- TEST 'control_restart_p8_intel' [03:35, 01:25](1810 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:34, 02:07](2502 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:33, 01:17](1842 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:39, 02:20](2522 MB) +PASS -- TEST 'control_2threads_p8_intel' [03:32, 01:48](2018 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:31, 03:36](2510 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:34, 05:43](2595 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:37, 02:15](2517 MB) +PASS -- TEST 'merra2_thompson_intel' [04:37, 02:29](2529 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:25, 03:42](2553 MB) +PASS -- TEST 'regional_control_intel' [13:34, 11:23](1722 MB) +PASS -- TEST 'regional_restart_intel' [03:29, 02:00](1697 MB) +PASS -- TEST 'regional_decomp_intel' [05:28, 03:48](1710 MB) +PASS -- TEST 'regional_2threads_intel' [09:31, 02:09](1567 MB) +PASS -- TEST 'regional_noquilt_intel' [06:41, 03:36](1994 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:34, 03:44](1725 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:28, 03:35](1723 MB) +PASS -- TEST 'regional_wofs_intel' [06:28, 04:52](2636 MB) + +PASS -- COMPILE 'rrfs_intel' [07:10, 05:53] ( 3 warnings 447 remarks ) +PASS -- TEST 'rap_control_intel' [05:31, 03:02](1788 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:46, 02:59](1621 MB) +PASS -- TEST 'rap_decomp_intel' [05:39, 02:53](1719 MB) +PASS -- TEST 'rap_2threads_intel' [08:43, 02:42](1180 MB) +PASS -- TEST 'rap_restart_intel' [03:54, 01:31](1779 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:27, 03:02](1787 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:25, 06:11](1746 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:25, 01:51](1738 MB) +PASS -- TEST 'hrrr_control_intel' [05:33, 02:41](1779 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:27, 03:10](1713 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:22, 02:37](1176 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:22, 01:28](1710 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:35, 05:02](1917 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 06:31](2650 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:20, 07:49](3024 MB) + +PASS -- COMPILE 'csawmg_intel' [07:10, 05:22] ( 416 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:31, 05:04](1747 MB) +PASS -- TEST 'control_ras_intel' [05:16, 02:35](1593 MB) + +PASS -- COMPILE 'wam_intel' [07:10, 05:37] ( 394 remarks ) +PASS -- TEST 'control_wam_intel' [10:36, 08:28](2419 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [07:10, 05:30] ( 410 remarks ) +PASS -- TEST 'control_p8_faster_intel' [04:34, 02:33](2525 MB) +PASS -- TEST 'regional_control_faster_intel' [05:27, 03:44](1723 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:39] ( 902 warnings 588 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [11:20, 01:37](2247 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [11:21, 01:41](2270 MB) +PASS -- TEST 'control_stochy_debug_intel' [11:18, 02:34](1486 MB) +PASS -- TEST 'control_lndp_debug_intel' [10:18, 01:56](1488 MB) +PASS -- TEST 'control_csawmg_debug_intel' [12:29, 03:06](1794 MB) +PASS -- TEST 'control_ras_debug_intel' [10:18, 02:01](1492 MB) +PASS -- TEST 'control_diag_debug_intel' [12:23, 02:31](2325 MB) +PASS -- TEST 'control_debug_p8_intel' [11:29, 02:00](2567 MB) +PASS -- TEST 'regional_debug_intel' [21:28, 11:51](1628 MB) +PASS -- TEST 'rap_control_debug_intel' [13:19, 03:38](1881 MB) +PASS -- TEST 'hrrr_control_debug_intel' [13:19, 03:28](1860 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:56](1875 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:27, 03:34](1870 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 03:40](1879 MB) PASS -- TEST 'rap_diag_debug_intel' [05:23, 03:44](1958 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:36](1877 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 03:38](1878 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:37](1881 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 03:31](1866 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:28](1874 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:22, 03:33](1874 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:44](1851 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:19, 03:34](1880 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:34](1874 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:27, 06:39](1892 MB) - -PASS -- COMPILE 'wam_debug_intel' [03:10, 02:01] ( 859 warnings 394 remarks ) -PASS -- TEST 'control_wam_debug_intel' [10:31, 08:58](2309 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:17] ( 3 warnings 414 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 02:45](1492 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:21, 02:23](1730 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:30, 02:21](1701 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:37, 01:56](1077 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:37, 01:51](1053 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:32, 02:21](1633 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:23](1662 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:16](1649 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:31] ( 3 warnings 391 remarks ) -PASS -- TEST 'conus13km_control_intel' [03:40, 01:57](1778 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:32, 00:48](1797 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:32, 01:56](1832 MB) -PASS -- TEST 'conus13km_restart_intel' [03:33, 01:08](1560 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:29] ( 3 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:26, 02:53](1810 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:11] ( 793 warnings 420 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:28](1754 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:17, 03:30](1743 MB) -PASS -- TEST 'conus13km_debug_intel' [17:00, 14:58](1833 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [18:01, 15:16](1452 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:33, 08:14](1833 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:31, 15:29](1864 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:53, 15:03](1899 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:18, 03:38](1874 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:18, 03:35](1867 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:30](1865 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [09:22, 07:35](1879 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:30](1871 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:17, 07:48](1882 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 05:36](1873 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:17, 03:34](1877 MB) +PASS -- TEST 'rap_flake_debug_intel' [05:17, 03:34](1880 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:27, 06:34](1864 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:13] ( 859 warnings 394 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:34, 08:59](2314 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 05:32] ( 3 warnings 414 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 02:48](1484 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:23, 04:56](1791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:21, 02:25](1701 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:25, 02:07](1076 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:34, 01:54](1050 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:30, 08:41](1723 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:24, 01:34](1660 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:18, 01:18](1614 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [07:10, 05:22] ( 3 warnings 391 remarks ) +PASS -- TEST 'conus13km_control_intel' [04:42, 02:12](1765 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:33, 00:49](1785 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:33, 01:53](1813 MB) +PASS -- TEST 'conus13km_restart_intel' [09:41, 08:08](1565 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 05:52] ( 3 warnings 414 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:27, 05:31](1799 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:10, 02:13] ( 793 warnings 420 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:19, 03:26](1754 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:20](1753 MB) +FAILED: TEST TIMED OUT -- TEST 'conus13km_debug_intel' [, ]( MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:39, 14:41](1456 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:34, 08:33](1848 MB) +FAILED: TEST TIMED OUT -- TEST 'conus13km_debug_decomp_intel' [, ]( MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [18:35, 16:32](1894 MB) PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:11] ( 793 warnings 414 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 03:28](1859 MB) - -PASS -- COMPILE 'hafsw_intel' [09:10, 07:43] ( 694 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:43, 03:46](1193 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [05:50, 03:58](1406 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:28](1466 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [06:49, 04:44](1346 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [34:12, 31:56](1347 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [22:52, 20:47](1370 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:32, 03:23](811 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:44, 04:27](811 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:26, 01:40](533 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [06:57, 04:36](611 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:29, 02:24](755 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:28, 02:13](750 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [04:32, 02:43](813 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:20, 00:50](511 MB) -PASS -- TEST 'gnv1_nested_intel' [04:46, 02:45](1783 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:38] ( 1499 warnings 2056 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [10:29, 08:18](728 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:42] ( 659 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [27:39, 25:47](893 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [29:51, 27:38](1079 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:10, 07:46] ( 927 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:24, 18:52](1095 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:10, 07:45] ( 636 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:43, 04:26](1294 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:42, 04:27](1322 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:49, 11:38](1817 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [06:10, 04:18] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:14, 01:52](1947 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:14](1890 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:02](1203 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 02:31](1197 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:15](1204 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:14, 02:12](1939 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:21, 02:01](1946 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:20, 01:49](1197 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [08:09, 05:30](1833 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:03, 05:25](1369 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [31:27, 29:55](1947 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:18, 03:10](4786 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:26](4789 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:27] ( 4 warnings 561 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [06:15, 04:40](1832 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 04:39] ( 561 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [10:14, 09:02](1941 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:39] ( 126 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:24, 00:44](364 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:19, 00:32](619 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:23](621 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [07:10, 05:56] ( 610 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:39, 02:56](2833 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:55] ( 498 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:44, 03:26](2878 MB) - -PASS -- COMPILE 'atml_intel' [08:10, 06:29] ( 8 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:39, 02:27](1908 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:57, 01:30](1225 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:22] ( 907 warnings 553 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:42, 03:28](1970 MB) - -PASS -- COMPILE 'atmw_intel' [09:12, 07:18] ( 519 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:35, 01:52](2701 MB) - -PASS -- COMPILE 'atmaero_intel' [07:12, 05:52] ( 412 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:40, 03:12](2009 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:39, 03:21](2413 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:33, 03:20](2428 MB) - -PASS -- COMPILE 'atmaq_intel' [07:12, 05:37] ( 8 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_intel' [14:24, 11:15](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [15:28, 13:00](2875 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:20] ( 884 warnings 609 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:36, 27:44](2888 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:12, 05:14] ( 3 warnings 421 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [25:47, 23:44](1137 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:12, 13:14] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [13:44, 11:49](2062 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [06:11, 04:37] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:54, 13:31](2093 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [15:11, 13:56] -PASS -- TEST 'cpld_control_sfs_intelllvm' [14:45, 12:38](2006 MB) - -PASS -- COMPILE 's2swa_intelllvm' [09:11, 08:02] -PASS -- TEST 'cpld_control_p8_intelllvm' [10:06, 07:54](2511 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:14] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:24, 02:35](1719 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:11, 05:21] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [05:28, 03:13](1846 MB) - -PASS -- COMPILE 'hafsw_intelllvm' [09:10, 08:01] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [04:53, 02:45](812 MB) - -PASS -- COMPILE 'hafsw_debug_intelllvm' [04:10, 02:38] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [10:49, 08:15](725 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [06:10, 04:09] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:22, 01:55](1941 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [05:10, 03:11] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [05:15, 04:03](1852 MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 02:56] -PASS -- TEST 'control_c48_gnu' [07:24, 05:52](1512 MB) -PASS -- TEST 'control_stochy_gnu' [03:16, 01:56](513 MB) -PASS -- TEST 'control_ras_gnu' [05:37, 03:10](520 MB) -PASS -- TEST 'control_p8_gnu' [04:34, 03:01](1462 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [04:34, 02:59](1466 MB) -PASS -- TEST 'control_flake_gnu' [05:23, 03:59](557 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:10, 02:49] -PASS -- TEST 'rap_control_gnu' [05:34, 03:27](854 MB) -PASS -- TEST 'rap_decomp_gnu' [05:28, 03:26](854 MB) -PASS -- TEST 'rap_2threads_gnu' [04:28, 02:38](912 MB) -PASS -- TEST 'rap_restart_gnu' [03:26, 01:48](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:30, 03:30](853 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:37](853 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:25, 01:48](580 MB) -PASS -- TEST 'hrrr_control_gnu' [05:22, 03:19](855 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:22, 03:19](841 MB) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [09:20, 08:05](1875 MB) + +PASS -- COMPILE 'hafsw_intel' [10:10, 08:09] ( 694 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:42, 03:59](1193 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:51, 03:56](1412 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:22, 02:42](1466 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [07:50, 04:46](1318 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [34:48, 31:31](1343 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [28:01, 23:46](1420 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:31, 03:24](821 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:44, 04:39](816 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:26, 01:46](523 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [09:58, 04:38](617 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:34, 02:30](764 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:35, 02:13](763 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [05:32, 02:45](811 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:20, 00:58](526 MB) +PASS -- TEST 'gnv1_nested_intel' [04:48, 02:49](1726 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [04:10, 02:57] ( 1499 warnings 2056 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [11:30, 08:14](737 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [09:10, 07:47] ( 659 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [28:33, 26:32](904 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [28:37, 26:27](1082 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:12] ( 927 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [21:15, 18:37](1094 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:10, 07:59] ( 636 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:43, 04:42](1298 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:46, 04:29](1288 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [13:41, 11:39](1819 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [07:10, 04:46] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 01:52](1944 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:17, 02:32](1883 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:14, 02:05](1195 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:54](1199 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:17, 01:52](1206 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:18, 01:53](1949 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [12:15, 10:31](1946 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:14, 01:44](1201 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:57, 05:32](1813 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:55, 05:35](1362 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [15:14, 13:34](1939 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:18](4789 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:39](4790 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 02:29] ( 4 warnings 561 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 03:57](1855 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [06:10, 04:07] ( 561 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [03:15, 01:48](1945 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:43] ( 126 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:40, 00:44](360 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:32](624 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:23](622 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [08:10, 06:11] ( 610 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:45, 02:41](2830 MB) + +PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:10, 05:52] ( 498 remarks ) +PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:36, 03:32](2871 MB) + +PASS -- COMPILE 'atml_intel' [08:10, 06:31] ( 8 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:36, 02:28](1923 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:31, 01:27](1261 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:16] ( 907 warnings 553 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:35, 03:40](1958 MB) + +PASS -- COMPILE 'atmw_intel' [09:10, 08:06] ( 519 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:32, 01:53](2695 MB) + +PASS -- COMPILE 'atmaero_intel' [07:10, 06:05] ( 412 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:41, 03:10](2025 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:31, 03:20](2416 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:31, 03:20](2423 MB) + +PASS -- COMPILE 'atmaq_intel' [07:10, 05:32] ( 8 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:32, 11:12](2877 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [15:17, 12:59](2876 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:17] ( 884 warnings 609 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [30:17, 27:12](2891 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:22] ( 3 warnings 421 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [30:22, 28:41](1139 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [15:17, 13:23] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [13:46, 11:55](2065 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:10, 03:27] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:41, 13:15](2088 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intelllvm' [14:20, 12:43] +PASS -- TEST 'cpld_control_sfs_intelllvm' [14:33, 12:30](2008 MB) + +PASS -- COMPILE 's2swa_intelllvm' [10:11, 08:22] +PASS -- TEST 'cpld_control_p8_intelllvm' [09:56, 07:16](2482 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:10, 05:48] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [04:25, 02:38](1726 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [07:10, 05:23] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:27, 02:56](1795 MB) + +PASS -- COMPILE 'hafsw_intelllvm' [09:21, 07:39] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intelllvm' [04:38, 02:45](822 MB) + +PASS -- COMPILE 'hafsw_debug_intelllvm' [04:10, 02:39] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intelllvm' [10:37, 08:15](722 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [06:11, 04:16] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [03:15, 01:59](1939 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:10, 02:52] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:15, 04:52](1851 MB) + +PASS -- COMPILE 'atm_gnu' [05:10, 02:51] +PASS -- TEST 'control_c48_gnu' [07:21, 05:51](1514 MB) +PASS -- TEST 'control_stochy_gnu' [03:16, 01:58](515 MB) +PASS -- TEST 'control_ras_gnu' [05:15, 03:08](520 MB) +PASS -- TEST 'control_p8_gnu' [04:34, 02:59](1463 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [04:33, 02:59](1486 MB) +PASS -- TEST 'control_flake_gnu' [05:16, 04:00](560 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 02:53] +PASS -- TEST 'rap_control_gnu' [05:23, 03:31](853 MB) +PASS -- TEST 'rap_decomp_gnu' [05:23, 03:27](853 MB) +PASS -- TEST 'rap_2threads_gnu' [04:26, 02:37](910 MB) +PASS -- TEST 'rap_restart_gnu' [03:28, 01:49](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:25, 03:24](856 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:22, 03:30](854 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:31, 01:48](581 MB) +PASS -- TEST 'hrrr_control_gnu' [05:24, 03:19](855 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:23, 03:19](840 MB) PASS -- TEST 'hrrr_control_2threads_gnu' [04:25, 02:33](902 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:22, 03:22](855 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 01:45](580 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 01:44](668 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [12:25, 10:36](849 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:10, 02:49] -PASS -- TEST 'control_csawmg_gnu' [07:26, 06:02](760 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [06:10, 04:42] -PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:34](1285 MB) -PASS -- TEST 'regional_debug_gnu' [07:50, 05:32](760 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:21, 01:48](862 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:18, 01:46](862 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:47](867 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:17, 01:51](867 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:23, 02:01](950 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:46](860 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:49](862 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:16, 01:06](506 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:16, 01:12](496 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:29, 01:17](1449 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:18, 01:50](860 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 01:58](861 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [04:40, 02:58](872 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:25] -PASS -- TEST 'control_wam_debug_gnu' [06:41, 04:32](1309 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:24] -PASS -- TEST 'control_csawmg_debug_gnu' [03:38, 01:48](743 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:12, 02:42] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [04:33, 03:13](711 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [04:30, 03:09](712 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:24, 02:28](740 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:22, 02:24](732 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:21, 03:08](713 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:22, 01:42](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 01:42](556 MB) -PASS -- TEST 'conus13km_control_gnu' [04:43, 02:59](905 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:34, 01:08](905 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:38, 02:59](909 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:52, 01:42](583 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:10, 06:21] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:31, 03:39](738 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:10, 04:56] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:25, 01:49](717 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:23, 01:47](720 MB) -PASS -- TEST 'conus13km_debug_gnu' [08:58, 07:17](922 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [08:45, 07:00](651 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:45, 04:08](924 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [08:46, 07:16](927 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:34, 07:15](991 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:13, 04:57] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [04:22, 02:18](744 MB) - -PASS -- COMPILE 's2swa_gnu' [12:11, 11:07] -PASS -- TEST 'cpld_control_p8_gnu' [10:15, 08:01](1604 MB) - -PASS -- COMPILE 's2s_gnu' [12:14, 10:43] -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [09:37, 06:48](1567 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [03:11, 01:58] -PASS -- TEST 'cpld_debug_p8_gnu' [07:29, 04:43](1624 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [12:14, 11:11] -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [11:23, 08:54](1569 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:45] -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:53, 06:32](1579 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:13, 10:10] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:15, 02:09](1511 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [13:24, 12:11](856 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:17, 01:48](580 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:31, 01:45](669 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:26, 06:15](851 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:11, 02:37] +PASS -- TEST 'control_csawmg_gnu' [07:26, 05:39](760 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 04:55] +PASS -- TEST 'control_diag_debug_gnu' [03:23, 01:22](1287 MB) +PASS -- TEST 'regional_debug_gnu' [07:27, 05:36](756 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:18, 01:49](861 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:17, 01:46](863 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:17, 01:55](865 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:16, 01:48](867 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:23, 02:10](949 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:17, 02:47](859 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:17, 01:51](859 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:28, 01:11](506 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:22, 01:12](498 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:32, 01:20](1460 MB) +PASS -- TEST 'rap_flake_debug_gnu' [04:19, 01:56](861 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:17, 01:48](863 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:27, 03:06](872 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:33] +PASS -- TEST 'control_wam_debug_gnu' [17:33, 15:52](1297 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:10, 02:27] +PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:48](743 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:10, 02:46] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:21, 03:15](709 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:21, 03:09](712 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:24, 02:28](739 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:23, 02:25](734 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:20, 03:08](712 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:22, 01:41](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 01:40](554 MB) +PASS -- TEST 'conus13km_control_gnu' [04:36, 02:49](905 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:31, 01:08](907 MB) +PASS -- TEST 'conus13km_decomp_gnu' [30:33, 28:39](902 MB) +PASS -- TEST 'conus13km_restart_gnu' [13:37, 11:29](582 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:17, 06:07] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:26, 03:47](738 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:14, 04:46] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 01:48](717 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:46](720 MB) +PASS -- TEST 'conus13km_debug_gnu' [20:36, 18:54](924 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [24:37, 22:41](649 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:32, 04:05](923 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [08:32, 07:08](926 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:31, 07:08](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:17, 04:48] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 01:49](744 MB) + +PASS -- COMPILE 's2swa_gnu' [13:16, 11:58] +PASS -- TEST 'cpld_control_p8_gnu' [09:56, 07:42](1606 MB) + +PASS -- COMPILE 's2s_gnu' [12:12, 10:16] +PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [08:47, 06:56](1568 MB) + +PASS -- COMPILE 's2swa_debug_gnu' [03:10, 01:48] +PASS -- TEST 'cpld_debug_p8_gnu' [06:48, 04:46](1616 MB) + +PASS -- COMPILE 's2sw_pdlib_gnu' [13:14, 11:34] +PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:51, 08:52](1569 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:12, 01:49] +PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:38, 06:36](1580 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [12:12, 10:26] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:14, 02:07](1513 MB) SYNOPSIS: -Starting Date/Time: 20250919 01:27:14 -Ending Date/Time: 20250919 03:22:36 -Total Time: 01h:55m:56s +Starting Date/Time: 20250922 17:27:28 +Ending Date/Time: 20250922 19:22:54 +Total Time: 01h:56m:00s Compiles Completed: 69/69 -Tests Completed: 282/282 +Tests Completed: 280/282 +Failed Tests: +* TEST conus13km_debug_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4130519/conus13km_debug_intel/err +* TEST conus13km_debug_decomp_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_4130519/conus13km_debug_decomp_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 URSA REGRESSION TESTING LOG==== +====START OF URSA REGRESSION TESTING LOG==== + +UFSWM hash used in testing: +0f02ee3314bf2365c92f919d2d38e034a7d0eb8e + +Submodule hashes used in testing: + 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) + 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) + 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + 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) + fe9e7bfdc8792ff875e332914871ac16dee09120 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10722-gfe9e7bfdc) + 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 8fe108a4c522da15474c9f954266782b4cb56951 NOAHMP-interface/noahmp (v3.7.1-460-g8fe108a) + 0e381d5004c605f9da145254d18c5c3a8e4007e4 UFSATM (heads/develop) + 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) + bca8f11d44f65a7fac83065a8d9ae23bd09c8b25 UFSATM/ccpp/physics (EP4-1856-gbca8f11d) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) + 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) +-179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) + 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) + 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) + + +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: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20250918 +COMPARISON DIRECTORY: /scratch4/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_566768 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf +* (-e) - USE ECFLOW + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [03:10, 02:04] ( 793 warnings 420 remarks ) +PASS -- TEST 'conus13km_debug_intel' [30:41, 28:38](1844 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [17:33, 15:44](1876 MB) + +SYNOPSIS: +Starting Date/Time: 20250922 19:58:02 +Ending Date/Time: 20250922 21:03:42 +Total Time: 01h:05m:43s +Compiles Completed: 1/1 +Tests Completed: 2/2 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 08c445b750..3ed3dd024f 100644 --- a/tests/logs/RegressionTests_wcoss2.log +++ b/tests/logs/RegressionTests_wcoss2.log @@ -1,7 +1,7 @@ ====START OF WCOSS2 REGRESSION TESTING LOG==== UFSWM hash used in testing: -7f2ed75eb7c3d80058beaa3ec660516db64c842c +523a632f4ff1261efae0ca2e49aa5db04a79ab5b Submodule hashes used in testing: 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) @@ -9,7 +9,7 @@ Submodule hashes used in testing: 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) + 374373588e22cd86f1b8eb670d489c2967a6b40a CMEPS-interface/CMEPS (cmeps_v0.4.1-2324-g3743735) 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) @@ -41,475 +41,262 @@ 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-20250918 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1945526 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2873185 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:29, 11:40] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_mixedmode_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gefs_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gefs_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:33, 13:03] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_gfsv17_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_control_gfsv17_iau_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_gfsv17_iau_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_gfsv17_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [16:32, 12:59] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_sfs_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [08:22, 05:02] ( 1534 warnings 1946 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_gfsv17_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_intel' [15:33, 11:50] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8.v2.sfc_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_qr_p8_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_qr_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_2threads_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_decomp_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_ciceC_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2swal_intel' [14:31, 11:42] ( 4 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_s2sa_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_intel' [15:31, 12:13] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_nowave_noaero_p8_intel' [, ]( MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:30, 10:50] ( 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_noaero_p8_agrid_intel' [, ]( MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:38, 16:13] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_p8_faster_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:30, 12:30] ( 3 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_mpi_pdlib_p8_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c48_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_5deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c24_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_control_c12_9deg_intel' [, ]( MB) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_warmstart_c12_9deg_intel' [, ]( MB) -FAILED: UNABLE TO START TEST -- TEST 'cpld_restart_c12_9deg_intel' [, ]( MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:21, 04:59] ( 1534 warnings 1946 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'cpld_debug_pdlib_p8_intel' [, ]( MB) - -PASS -- COMPILE 'atm_dyn32_intel' [11:26, 09:58] ( 1 remarks ) -PASS -- TEST 'control_flake_intel' [06:59, 04:35](690 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:56, 02:44](1578 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:14, 02:56](1587 MB) -PASS -- TEST 'control_latlon_intel' [06:39, 02:57](1572 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:33, 04:37](1569 MB) -PASS -- TEST 'control_c48_intel' [09:03, 06:50](1595 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [09:09, 06:18](722 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:57, 07:06](1600 MB) -PASS -- TEST 'control_c192_intel' [12:28, 09:12](1706 MB) -PASS -- TEST 'control_c384_intel' [15:19, 10:14](2001 MB) -PASS -- TEST 'control_c384gdas_intel' [18:25, 11:15](1158 MB) -PASS -- TEST 'control_stochy_intel' [04:44, 02:22](634 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:49, 01:43](398 MB) -PASS -- TEST 'control_lndp_intel' [05:48, 02:35](647 MB) -PASS -- TEST 'control_iovr4_intel' [05:52, 02:59](636 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:02, 03:55](916 MB) -PASS -- TEST 'control_iovr5_intel' [05:49, 03:11](629 MB) -PASS -- TEST 'control_p8_intel' [07:21, 03:37](1867 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:23, 03:44](1863 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:18, 04:05](1853 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:28, 04:03](1868 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:42, 03:35](1878 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:04, 02:58](2424 MB) -PASS -- TEST 'control_restart_p8_intel' [07:22, 02:25](1002 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:51, 03:42](1860 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:48, 02:16](1015 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:54, 03:46](1847 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:06, 03:19](1931 MB) -PASS -- TEST 'control_p8_lndp_intel' [08:18, 05:29](1856 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:30, 04:42](1912 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:22, 03:53](1876 MB) -PASS -- TEST 'merra2_thompson_intel' [08:46, 04:04](1856 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [10:39, 06:06](1872 MB) -PASS -- TEST 'regional_control_intel' [09:10, 05:54](871 MB) -PASS -- TEST 'regional_restart_intel' [06:08, 03:47](884 MB) -PASS -- TEST 'regional_decomp_intel' [07:59, 06:00](871 MB) -PASS -- TEST 'regional_2threads_intel' [06:59, 03:54](986 MB) -PASS -- TEST 'regional_noquilt_intel' [08:07, 05:36](1177 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [08:03, 05:52](871 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [07:59, 05:47](872 MB) -PASS -- TEST 'regional_wofs_intel' [10:00, 07:17](1602 MB) - -PASS -- COMPILE 'rrfs_intel' [11:25, 08:44] ( 3 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [09:41, 04:11](1009 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [07:50, 04:31](1207 MB) -PASS -- TEST 'rap_decomp_intel' [08:07, 04:28](1017 MB) -PASS -- TEST 'rap_2threads_intel' [07:36, 03:52](1092 MB) -PASS -- TEST 'rap_restart_intel' [07:38, 02:39](762 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:40, 04:09](1020 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:39, 04:29](1018 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:45, 02:23](764 MB) -PASS -- TEST 'hrrr_control_intel' [08:47, 04:07](1011 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:34, 04:18](1014 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:49, 03:46](1074 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:43, 02:28](1391 MB) -PASS -- TEST 'rrfs_v1beta_intel' [11:40, 07:26](999 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:57, 09:39](1970 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:49, 09:25](1961 MB) - -PASS -- COMPILE 'csawmg_intel' [10:24, 07:59] -PASS -- TEST 'control_csawmg_intel' [10:09, 07:19](951 MB) -PASS -- TEST 'control_ras_intel' [06:37, 03:33](661 MB) - -PASS -- COMPILE 'wam_intel' [10:25, 08:10] ( 1 remarks ) -PASS -- TEST 'control_wam_intel' [15:31, 12:42](1646 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [10:25, 08:41] ( 1 remarks ) -PASS -- TEST 'control_p8_faster_intel' [07:41, 03:31](1863 MB) -PASS -- TEST 'regional_control_faster_intel' [09:07, 05:47](871 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 05:08] ( 887 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:16, 02:50](1608 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:08, 02:59](1615 MB) -PASS -- TEST 'control_stochy_debug_intel' [06:36, 03:36](814 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:38, 03:26](820 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:07, 05:02](1113 MB) -PASS -- TEST 'control_ras_debug_intel' [06:47, 03:22](826 MB) -PASS -- TEST 'control_diag_debug_intel' [07:00, 03:26](1668 MB) -PASS -- TEST 'control_debug_p8_intel' [07:02, 03:46](1893 MB) -PASS -- TEST 'regional_debug_intel' [21:25, 18:48](934 MB) -PASS -- TEST 'rap_control_debug_intel' [08:48, 05:42](1195 MB) -PASS -- TEST 'hrrr_control_debug_intel' [07:49, 05:33](1189 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [08:49, 05:49](1179 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [08:53, 05:45](1196 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:58, 05:43](1200 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:56, 06:00](1285 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [08:45, 06:03](1185 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:45, 05:53](1201 MB) -PASS -- TEST 'rap_lndp_debug_intel' [07:37, 05:43](1202 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:51, 05:48](1188 MB) -PASS -- TEST 'rap_noah_debug_intel' [08:39, 05:50](1194 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [08:51, 05:42](1198 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:43, 08:57](1195 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [08:42, 05:51](1188 MB) -PASS -- TEST 'rap_flake_debug_intel' [08:48, 05:46](1188 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:48, 09:41](1192 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:26, 04:06] ( 845 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [17:35, 14:33](1706 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:28, 08:26] ( 3 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:47, 04:14](1042 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:06, 03:39](880 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [07:24, 03:28](880 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:44, 03:15](934 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:05, 03:15](932 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:03, 03:36](877 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:34, 02:11](736 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:54, 02:07](727 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [10:26, 08:06] ( 3 warnings 91 remarks ) -PASS -- TEST 'conus13km_control_intel' [06:46, 03:11](1016 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:16, 01:27](1136 MB) -PASS -- TEST 'conus13km_decomp_intel' [06:19, 03:00](1021 MB) -PASS -- TEST 'conus13km_restart_intel' [05:32, 02:10](682 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:33, 08:17] ( 3 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:37, 04:23](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:22, 03:50] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:52, 05:48](1065 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [07:44, 05:34](1054 MB) -PASS -- TEST 'conus13km_debug_intel' [27:55, 24:19](1072 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [26:59, 24:17](820 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [16:38, 13:32](1192 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [28:07, 24:42](1104 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:56, 24:13](1171 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 03:39] ( 779 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:46, 05:49](1096 MB) - -PASS -- COMPILE 'hafsw_intel' [12:26, 10:03] ( 3 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [10:12, 05:53](710 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:31, 06:29](922 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:52, 04:00](1051 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:35, 07:28](764 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:39, 12:20](791 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:33, 13:31](818 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:46, 05:52](468 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:30, 07:17](476 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [06:53, 03:17](364 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:48, 08:27](426 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:31, 04:12](498 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:34, 04:05](499 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:45, 04:46](553 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:46, 01:43](396 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [06:20, 04:12] ( 1481 warnings 1450 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:43, 14:16](1391 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [11:25, 09:23] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [12:01, 07:46](612 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:55, 07:46](783 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [12:27, 09:53] ( 2 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:01, 05:43](780 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:26, 08:53] ( 2 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [11:10, 06:50](738 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:02, 06:46](727 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [19:58, 16:36](897 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:28, 10:19] ( 1 remarks ) -FAILED: UNABLE TO COMPLETE COMPARISON -- TEST 'atm_ds2s_docn_pcice_intel' [, ]( MB) - -PASS -- COMPILE 'atml_intel' [11:27, 09:39] ( 8 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:20, 05:10] ( 892 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [11:27, 08:59] ( 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [09:29, 05:08](3228 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [09:14, 05:32](3196 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:12, 05:38](3203 MB) - -PASS -- COMPILE 'atmaq_intel' [12:27, 08:42] ( 8 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_intel' [24:57, 19:07](2388 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [26:29, 21:14](2435 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:20, 04:27] ( 870 warnings 4 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [45:41, 41:13](1958 MB) +PASS -- COMPILE 's2swa_32bit_intel' [17:43, 16:11] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:56, 08:21](3349 MB) +PASS -- TEST 'cpld_control_gefs_intel' [39:28, 18:14](4121 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [30:05, 08:14](3909 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:40, 13:12] ( 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [22:48, 16:26](1883 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:28, 17:18](1927 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:55, 07:57](1070 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [14:20, 08:03](1915 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:41, 18:42](1881 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:41, 13:02] ( 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:30, 16:43](1895 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:27, 04:52] ( 1534 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [29:08, 22:19](1944 MB) + +PASS -- COMPILE 's2swa_intel' [13:39, 11:50] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [17:19, 10:30](3381 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [21:02, 10:57](3378 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:35, 05:59](3249 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [15:13, 10:03](3397 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:16, 05:39](3270 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:17, 10:26](3609 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [16:05, 10:52](3359 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:13, 09:32](3321 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [21:39, 11:12](3381 MB) + +PASS -- COMPILE 's2swal_intel' [14:40, 11:58] ( 4 remarks ) +PASS -- TEST 'cpld_s2sa_p8_intel' [14:24, 09:54](3344 MB) + +PASS -- COMPILE 's2sw_intel' [13:38, 11:51] ( 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_intel' [12:48, 06:45](1923 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [15:58, 09:37](1966 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:38, 10:57] ( 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:51, 07:49](1980 MB) + +PASS -- COMPILE 's2swa_faster_intel' [17:48, 16:23] ( 3 remarks ) +PASS -- TEST 'cpld_control_p8_faster_intel' [14:54, 10:04](3383 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [14:41, 12:11] ( 3 remarks ) +PASS -- TEST 'cpld_control_pdlib_p8_intel' [22:21, 16:47](1912 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [13:08, 07:59](1094 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [24:22, 19:02](1893 MB) +PASS -- TEST 'cpld_control_c48_5deg_intel' [12:44, 08:17](2880 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [08:44, 03:43](2886 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:48, 02:21](2312 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:03, 01:50](2112 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:57, 01:47](2112 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [06:24, 03:08](1486 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:03, 01:47](2107 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [06:02, 02:33](2110 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [05:06, 02:36](1485 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [05:04, 01:47](2038 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [08:02, 04:07](2040 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [05:06, 01:51](1395 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:40, 05:31] ( 1534 warnings 1946 remarks ) +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [31:13, 25:36](1961 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [12:47, 10:33] ( 1 remarks ) +PASS -- TEST 'control_flake_intel' [06:46, 04:22](688 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:00, 02:56](1551 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:13, 03:07](1581 MB) +PASS -- TEST 'control_latlon_intel' [05:44, 02:53](1587 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:56, 02:53](1566 MB) +PASS -- TEST 'control_c48_intel' [09:01, 06:48](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:04, 06:11](722 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:04, 07:01](1595 MB) +PASS -- TEST 'control_c192_intel' [10:24, 07:42](1709 MB) +PASS -- TEST 'control_c384_intel' [14:28, 09:14](1985 MB) +PASS -- TEST 'control_c384gdas_intel' [18:03, 09:47](1163 MB) +PASS -- TEST 'control_stochy_intel' [04:44, 02:01](638 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:48, 01:26](406 MB) +PASS -- TEST 'control_lndp_intel' [04:48, 01:54](648 MB) +PASS -- TEST 'control_iovr4_intel' [05:46, 03:00](624 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:15, 04:01](918 MB) +PASS -- TEST 'control_iovr5_intel' [06:04, 02:56](635 MB) +PASS -- TEST 'control_p8_intel' [09:30, 04:08](1854 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [08:59, 04:10](1864 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [08:46, 04:13](1865 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:42, 03:47](1871 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [09:06, 03:52](1886 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:12, 03:09](2410 MB) +PASS -- TEST 'control_restart_p8_intel' [07:24, 02:37](1001 MB) +PASS -- TEST 'control_noqr_p8_intel' [07:52, 04:00](1845 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:13, 02:22](1007 MB) +PASS -- TEST 'control_decomp_p8_intel' [07:51, 03:55](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:47, 03:32](1928 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:26, 05:52](1872 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:46, 05:13](1902 MB) +PASS -- TEST 'control_p8_mynn_intel' [07:22, 03:47](1876 MB) +PASS -- TEST 'merra2_thompson_intel' [09:06, 04:22](1867 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [10:40, 06:14](1863 MB) +PASS -- TEST 'regional_control_intel' [09:11, 06:14](872 MB) +PASS -- TEST 'regional_restart_intel' [07:11, 03:57](877 MB) +PASS -- TEST 'regional_decomp_intel' [09:12, 06:18](870 MB) +PASS -- TEST 'regional_2threads_intel' [07:04, 03:49](989 MB) +PASS -- TEST 'regional_noquilt_intel' [09:10, 06:02](1179 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [08:26, 05:45](871 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [08:09, 05:50](876 MB) +PASS -- TEST 'regional_wofs_intel' [10:09, 07:07](1600 MB) + +PASS -- COMPILE 'rrfs_intel' [11:26, 09:08] ( 3 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [08:14, 04:16](1020 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [09:04, 04:41](1215 MB) +PASS -- TEST 'rap_decomp_intel' [08:35, 04:41](1009 MB) +PASS -- TEST 'rap_2threads_intel' [07:51, 04:00](1087 MB) +PASS -- TEST 'rap_restart_intel' [07:46, 02:32](765 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:55, 04:30](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:47, 04:30](999 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:42, 02:32](756 MB) +PASS -- TEST 'hrrr_control_intel' [08:01, 04:23](1002 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:00, 04:28](1004 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:03, 03:52](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:43, 02:34](765 MB) +PASS -- TEST 'rrfs_v1beta_intel' [11:43, 07:41](1011 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:59, 09:37](1972 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:54, 09:34](1962 MB) + +PASS -- COMPILE 'csawmg_intel' [10:24, 08:44] +PASS -- TEST 'control_csawmg_intel' [10:34, 07:22](950 MB) +PASS -- TEST 'control_ras_intel' [06:42, 04:03](662 MB) + +PASS -- COMPILE 'wam_intel' [09:40, 08:03] ( 1 remarks ) +PASS -- TEST 'control_wam_intel' [16:53, 12:48](1647 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:27, 08:53] ( 1 remarks ) +PASS -- TEST 'control_p8_faster_intel' [08:44, 03:54](1847 MB) +PASS -- TEST 'regional_control_faster_intel' [09:14, 06:08](870 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:35, 04:55] ( 887 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:01, 02:46](1602 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:04, 03:01](1618 MB) +PASS -- TEST 'control_stochy_debug_intel' [06:54, 03:51](826 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:39, 03:24](826 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:06, 05:38](1108 MB) +PASS -- TEST 'control_ras_debug_intel' [06:43, 03:30](833 MB) +PASS -- TEST 'control_diag_debug_intel' [05:50, 03:26](1661 MB) +PASS -- TEST 'control_debug_p8_intel' [07:03, 04:33](1893 MB) +PASS -- TEST 'regional_debug_intel' [21:23, 19:01](922 MB) +PASS -- TEST 'rap_control_debug_intel' [08:43, 05:46](1187 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:02, 05:42](1182 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:06, 05:52](1187 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:49, 05:50](1187 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:51, 05:57](1188 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:28, 06:06](1268 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:03, 05:59](1189 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [08:48, 05:54](1180 MB) +PASS -- TEST 'rap_lndp_debug_intel' [08:42, 05:49](1203 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:43, 05:44](1218 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:45, 05:41](1189 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:51, 05:48](1191 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [11:59, 09:07](1177 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:49, 05:46](1191 MB) +PASS -- TEST 'rap_flake_debug_intel' [08:39, 05:56](1187 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [13:58, 09:37](1193 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:18, 03:41] ( 845 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [18:59, 15:10](1701 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:25, 07:55] ( 3 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:43, 04:24](1036 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:10, 03:38](890 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [09:22, 03:47](875 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:50, 03:35](937 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [07:35, 03:18](931 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [07:13, 03:45](892 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:40, 02:02](718 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:47, 02:06](730 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [09:23, 08:05] ( 3 warnings 91 remarks ) +PASS -- TEST 'conus13km_control_intel' [07:05, 03:18](1016 MB) +PASS -- TEST 'conus13km_2threads_intel' [05:29, 01:34](1136 MB) +PASS -- TEST 'conus13km_decomp_intel' [06:16, 03:20](1028 MB) +PASS -- TEST 'conus13km_restart_intel' [05:31, 01:58](689 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:24, 08:08] ( 3 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:39, 04:27](911 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:22, 03:57] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:40, 05:55](1069 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:18, 05:36](1073 MB) +PASS -- TEST 'conus13km_debug_intel' [28:39, 24:05](1042 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:41, 24:12](819 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [16:45, 13:25](1218 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:11, 24:40](1081 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [26:41, 24:00](1146 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 04:03] ( 779 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:56, 05:49](1090 MB) + +PASS -- COMPILE 'hafsw_intel' [12:27, 10:10] ( 3 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:22, 05:40](697 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:38, 06:11](922 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:48, 03:54](1043 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [11:52, 07:23](750 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [16:38, 12:10](792 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [17:40, 13:28](805 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [10:02, 05:43](467 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [11:26, 07:22](476 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:55, 03:29](369 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [13:47, 08:26](427 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:30, 04:10](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [07:46, 03:57](498 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [08:53, 04:47](548 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:49, 01:53](412 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [06:28, 04:19] ( 1481 warnings 1450 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [18:00, 14:10](590 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [11:33, 09:28] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:56, 07:36](614 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:45, 07:45](781 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:30, 09:49] ( 2 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [10:19, 05:51](780 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:26, 09:04] ( 2 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [11:02, 07:01](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [10:59, 07:04](726 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [20:01, 16:27](896 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:30, 10:06] ( 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:17, 04:27](1913 MB) + +PASS -- COMPILE 'atml_intel' [11:40, 09:34] ( 8 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [06:20, 04:34] ( 892 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [10:29, 08:18] ( 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [09:23, 05:21](3219 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:02, 05:33](3182 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:52, 05:30](3202 MB) + +PASS -- COMPILE 'atmaq_intel' [10:25, 08:01] ( 8 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_intel' [22:44, 16:44](2389 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [25:48, 20:00](2406 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:21, 03:45] ( 870 warnings 4 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:32, 41:14](1782 MB) SYNOPSIS: -Starting Date/Time: 20250919 16:18:56 -Ending Date/Time: 20250919 18:27:08 -Total Time: 02h:09m:26s +Starting Date/Time: 20250922 20:28:28 +Ending Date/Time: 20250922 22:27:47 +Total Time: 02h:00m:33s Compiles Completed: 34/34 -Tests Completed: 135/176 -Failed Tests: -* TEST cpld_control_p8_mixedmode_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_p8_mixedmode_intel.log -* TEST cpld_control_gefs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_gefs_intel.log -* TEST cpld_restart_gefs_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_gfsv17_intel.log -* TEST cpld_control_gfsv17_iau_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_restart_gfsv17_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_restart_gfsv17_iau_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_mpi_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_mpi_gfsv17_intel.log -* TEST cpld_control_sfs_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_sfs_intel.log -* TEST cpld_debug_gfsv17_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_debug_gfsv17_intel.log -* TEST cpld_control_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_p8_intel.log -* TEST cpld_control_p8.v2.sfc_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_p8.v2.sfc_intel.log -* TEST cpld_restart_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_qr_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_qr_p8_intel.log -* TEST cpld_restart_qr_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_2threads_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_2threads_p8_intel.log -* TEST cpld_decomp_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_decomp_p8_intel.log -* TEST cpld_mpi_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_mpi_p8_intel.log -* TEST cpld_control_ciceC_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_ciceC_p8_intel.log -* TEST cpld_s2sa_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_s2sa_p8_intel.log -* TEST cpld_control_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_noaero_p8_intel.log -* TEST cpld_control_nowave_noaero_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_nowave_noaero_p8_intel.log -* TEST cpld_control_noaero_p8_agrid_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_noaero_p8_agrid_intel.log -* TEST cpld_control_p8_faster_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_p8_faster_intel.log -* TEST cpld_control_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_pdlib_p8_intel.log -* TEST cpld_restart_pdlib_p8_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_mpi_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_mpi_pdlib_p8_intel.log -* TEST cpld_control_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_c48_5deg_intel.log -* TEST cpld_warmstart_c48_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_warmstart_c48_5deg_intel.log -* TEST cpld_restart_c48_5deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_c24_5deg_intel.log -* TEST cpld_warmstart_c24_5deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_warmstart_c24_5deg_intel.log -* TEST cpld_restart_c24_5deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_c24_9deg_intel.log -* TEST cpld_warmstart_c24_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_warmstart_c24_9deg_intel.log -* TEST cpld_restart_c24_9deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_control_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_control_c12_9deg_intel.log -* TEST cpld_warmstart_c12_9deg_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_warmstart_c12_9deg_intel.log -* TEST cpld_restart_c12_9deg_intel: FAILED: UNABLE TO START TEST --- LOG: N/A -* TEST cpld_debug_pdlib_p8_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_cpld_debug_pdlib_p8_intel.log -* TEST atm_ds2s_docn_pcice_intel: FAILED: UNABLE TO COMPLETE COMPARISON --- LOG: /lfs/h2/emc/nems/noscrub/brian.curtis/git/DeniseWorthen/ufs-weather-model/tests/logs/log_wcoss2/run_atm_ds2s_docn_pcice_intel.log - -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 WCOSS2 REGRESSION TESTING LOG==== -====START OF WCOSS2 REGRESSION TESTING LOG==== - -UFSWM hash used in testing: -7f2ed75eb7c3d80058beaa3ec660516db64c842c - -Submodule hashes used in testing: - 5d19f593987dbf5609ad929956bdae3055a5a82f AQM (v0.2.0-44-g5d19f59) - 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) - 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) - 90ed2522ba8dd04d75237a77aae6b49e7acca523 CICE-interface/CICE (CICE6.0.0-432-g90ed252) - 6a5c51e9e6c643da0760a315e452755661d7d745 CICE-interface/CICE/icepack (Icepack1.1.0-220-g6a5c51e) - 8c53a2fc71e30b056a5a76bd7e5403b1d98b961d CMEPS-interface/CMEPS (cmeps_v0.4.1-2335-g8c53a2fc) - 9b7652c75b40d9cbb40e52b824f8c0a423922757 CMakeModules (v1.0.0-33-g9b7652c) - 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) - 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) - fe9e7bfdc8792ff875e332914871ac16dee09120 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10722-gfe9e7bfdc) - 65ef5c73bc7f5663d5688f75c3855d431da4baea MOM6-interface/MOM6/pkg/CVMix-src (65ef5c7) - 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) - 8fe108a4c522da15474c9f954266782b4cb56951 NOAHMP-interface/noahmp (v3.7.1-460-g8fe108a) - 0e381d5004c605f9da145254d18c5c3a8e4007e4 UFSATM (heads/develop) - 11359cb04a420fc87e4cf0f035f4d1215ab24488 UFSATM/ccpp/framework (2025-01-06-dev-5-g11359cb) - bca8f11d44f65a7fac83065a8d9ae23bd09c8b25 UFSATM/ccpp/physics (EP4-1856-gbca8f11d) - c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (c62efd2) - 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) - 7e24e739182281717607b341a1c2ffdba473616f UFSATM/fv3/atmos_cubed_sphere (201912_public_release-424-g7e24e73) - 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/feature/mpas-in-ufs) - 8f6caa9d04f1caf2ca8ce1b362aedcebf9b14c8c UFSATM/upp (upp_v10.2.0-297-g8f6caa9d) --179cae1dd84401cf25d250bd9102e66560a9d328 UFSATM/upp/sorc/libIFI.fd --3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd - 2a9663769a97c351ffdff4648e35f9f5b9319fd8 WW3 (6.07.1-470-g2a966376) - 05cad173feeb598431e3ef5f17c2df6562c8d101 fire_behavior (v0.2.0-1-g05cad17) - 97b24f8e40f1de0980388c8326c48b442e5a5e61 stochastic_physics (ufs-v2.0.0-282-g97b24f8) - - -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: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20250918 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_940223 - -RT.SH OPTIONS USED: -* (-a) - HPC PROJECT ACCOUNT: GFS-DEV -* (-b) - NEW BASELINES FROM FILE: test_changes.list -* (-e) - USE ECFLOW - -PASS -- COMPILE 's2swa_32bit_intel' [13:36, 11:37] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [11:41, 07:19](3349 MB) -PASS -- TEST 'cpld_control_gefs_intel' [35:16, 17:10](4109 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [30:41, 09:14](3920 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:37, 12:59] ( 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [21:41, 16:10](1902 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [23:22, 17:13](1929 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [13:51, 07:56](1064 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:15, 08:44](1928 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:09, 18:10](1882 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_sfs_intel' [14:38, 12:52] ( 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:38, 16:04](1901 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:21, 05:09] ( 1534 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [25:47, 20:46](1938 MB) - -PASS -- COMPILE 's2swa_intel' [13:29, 11:39] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [13:16, 09:00](3368 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:44, 09:10](3379 MB) -PASS -- TEST 'cpld_restart_p8_intel' [10:50, 05:33](3238 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [13:06, 09:19](3408 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:00, 05:35](3280 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:27, 08:23](3624 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:57, 09:12](3363 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:26, 07:35](3329 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [13:50, 09:12](3368 MB) - -PASS -- COMPILE 's2swal_intel' [14:38, 11:59] ( 4 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [14:28, 09:16](3339 MB) - -PASS -- COMPILE 's2sw_intel' [13:36, 11:31] ( 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:11, 05:32](1907 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [11:33, 07:45](1971 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:36, 11:13] ( 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:31, 05:39](1980 MB) - -PASS -- COMPILE 's2swa_faster_intel' [19:44, 16:12] ( 3 remarks ) -PASS -- TEST 'cpld_control_p8_faster_intel' [13:43, 08:52](3385 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:39, 12:45] ( 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:18, 15:43](1912 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [12:44, 08:12](1101 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [22:32, 18:09](1887 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:47, 06:58](2886 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:45, 02:54](2894 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:49, 02:07](2312 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [05:05, 02:01](2109 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:04, 01:33](2112 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:03, 01:52](1488 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:04, 01:55](2107 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:05, 01:36](2109 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [05:01, 01:44](1484 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [04:04, 01:33](2039 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:04, 01:28](2039 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [04:04, 01:29](1394 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:20, 04:58] ( 1534 warnings 1946 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:22, 25:12](1966 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [12:26, 10:23] ( 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:52, 04:40](1902 MB) - -SYNOPSIS: -Starting Date/Time: 20250919 19:54:50 -Ending Date/Time: 20250919 21:15:54 -Total Time: 01h:22m:20s -Compiles Completed: 12/12 -Tests Completed: 41/41 +Tests Completed: 176/176 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/test_changes.list b/tests/test_changes.list index 2af114b1f9..e69de29bb2 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,58 +0,0 @@ -cpld_control_p8_mixedmode intel -cpld_control_gefs intel -cpld_restart_gefs intel -cpld_dcp_gefs intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_restart_gfsv17_iau intel -cpld_mpi_gfsv17 intel -cpld_control_sfs intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel -cpld_control_p8_lnd intel -cpld_restart_p8_lnd intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_control_c48_5deg intel -cpld_warmstart_c48_5deg intel -cpld_restart_c48_5deg intel -cpld_control_c24_5deg intel -cpld_warmstart_c24_5deg intel -cpld_restart_c24_5deg intel -cpld_control_c24_9deg intel -cpld_warmstart_c24_9deg intel -cpld_restart_c24_9deg intel -cpld_control_c12_9deg intel -cpld_warmstart_c12_9deg intel -cpld_restart_c12_9deg intel -cpld_debug_pdlib_p8 intel -atm_ds2s_docn_pcice intel -atm_ds2s_docn_dice intel -cpld_control_gfsv17 intelllvm -cpld_debug_gfsv17 intelllvm -cpld_control_sfs intelllvm -cpld_control_p8 intelllvm -cpld_control_p8 gnu -cpld_control_nowave_noaero_p8 gnu -cpld_debug_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu diff --git a/tests/tests/cpld_control_gefs b/tests/tests/cpld_control_gefs index d1f2746c22..b511edc2ab 100644 --- a/tests/tests/cpld_control_gefs +++ b/tests/tests/cpld_control_gefs @@ -177,7 +177,12 @@ export DO_SPPT=.true. export DO_SHUM=.false. export DO_SKEB=.true. export SKEB="0.8,-999,-999,-999,-999" +export SKEB_LSCALE=500000, +export SKEBNORM=1 export SPPT="0.56,0.28,0.14,0.056,0.028" +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 PERT_CLDS=.true. export PERT_MP=.false. export PERT_RADTEND=.false. @@ -196,8 +201,18 @@ export ISEED_CA=356398201 # MOM6 stochastics export DO_OCN_SPPT=True export PERT_EPBL=True -export OCN_SPPT="0.8,0.4,0.2,0.08,0.04" +export OCNSPPT="0.8,0.4,0.2,0.08,0.04" export EPBL="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_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 +# TODO: update to 0 in next GEFS RT +export SKEBINT=1800 +export SHUMINT=3600 +export SPPTINT=1800 #Warm start export RUNTYPE=continue