diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 7959ebaa64..5562d0db9e 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20260225 +export BL_DATE=20260316 diff --git a/tests/ci/Jenkinsfile.ort b/tests/ci/Jenkinsfile.ort index 881d2852ad..b5105e5217 100644 --- a/tests/ci/Jenkinsfile.ort +++ b/tests/ci/Jenkinsfile.ort @@ -94,46 +94,6 @@ stage('Run ORT on Ursa parallel'){ ''' } //steps } //stage - stage('cpld_control_nowave_noaero_p8'){ - agent{ label 'ursa'} - options{ - timeout(time:6, unit:'HOURS') - } - environment { - ACCNR = 'epic' - NODE_PATH = '/scratch3/NAGAPE/epic/role-epic/' - GITHUB_TOKEN = credentials('GithubJenkinsNew') - } - when{ - beforeAgent true - expression { env.CHOICE_NODE == "ursa" ? true : null } - } - steps{ - cleanWs() - checkout scm - sh ''' - git submodule update --init --recursive - cd tests/fv3_conf - sed 's/#SBATCH --time=.*/#SBATCH --time=02:00:00/g' -i fv3_slurm.IN_ursa - cd .. - export machine=${NODE_NAME} - export PATH=$PATH:~/bin - export SSH_ORIGIN=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.repo.ssh_url') - export FORK_BRANCH=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.ref') - export ACCNR=epic - export GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) - export GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) - - pwd - ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst - cd logs/ -# change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) - mv OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log /scratch3/NAGAPE/epic/role-epic/jenkins/workspace/ - cd .. - pwd - ''' - } //steps - } //stage stage('control_p8'){ agent{ label 'ursa' } options{ @@ -214,14 +174,13 @@ stage('Run ORT on Ursa parallel'){ # change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) mv OpnReqTests_control_p8_ursa.log $WORKSPACE/tests/logs/ mv OpnReqTests_regional_control_ursa.log $WORKSPACE/tests/logs/ - mv OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log $WORKSPACE/tests/logs/ cd $WORKSPACE/tests/ git config user.email "ecc.platform@noaa.gov" git config user.name "epic-cicd-jenkins" export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') git remote -v | grep -w sshorigin > /dev/null 2>&1 && git remote remove sshorigin > /dev/null 2>&1 git remote add sshorigin $SSH_ORIGIN > /dev/null 2>&1 - git add logs/OpnReqTests_control_p8_ursa.log logs/OpnReqTests_regional_control_ursa.log logs/OpnReqTests_cpld_control_nowave_noaero_p8_ursa.log + git add logs/OpnReqTests_control_p8_ursa.log logs/OpnReqTests_regional_control_ursa.log git commit -m "ORT Jobs Completed.\n\n\n on-behalf-of @ufs-community " git pull sshorigin $FORK_BRANCH git push sshorigin HEAD:$FORK_BRANCH @@ -304,47 +263,6 @@ stage('Run ORT on Ursa parallel'){ } //steps } //stage - stage('cpld_control_nowave_noaero_p8'){ - agent{ label 'hercules'} - options{ - timeout(time:6, unit:'HOURS') - } - environment { - ACCNR = 'epic' - NODE_PATH = '/work2/noaa/epic/role-epic/' - GITHUB_TOKEN = credentials('GithubJenkinsNew') - } - when{ - beforeAgent true - expression { env.CHOICE_NODE == "hercules" ? true : null } - } - steps{ - cleanWs() - checkout scm - sh ''' - git submodule update --init --recursive - cd tests/fv3_conf - sed 's/#SBATCH --time=.*/#SBATCH --time=02:00:00/g' -i fv3_slurm.IN_hercules - cd .. - export machine=${NODE_NAME} - export PATH=$PATH:~/bin - export SSH_ORIGIN=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.repo.ssh_url') - export FORK_BRANCH=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.ref') - export ACCNR=epic - export GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) - export GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) - - pwd - ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst - cd logs/ -# change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) - mv OpnReqTests_cpld_control_nowave_noaero_p8_hercules.log /work2/noaa/epic/role-epic/jenkins/workspace/ - cd .. - pwd - ''' - } //steps - } //stage - stage('control_p8'){ agent{ label 'hercules' } options{ @@ -424,14 +342,13 @@ stage('Run ORT on Ursa parallel'){ # change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) mv OpnReqTests_control_p8_hercules.log $WORKSPACE/tests/logs/ mv OpnReqTests_regional_control_hercules.log $WORKSPACE/tests/logs/ - mv OpnReqTests_cpld_control_nowave_noaero_p8_hercules.log $WORKSPACE/tests/logs/ cd $WORKSPACE/tests/ git config user.email "ecc.platform@noaa.gov" git config user.name "epic-cicd-jenkins" export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') git remote -v | grep -w sshorigin > /dev/null 2>&1 && git remote remove sshorigin > /dev/null 2>&1 git remote add sshorigin $SSH_ORIGIN > /dev/null 2>&1 - git add logs/OpnReqTests_control_p8_hercules.log logs/OpnReqTests_regional_control_hercules.log logs/OpnReqTests_cpld_control_nowave_noaero_p8_hercules.log + git add logs/OpnReqTests_control_p8_hercules.log logs/OpnReqTests_regional_control_hercules.log git commit -m "ORT Jobs Completed.\n\n\n on-behalf-of @ufs-community " git pull sshorigin $FORK_BRANCH git push sshorigin HEAD:$FORK_BRANCH @@ -514,47 +431,6 @@ stage('Run ORT on Ursa parallel'){ } //steps } //stage - stage('cpld_control_nowave_noaero_p8'){ - agent{ label 'orion'} - options{ - timeout(time:6, unit:'HOURS') - } - environment { - ACCNR = 'epic' - NODE_PATH = '/work/noaa/epic/role-epic/' - GITHUB_TOKEN = credentials('GithubJenkinsNew') - } - when{ - beforeAgent true - expression { env.CHOICE_NODE == "orion" ? true : null } - } - steps{ - cleanWs() - checkout scm - sh ''' - git submodule update --init --recursive - cd tests/fv3_conf - sed 's/#SBATCH --time=.*/#SBATCH --time=02:00:00/g' -i fv3_slurm.IN_orion - cd .. - export machine=${NODE_NAME} - export PATH=$PATH:~/bin - export SSH_ORIGIN=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.repo.ssh_url') - export FORK_BRANCH=$(curl --silent https://api.github.com/repos/ufs-community/ufs-weather-model/pulls/$CHANGE_ID | jq -r '.head.ref') - export ACCNR=epic - export GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) - export GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) - - pwd - ./opnReqTest -n cpld_control_nowave_noaero_p8 -a ${ACCNR} -c dbg,rst - cd logs/ -# change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) - mv OpnReqTests_cpld_control_nowave_noaero_p8_orion.log /work/noaa/epic/role-epic/jenkins/workspace/ - cd .. - pwd - ''' - } //steps - } //stage - stage('control_p8'){ agent{ label 'orion' } options{ @@ -635,14 +511,13 @@ stage('Run ORT on Ursa parallel'){ # change "cp" to "mv" to be tighter on logfiles existence (prevents using logfiles from a previous run) mv OpnReqTests_control_p8_orion.log $WORKSPACE/tests/logs/ mv OpnReqTests_regional_control_orion.log $WORKSPACE/tests/logs/ - mv OpnReqTests_cpld_control_nowave_noaero_p8_orion.log $WORKSPACE/tests/logs/ cd $WORKSPACE/tests/ git config user.email "ecc.platform@noaa.gov" git config user.name "epic-cicd-jenkins" export machine_name_logs=$(echo $machine | awk '{ print tolower($1) }') git remote -v | grep -w sshorigin > /dev/null 2>&1 && git remote remove sshorigin > /dev/null 2>&1 git remote add sshorigin $SSH_ORIGIN > /dev/null 2>&1 - git add logs/OpnReqTests_control_p8_orion.log logs/OpnReqTests_regional_control_orion.log logs/OpnReqTests_cpld_control_nowave_noaero_p8_orion.log + git add logs/OpnReqTests_control_p8_orion.log logs/OpnReqTests_regional_control_orion.log git commit -m "ORT Jobs Completed.\n\n\n on-behalf-of @ufs-community " git pull sshorigin $FORK_BRANCH git push sshorigin HEAD:$FORK_BRANCH diff --git a/tests/logs/OpnReqTests_control_p8_ursa.log b/tests/logs/OpnReqTests_control_p8_ursa.log index 79354cb838..ab6de7fe64 100644 --- a/tests/logs/OpnReqTests_control_p8_ursa.log +++ b/tests/logs/OpnReqTests_control_p8_ursa.log @@ -1,9 +1,9 @@ -Fri Mar 13 20:47:09 UTC 2026 +Tue Mar 17 17:59:19 UTC 2026 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 145.644885 - 0: The maximum resident set size (KB) = 2595464 + 0: The total amount of wall time = 218.002439 + 0: The maximum resident set size (KB) = 2629488 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/dbg_base_dbg_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 2824.412025 - 0: The maximum resident set size (KB) = 2548592 + 0: The total amount of wall time = 2485.300941 + 0: The maximum resident set size (KB) = 2538984 Test dbg_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 124.516175 - 0: The maximum resident set size (KB) = 2503564 + 0: The total amount of wall time = 603.679916 + 0: The maximum resident set size (KB) = 2507588 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/mpi_mpi +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 114.015910 - 0: The maximum resident set size (KB) = 2500524 + 0: The total amount of wall time = 619.962161 + 0: The maximum resident set size (KB) = 2508276 Test mpi PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/rst_rst +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 114.712371 - 0: The maximum resident set size (KB) = 2522404 + 0: The total amount of wall time = 517.415798 + 0: The maximum resident set size (KB) = 2511964 Test rst PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 195.401170 - 0: The maximum resident set size (KB) = 2522064 + 0: The total amount of wall time = 579.211633 + 0: The maximum resident set size (KB) = 2500832 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440278/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1173553/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 = 116.005332 - 0: The maximum resident set size (KB) = 2515632 + 0: The total amount of wall time = 336.299914 + 0: The maximum resident set size (KB) = 2508392 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Mar 13 22:21:57 UTC 2026 -Elapsed time: 01h:34m:49s. Have a nice day! +Wed Mar 18 00:57:48 UTC 2026 +Elapsed time: 06h:58m:29s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_ursa.log b/tests/logs/OpnReqTests_regional_control_ursa.log index 7acc9dfb6a..f6008cdea7 100644 --- a/tests/logs/OpnReqTests_regional_control_ursa.log +++ b/tests/logs/OpnReqTests_regional_control_ursa.log @@ -1,9 +1,9 @@ -Fri Mar 13 20:47:10 UTC 2026 +Tue Mar 17 18:00:19 UTC 2026 Start Operation Requirement Test -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440886/bit_base_bit_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_bit_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1182379/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 = 287.703465 - 0: The maximum resident set size (KB) = 2082692 + 0: The total amount of wall time = 286.301486 + 0: The maximum resident set size (KB) = 2066256 Test bit_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440886/dcp_dcp +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1182379/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 = 198.818475 - 0: The maximum resident set size (KB) = 1707708 + 0: The total amount of wall time = 202.627120 + 0: The maximum resident set size (KB) = 1725480 Test dcp PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440886/std_base_std_base +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1182379/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 = 197.506387 - 0: The maximum resident set size (KB) = 1711636 + 0: The total amount of wall time = 197.849750 + 0: The maximum resident set size (KB) = 1710928 Test std_base PASS -baseline dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-stmp/role.epic/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel -working dir = /scratch3/NCEPDEV/stmp/role.epic/ORT-ptmp/role.epic/FV3_OPNREQ_TEST/opnReqTest_2440886/thr_thr +baseline dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-stmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_intel +working dir = /scratch3/NCEPDEV/stmp/Fernando.Andrade-maldonado/ORT-ptmp/Fernando.Andrade-maldonado/FV3_OPNREQ_TEST/opnReqTest_1182379/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 = 195.703135 - 0: The maximum resident set size (KB) = 1721356 + 0: The total amount of wall time = 199.663179 + 0: The maximum resident set size (KB) = 1714952 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Fri Mar 13 21:33:57 UTC 2026 -Elapsed time: 00h:46m:48s. Have a nice day! +Wed Mar 18 04:44:01 UTC 2026 +Elapsed time: 10h:43m:42s. Have a nice day! diff --git a/tests/logs/RegressionTests_acorn.log b/tests/logs/RegressionTests_acorn.log index aadf01ee3e..1eaf2cfb96 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: -4b8f9297447259ed6bc6974ba82ea79c19be8773 +39db2782180abef9c1d0d71a8fcaa4b62aae2980 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,277 +41,263 @@ 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-20260225 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_4114028 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_2290203 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:32, 17:11] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [16:50, 06:40](3322 MB) -PASS -- TEST 'cpld_control_gefs_intel' [47:09, 16:54](4090 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [26:07, 07:51](3890 MB) +PASS -- COMPILE 's2swa_32bit_intel' [19:31, 17:09] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [34:23, 16:58](4086 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [26:14, 07:53](3891 MB) -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [18:31, 16:06] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:24, 13:19](1897 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:22, 14:05](1950 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [14:16, 06:09](1071 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:25, 06:30](1933 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [30:29, 15:18](1874 MB) +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [17:30, 15:02] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [21:02, 13:00](1899 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:26, 13:56](1947 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [12:18, 06:16](1075 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [13:27, 06:24](1935 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [24:14, 15:11](1876 MB) -PASS -- COMPILE 's2s_32bit_sfs_intel' [17:31, 14:46] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:33, 11:44](2195 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [22:57, 06:18](1358 MB) +PASS -- COMPILE 's2s_32bit_sfs_intel' [17:29, 14:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [22:39, 11:41](2195 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [17:47, 06:10](1357 MB) PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:19, 04:34] ( 355 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [18:25, 12:50](2244 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:19, 04:58] ( 355 warnings 324 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:06, 20:22](1937 MB) - -PASS -- COMPILE 's2swa_intel' [19:32, 16:26] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:43, 08:25](3355 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:48, 08:26](3355 MB) -PASS -- TEST 'cpld_restart_p8_intel' [11:54, 04:52](3236 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [25:41, 08:24](3372 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [11:07, 04:56](3251 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [19:30, 07:42](3565 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [19:30, 08:09](3342 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [31:41, 06:48](3293 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [16:43, 08:24](3355 MB) - -PASS -- COMPILE 's2swal_intel' [19:33, 16:39] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [38:03, 08:37](3358 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [14:33, 04:47](3238 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [23:30, 08:18](3348 MB) - -PASS -- COMPILE 's2sw_intel' [18:32, 15:25] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [12:03, 04:35](1917 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:39, 07:16](1985 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:31, 14:49] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [09:59, 05:16](1988 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:32, 15:37] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:03, 13:06](1921 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:59, 06:18](1104 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [31:03, 15:12](1890 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [09:35, 05:59](2887 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:41, 02:17](2900 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [06:32, 01:25](2299 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [05:02, 01:28](2116 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:03, 01:07](2113 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:47, 00:46](1450 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [05:02, 01:34](2114 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:02, 01:10](2110 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:47, 00:52](1450 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [05:02, 01:05](2038 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:01, 00:57](2040 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:44, 00:41](1393 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:18, 04:41] ( 355 warnings 324 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:51, 24:21](1964 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:25, 10:29] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [14:50, 02:16](1564 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [14:56, 02:36](1573 MB) -PASS -- TEST 'control_latlon_intel' [14:46, 02:37](1573 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:47, 02:36](1572 MB) -PASS -- TEST 'control_c48_intel' [09:51, 06:20](1595 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [10:46, 05:47](720 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [10:50, 06:30](1590 MB) -PASS -- TEST 'control_c192_intel' [17:03, 07:07](1701 MB) -PASS -- TEST 'control_c384_intel' [38:38, 08:28](1995 MB) -PASS -- TEST 'control_c384gdas_intel' [41:16, 09:36](1130 MB) -PASS -- TEST 'control_stochy_intel' [08:36, 01:46](629 MB) -PASS -- TEST 'control_stochy_restart_intel' [08:38, 01:08](397 MB) -PASS -- TEST 'control_lndp_intel' [08:33, 01:39](631 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:59, 02:58](912 MB) -PASS -- TEST 'control_p8_intel' [08:27, 03:06](1852 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:40, 03:05](1854 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [10:13, 03:05](1856 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [10:16, 03:02](1876 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:46, 03:02](1883 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [14:53, 02:19](2429 MB) -PASS -- TEST 'control_restart_p8_intel' [06:39, 01:52](1011 MB) -PASS -- TEST 'control_noqr_p8_intel' [10:09, 03:00](1851 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:12, 01:48](1013 MB) -PASS -- TEST 'control_decomp_p8_intel' [10:40, 03:03](1844 MB) -PASS -- TEST 'control_2threads_p8_intel' [09:40, 02:50](1928 MB) -PASS -- TEST 'control_p8_lndp_intel' [12:06, 04:53](1856 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [13:18, 04:12](1906 MB) -PASS -- TEST 'control_p8_mynn_intel' [12:07, 03:05](1868 MB) -PASS -- TEST 'merra2_thompson_intel' [11:35, 03:32](1854 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [12:17, 04:32](1861 MB) -PASS -- TEST 'regional_control_intel' [08:51, 05:05](879 MB) -PASS -- TEST 'regional_restart_intel' [05:56, 02:52](883 MB) -PASS -- TEST 'regional_decomp_intel' [08:47, 05:21](881 MB) -PASS -- TEST 'regional_2threads_intel' [06:52, 03:01](997 MB) -PASS -- TEST 'regional_noquilt_intel' [08:51, 04:58](1176 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:56, 05:04](884 MB) -PASS -- TEST 'regional_wofs_intel' [10:53, 06:52](1607 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:24, 09:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:20, 04:00](1883 MB) - -PASS -- COMPILE 'rrfs_intel' [11:23, 08:57] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [08:10, 03:43](1011 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:28, 04:13](1176 MB) -PASS -- TEST 'rap_decomp_intel' [08:30, 03:53](1019 MB) -PASS -- TEST 'rap_2threads_intel' [07:25, 03:22](1093 MB) -PASS -- TEST 'rap_restart_intel' [09:27, 02:14](763 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:15, 03:42](1008 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:32, 03:50](1007 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [10:20, 02:09](762 MB) -PASS -- TEST 'hrrr_control_intel' [08:12, 03:38](1010 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [08:23, 03:43](1003 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [08:23, 03:18](1072 MB) -PASS -- TEST 'hrrr_control_restart_intel' [08:38, 02:03](757 MB) -PASS -- TEST 'rrfs_v1beta_intel' [12:02, 06:33](1003 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [12:42, 08:34](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:41, 08:08](1962 MB) - -PASS -- COMPILE 'csawmg_intel' [11:24, 08:43] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [09:55, 06:30](959 MB) -PASS -- TEST 'control_ras_intel' [06:31, 03:28](661 MB) - -PASS -- COMPILE 'wam_intel' [11:25, 08:20] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [16:19, 12:29](1650 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:20, 04:59] ( 490 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:37, 02:37](1600 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:37, 02:48](1609 MB) -PASS -- TEST 'control_stochy_debug_intel' [07:32, 03:36](812 MB) -PASS -- TEST 'control_lndp_debug_intel' [06:31, 03:11](813 MB) -PASS -- TEST 'control_csawmg_debug_intel' [08:55, 04:49](1106 MB) -PASS -- TEST 'control_ras_debug_intel' [06:32, 03:09](824 MB) -PASS -- TEST 'control_diag_debug_intel' [07:41, 03:13](1671 MB) -PASS -- TEST 'control_debug_p8_intel' [09:13, 03:15](1895 MB) -PASS -- TEST 'regional_debug_intel' [24:17, 18:26](955 MB) -PASS -- TEST 'rap_control_debug_intel' [10:38, 05:33](1184 MB) -PASS -- TEST 'hrrr_control_debug_intel' [10:51, 05:27](1183 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [12:40, 05:36](1184 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:40, 05:35](1184 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [12:40, 05:34](1185 MB) -PASS -- TEST 'rap_diag_debug_intel' [12:48, 05:56](1272 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [11:38, 05:44](1185 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [12:39, 05:42](1181 MB) -PASS -- TEST 'rap_lndp_debug_intel' [12:40, 05:39](1189 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [12:41, 05:40](1186 MB) -PASS -- TEST 'rap_noah_debug_intel' [12:38, 05:30](1185 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [12:38, 05:34](1184 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [15:42, 08:55](1183 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [12:40, 05:37](1188 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [17:30, 09:25](1190 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:18, 03:39] ( 454 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [21:19, 14:33](1697 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:25, 08:15] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:22, 03:54](1032 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:37, 03:20](886 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:00, 03:09](887 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:32, 03:04](937 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [11:04, 02:49](929 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:47, 03:15](889 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:05, 01:50](732 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:37, 01:47](727 MB) -PASS -- TEST 'conus13km_control_intel' [07:29, 02:59](1017 MB) -PASS -- TEST 'conus13km_2threads_intel' [07:03, 01:23](1148 MB) -PASS -- TEST 'conus13km_decomp_intel' [07:06, 03:08](1028 MB) -PASS -- TEST 'conus13km_restart_intel' [06:11, 02:02](686 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [12:25, 08:17] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [08:14, 02:04](699 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [12:24, 08:23] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [09:04, 03:59](919 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 03:30] ( 327 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:36, 05:27](1067 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:39, 05:19](1067 MB) -PASS -- TEST 'conus13km_debug_intel' [27:37, 24:02](1097 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [28:26, 24:08](792 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [17:13, 13:27](1198 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [27:20, 24:23](1103 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:29, 24:00](1169 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:19, 03:34] ( 327 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [08:37, 05:46](1097 MB) - -PASS -- COMPILE 'hafsw_intel' [15:28, 12:16] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [08:01, 04:42](695 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [10:06, 04:54](906 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [09:42, 03:42](1051 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:08, 11:36](786 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:04, 05:43](464 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:10, 06:45](471 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [10:57, 02:59](370 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [28:13, 07:45](419 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:53, 03:46](490 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [12:05, 03:39](495 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [10:38, 01:30](407 MB) -PASS -- TEST 'gnv1_nested_intel' [09:10, 03:38](1695 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:26, 10:30] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:37, 05:33](772 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:25, 09:12] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [15:11, 06:41](748 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [15:06, 06:50](724 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [16:30, 13:49] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [07:28, 03:07](1567 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 02:09](1564 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:27, 02:40](685 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:29, 02:36](685 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [06:27, 02:43](683 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:27, 03:04](1568 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:27, 02:48](1564 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:28, 02:46](673 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [13:36, 06:57](1365 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:28, 06:45](684 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [07:25, 02:56](1564 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:29, 05:01](4520 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [08:30, 05:07](4520 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [08:21, 00:55] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:40, 01:07](301 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:33, 00:51](438 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:38, 00:41](437 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [21:35, 14:15] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:42, 03:46](1907 MB) - -PASS -- COMPILE 'atml_intel' [15:28, 09:56] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [08:18, 03:28](1862 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:04, 02:12](1031 MB) - -PASS -- COMPILE 'atml_debug_intel' [11:24, 04:30] ( 497 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [10:18, 05:43](1907 MB) - -PASS -- COMPILE 'atmw_intel' [15:29, 09:13] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:06, 02:04](1875 MB) - -PASS -- COMPILE 'atmaero_intel' [21:33, 15:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [11:55, 04:34](3229 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:41, 05:19](3114 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:42, 05:24](3115 MB) - -PASS -- COMPILE 'atmaq_intel' [13:25, 09:07] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [21:56, 14:52](2391 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [26:48, 19:32](2447 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:18, 03:44] ( 471 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [48:09, 40:24](1864 MB) +PASS -- TEST 'cpld_debug_sfs_intel' [19:24, 12:57](2243 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [07:20, 04:38] ( 355 warnings 324 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:59, 20:26](1937 MB) + +PASS -- COMPILE 's2swa_intel' [19:32, 16:31] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [13:06, 08:17](3355 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:20, 08:20](3354 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:27, 04:43](3235 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [12:05, 07:48](3559 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [12:43, 08:11](3344 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:08, 06:47](3291 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:23, 08:21](3355 MB) + +PASS -- COMPILE 's2swl_intel' [18:31, 15:44] ( 1 warnings 2 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [16:25, 07:24](2007 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [10:20, 04:07](1377 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [17:31, 14:48] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [12:08, 05:16](1989 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:32, 15:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:28, 06:09](2886 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:27, 02:07](2902 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [07:25, 01:37](2300 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [04:53, 01:22](2110 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [05:47, 00:59](2111 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [05:48, 00:36](1449 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [05:47, 01:08](2114 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:47, 00:44](2112 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [05:50, 00:35](1449 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [06:49, 00:51](2040 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [06:52, 00:52](2040 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [05:47, 00:45](1396 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [13:27, 10:33] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [05:46, 02:31](1564 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:02, 02:34](1574 MB) +PASS -- TEST 'control_latlon_intel' [05:41, 02:38](1575 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:46, 02:42](1572 MB) +PASS -- TEST 'control_c48_intel' [09:51, 06:20](1589 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:58, 05:52](717 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [09:53, 06:34](1599 MB) +PASS -- TEST 'control_c192_intel' [12:09, 06:57](1700 MB) +PASS -- TEST 'control_c384_intel' [56:19, 08:43](1986 MB) +PASS -- TEST 'control_c384gdas_intel' [59:55, 09:39](1131 MB) +PASS -- TEST 'control_stochy_intel' [04:37, 01:52](630 MB) +PASS -- TEST 'control_stochy_restart_intel' [09:42, 01:08](399 MB) +PASS -- TEST 'control_lndp_intel' [04:37, 01:46](633 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [08:36, 02:56](913 MB) +PASS -- TEST 'control_p8_intel' [10:06, 02:58](1852 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [12:09, 03:05](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [12:43, 02:57](1856 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [13:47, 02:52](1875 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [14:15, 03:10](1883 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [14:22, 02:24](2429 MB) +PASS -- TEST 'control_restart_p8_intel' [10:52, 01:45](1011 MB) +PASS -- TEST 'control_noqr_p8_intel' [10:07, 02:51](1852 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [10:20, 01:52](1013 MB) +PASS -- TEST 'control_decomp_p8_intel' [11:26, 03:02](1844 MB) +PASS -- TEST 'control_2threads_p8_intel' [10:06, 02:45](1928 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:29, 05:03](1857 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [11:43, 04:02](1905 MB) +PASS -- TEST 'control_p8_mynn_intel' [10:35, 03:04](1871 MB) +PASS -- TEST 'merra2_thompson_intel' [14:12, 03:26](1856 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [09:53, 04:36](1861 MB) +PASS -- TEST 'regional_control_intel' [08:20, 05:02](879 MB) +PASS -- TEST 'regional_restart_intel' [07:53, 02:45](887 MB) +PASS -- TEST 'regional_decomp_intel' [10:56, 05:24](875 MB) +PASS -- TEST 'regional_2threads_intel' [09:53, 03:03](992 MB) +PASS -- TEST 'regional_noquilt_intel' [10:55, 04:53](1166 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [11:57, 05:00](878 MB) +PASS -- TEST 'regional_wofs_intel' [11:56, 06:40](1607 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:25, 09:43] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [10:17, 03:57](1884 MB) + +PASS -- COMPILE 'rrfs_intel' [11:24, 08:51] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [10:19, 03:47](1011 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:22, 04:10](1188 MB) +PASS -- TEST 'rap_decomp_intel' [08:27, 03:55](1018 MB) +PASS -- TEST 'rap_2threads_intel' [09:03, 03:26](1082 MB) +PASS -- TEST 'rap_restart_intel' [07:14, 02:14](763 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:30, 03:50](1004 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:18, 03:42](1011 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:14, 02:12](763 MB) +PASS -- TEST 'hrrr_control_intel' [09:06, 03:35](1007 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [09:31, 03:53](1007 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:28, 03:20](1068 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:36, 02:04](758 MB) +PASS -- TEST 'rrfs_v1beta_intel' [13:04, 06:40](1006 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [13:41, 08:39](1968 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [13:43, 08:11](1963 MB) + +PASS -- COMPILE 'csawmg_intel' [11:24, 08:41] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [11:57, 06:29](959 MB) +PASS -- TEST 'control_ras_intel' [08:34, 03:21](666 MB) + +PASS -- COMPILE 'wam_intel' [11:25, 08:18] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:17, 12:35](1649 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [10:24, 05:03] ( 490 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [07:38, 02:39](1600 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [07:40, 02:48](1610 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:35, 03:32](815 MB) +PASS -- TEST 'control_lndp_debug_intel' [07:33, 03:17](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [09:00, 04:50](1106 MB) +PASS -- TEST 'control_ras_debug_intel' [06:35, 03:11](822 MB) +PASS -- TEST 'control_diag_debug_intel' [07:42, 03:14](1667 MB) +PASS -- TEST 'control_debug_p8_intel' [07:01, 02:58](1894 MB) +PASS -- TEST 'regional_debug_intel' [22:16, 18:31](926 MB) +PASS -- TEST 'rap_control_debug_intel' [08:37, 05:35](1186 MB) +PASS -- TEST 'hrrr_control_debug_intel' [08:38, 05:24](1183 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:36, 05:36](1186 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [09:39, 05:36](1182 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [09:34, 05:34](1185 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:42, 05:48](1277 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:35, 05:46](1183 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:33, 05:47](1185 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:36, 05:35](1192 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:34, 05:40](1185 MB) +PASS -- TEST 'rap_noah_debug_intel' [10:36, 05:39](1184 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [09:36, 05:46](1184 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [13:39, 08:50](1182 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [10:37, 05:41](1185 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:31, 09:36](1194 MB) + +PASS -- COMPILE 'wam_debug_intel' [08:21, 03:36] ( 454 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:20, 14:38](1698 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [12:25, 08:16] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [11:23, 03:54](1034 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:06, 03:11](890 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [10:15, 03:13](886 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [09:33, 03:00](944 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:07, 02:55](929 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [08:53, 03:12](890 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:07, 01:54](731 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [07:43, 01:48](725 MB) +PASS -- TEST 'conus13km_control_intel' [07:24, 03:00](1018 MB) +PASS -- TEST 'conus13km_2threads_intel' [06:02, 01:20](1149 MB) +PASS -- TEST 'conus13km_decomp_intel' [07:09, 02:55](1029 MB) +PASS -- TEST 'conus13km_restart_intel' [06:14, 01:49](686 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [13:26, 08:17] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [06:17, 02:09](697 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [13:26, 08:30] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:56, 03:59](923 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:20, 03:38] ( 327 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [08:34, 05:27](1066 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [08:35, 05:19](1068 MB) +PASS -- TEST 'conus13km_debug_intel' [27:30, 24:02](1096 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [27:30, 23:58](812 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:21, 13:22](1215 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:22, 24:28](1082 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [27:22, 23:51](1154 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:21, 03:37] ( 327 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:43, 05:32](1102 MB) + +PASS -- COMPILE 'hafsw_intel' [16:30, 12:15] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [15:07, 04:42](702 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [18:13, 04:56](905 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [18:56, 03:31](1042 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:07, 11:40](788 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [11:04, 05:36](462 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [15:14, 06:38](469 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [18:07, 03:02](380 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [32:20, 07:43](423 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [12:58, 03:48](491 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [16:11, 03:47](493 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [15:43, 01:32](404 MB) +PASS -- TEST 'gnv1_nested_intel' [09:07, 03:44](1691 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [14:28, 10:21] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [19:36, 05:28](779 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:27, 09:26] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [18:14, 06:57](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [17:18, 06:47](722 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [18:31, 14:01] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:27, 02:58](1567 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:29, 02:00](1567 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [07:27, 02:40](672 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [06:27, 02:36](671 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:25, 02:48](684 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [06:26, 03:00](1564 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [06:26, 03:01](1564 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [06:27, 02:44](685 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [14:38, 07:02](1365 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [12:26, 06:41](685 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [06:24, 02:57](1565 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:29, 05:04](4520 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:29, 05:10](4519 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [05:18, 00:55] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [06:42, 01:08](302 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [05:35, 00:54](438 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [05:38, 00:52](438 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:34, 14:21] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [08:40, 03:56](1904 MB) + +PASS -- COMPILE 'atml_intel' [15:28, 10:00] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [11:25, 03:30](1860 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [06:05, 02:06](1029 MB) + +PASS -- COMPILE 'atml_debug_intel' [09:21, 04:33] ( 497 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [12:25, 05:35](1909 MB) + +PASS -- COMPILE 'atmw_intel' [13:25, 09:10] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [07:05, 02:03](1873 MB) + +PASS -- COMPILE 'atmaero_intel' [20:34, 15:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [11:56, 04:36](3229 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:38, 05:18](3111 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:42, 05:19](3117 MB) + +PASS -- COMPILE 'atmaq_intel' [13:26, 09:08] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [20:59, 14:52](2393 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [27:01, 19:38](2449 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:18, 03:43] ( 471 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [46:05, 40:14](1949 MB) SYNOPSIS: -Starting Date/Time: 20260316 13:00:05 -Ending Date/Time: 20260316 15:34:27 -Total Time: 02h:34m:52s -Compiles Completed: 35/35 -Tests Completed: 188/188 +Starting Date/Time: 20260317 14:03:16 +Ending Date/Time: 20260317 16:26:04 +Total Time: 02h:23m:16s +Compiles Completed: 33/33 +Tests Completed: 178/178 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_derecho.log b/tests/logs/RegressionTests_derecho.log index 68c65d01fb..f89791fbb8 100644 --- a/tests/logs/RegressionTests_derecho.log +++ b/tests/logs/RegressionTests_derecho.log @@ -1,7 +1,7 @@ ====START OF DERECHO REGRESSION TESTING LOG==== UFSWM hash used in testing: -175c405715ffe4a13f2428af5b1a94bbea5ab866 +39db2782180abef9c1d0d71a8fcaa4b62aae2980 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,382 +41,356 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20260225 -COMPARISON DIRECTORY: /glade/derecho/scratch/gpetro/FV3_RT/rt_18931 +BASELINE DIRECTORY: /glade/derecho/scratch/epicufsrt/ufs-weather-model/RT//NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /glade/derecho/scratch/gpetro/FV3_RT/rt_76785 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: NRAL0032 * (-r) - USE ROCOTO -PASS -- COMPILE 's2swa_32bit_intel' [27:32, 27:30] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:01, 06:36](1978 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:00, 29:58] ( 1 warnings 1091 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [15:17, 13:33](1872 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:49, 13:55](1893 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:37, 06:45](1025 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:52, 06:50](1889 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:19, 14:33](1823 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [18:35, 18:33] ( 1 warnings 987 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [14:59, 10:54](2166 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [11:33, 06:52](1297 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:41, 06:39] ( 359 warnings 987 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [16:05, 12:12](2170 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:46, 07:46] ( 359 warnings 1403 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [20:33, 18:49](1871 MB) - -PASS -- COMPILE 's2swa_intel' [28:01, 27:59] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [09:53, 08:14](2013 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:39, 08:17](2013 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:26, 04:56](1537 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:45, 08:20](2032 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [06:43, 05:05](1389 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [15:47, 14:34](2173 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:21, 08:04](2013 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [08:08, 06:49](1953 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:29, 08:11](2012 MB) - -PASS -- COMPILE 's2swal_intel' [28:36, 28:34] ( 1 warnings 1113 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [09:40, 08:25](1995 MB) - -PASS -- COMPILE 's2sw_intel' [24:33, 24:32] ( 1 warnings 1060 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:57, 04:50](1871 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:36, 07:18](1933 MB) - -PASS -- COMPILE 's2swa_debug_intel' [07:52, 07:50] ( 359 warnings 1372 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [14:10, 12:51](2030 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:18, 07:16] ( 359 warnings 1354 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:08, 06:02](1900 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:58, 18:56] ( 1 warnings 998 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:45, 05:26](1930 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [26:02, 26:01] ( 1 warnings 1083 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [14:04, 12:54](1878 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [08:03, 06:41](1054 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [15:44, 14:35](1840 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:54, 05:04](2851 MB) +PASS -- COMPILE 's2swa_32bit_intel' [28:21, 28:21] ( 1 warnings 1092 remarks ) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [25:16, 25:16] ( 1 warnings 1073 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [14:24, 12:45](1868 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [15:31, 13:40](1887 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:35, 06:47](1012 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [08:36, 06:38](1887 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [15:56, 14:16](1829 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [18:52, 18:52] ( 1 warnings 987 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [14:14, 10:30](2165 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [10:41, 06:10](1328 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:33, 06:33] ( 359 warnings 987 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [16:01, 12:11](2172 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [07:11, 07:10] ( 359 warnings 1385 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [20:44, 18:58](1872 MB) + +PASS -- COMPILE 's2swa_intel' [27:41, 27:41] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [09:49, 08:18](2012 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:31, 08:13](2012 MB) +PASS -- TEST 'cpld_restart_p8_intel' [06:26, 04:58](1537 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:53, 14:39](2167 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:05, 07:53](2012 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:04, 06:50](1953 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:43, 08:22](2013 MB) + +PASS -- COMPILE 's2swl_intel' [25:03, 25:03] ( 1 warnings 1095 remarks ) + +PASS -- COMPILE 's2s_aoflux_intel' [19:10, 19:10] ( 1 warnings 998 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:59, 05:40](1929 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [26:01, 26:01] ( 1 warnings 1083 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:53, 05:05](2851 MB) PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [02:28, 01:40](2858 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [01:51, 01:01](2269 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [01:25, 00:58](2077 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [01:01, 00:33](2079 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [00:56, 00:26](1422 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [01:25, 00:57](2074 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [01:01, 00:33](2077 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [00:55, 00:25](1424 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [01:02, 00:35](2005 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [00:55, 00:27](2005 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [00:53, 00:22](1362 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [07:18, 07:16] ( 359 warnings 1385 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [24:20, 23:09](1896 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [14:15, 14:13] ( 1 warnings 539 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [02:39, 02:19](1516 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:52, 02:25](1522 MB) -PASS -- TEST 'control_latlon_intel' [02:37, 02:21](1517 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:42, 02:24](1516 MB) -PASS -- TEST 'control_c48_intel' [05:45, 05:27](1554 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [05:23, 05:07](682 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [05:56, 05:39](1555 MB) -PASS -- TEST 'control_c192_intel' [06:53, 06:22](1657 MB) -PASS -- TEST 'control_c384_intel' [08:38, 07:13](1940 MB) -PASS -- TEST 'control_c384gdas_intel' [11:00, 08:21](1120 MB) -PASS -- TEST 'control_stochy_intel' [02:01, 01:47](580 MB) -PASS -- TEST 'control_stochy_restart_intel' [01:25, 01:10](392 MB) -PASS -- TEST 'control_lndp_intel' [01:53, 01:39](582 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:11, 03:38](875 MB) -PASS -- TEST 'control_p8_intel' [04:51, 03:25](1803 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:35, 03:29](1810 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:41, 03:22](1817 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:37, 03:18](1828 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:01, 03:27](1836 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:11, 03:07](2396 MB) -PASS -- TEST 'control_restart_p8_intel' [03:35, 02:16](971 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:55, 03:36](1801 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:37, 02:22](972 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:47, 03:26](1803 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:32, 05:09](1890 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:42, 05:06](1817 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:45, 04:29](1855 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:53, 03:38](1813 MB) -PASS -- TEST 'merra2_thompson_intel' [05:31, 03:57](1813 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:56, 04:44](1822 MB) -PASS -- TEST 'regional_control_intel' [04:56, 04:27](844 MB) -PASS -- TEST 'regional_restart_intel' [03:02, 02:31](859 MB) -PASS -- TEST 'regional_decomp_intel' [05:08, 04:39](861 MB) -PASS -- TEST 'regional_noquilt_intel' [04:56, 04:25](1138 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [01:53, 01:01](2269 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [01:26, 00:56](2079 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [01:04, 00:34](2078 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [00:57, 00:26](1421 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [01:25, 00:57](2076 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [01:01, 00:32](2075 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [00:57, 00:25](1424 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [01:02, 00:35](2004 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [00:54, 00:27](2006 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [00:52, 00:22](1362 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [14:05, 14:05] ( 1 warnings 539 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [02:35, 02:17](1515 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [02:50, 02:25](1521 MB) +PASS -- TEST 'control_latlon_intel' [02:39, 02:23](1517 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [02:45, 02:27](1517 MB) +PASS -- TEST 'control_c48_intel' [05:45, 05:28](1554 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:22, 05:06](682 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [05:54, 05:37](1555 MB) +PASS -- TEST 'control_c192_intel' [06:50, 06:19](1657 MB) +PASS -- TEST 'control_c384_intel' [08:35, 07:11](1953 MB) +PASS -- TEST 'control_c384gdas_intel' [11:13, 08:18](1116 MB) +PASS -- TEST 'control_stochy_intel' [01:58, 01:44](581 MB) +PASS -- TEST 'control_stochy_restart_intel' [01:25, 01:12](386 MB) +PASS -- TEST 'control_lndp_intel' [01:51, 01:36](581 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:00, 03:27](874 MB) +PASS -- TEST 'control_p8_intel' [04:57, 03:26](1803 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:44, 03:36](1810 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [04:57, 03:34](1816 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:53, 03:32](1828 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:09, 03:35](1837 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:03, 02:55](2396 MB) +PASS -- TEST 'control_restart_p8_intel' [03:34, 02:19](970 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:56, 03:36](1802 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:32, 02:18](971 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:42, 03:22](1803 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:23, 04:59](1884 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:49, 05:13](1817 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [05:37, 04:20](1855 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:47, 03:31](1814 MB) +PASS -- TEST 'merra2_thompson_intel' [05:21, 03:49](1815 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [05:57, 04:44](1822 MB) +PASS -- TEST 'regional_control_intel' [04:56, 04:27](855 MB) +PASS -- TEST 'regional_restart_intel' [03:05, 02:35](861 MB) +PASS -- TEST 'regional_decomp_intel' [05:09, 04:41](860 MB) +PASS -- TEST 'regional_noquilt_intel' [04:55, 04:26](1138 MB) PASS -- TEST 'regional_netcdf_parallel_intel' [04:56, 04:26](854 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [04:57, 04:28](855 MB) -PASS -- TEST 'regional_wofs_intel' [06:24, 05:56](1576 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [13:07, 13:05] ( 1 warnings 519 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:38, 04:18](1837 MB) - -PASS -- COMPILE 'rrfs_intel' [11:28, 11:26] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [04:27, 03:15](965 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:34, 03:41](1147 MB) -PASS -- TEST 'rap_decomp_intel' [04:34, 03:24](964 MB) -PASS -- TEST 'rap_2threads_intel' [06:48, 05:40](1040 MB) -PASS -- TEST 'rap_restart_intel' [03:05, 01:56](826 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:29, 03:15](965 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:35, 03:24](966 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:05, 01:56](826 MB) -PASS -- TEST 'hrrr_control_intel' [04:21, 03:07](961 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:34, 03:16](962 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [06:42, 05:24](1038 MB) -PASS -- TEST 'hrrr_control_restart_intel' [02:11, 01:52](789 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:45, 05:30](959 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:00, 07:45](1907 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:41, 07:25](1896 MB) - -PASS -- COMPILE 'csawmg_intel' [10:44, 10:43] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [07:04, 06:34](918 MB) -PASS -- TEST 'control_ras_intel' [03:22, 03:08](622 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 10:09] ( 1 warnings 442 remarks ) -PASS -- TEST 'control_wam_intel' [11:40, 11:02](1594 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:34, 07:33] ( 494 warnings 628 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:48, 02:30](1544 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:49, 02:30](1550 MB) -PASS -- TEST 'control_stochy_debug_intel' [03:24, 03:11](748 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [04:54, 04:25](859 MB) +PASS -- TEST 'regional_wofs_intel' [06:21, 05:53](1576 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [13:02, 13:02] ( 1 warnings 519 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [05:33, 04:14](1837 MB) + +PASS -- COMPILE 'rrfs_intel' [11:17, 11:16] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [04:24, 03:15](967 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:34, 03:42](1149 MB) +PASS -- TEST 'rap_decomp_intel' [04:31, 03:22](966 MB) +PASS -- TEST 'rap_2threads_intel' [06:45, 05:38](1044 MB) +PASS -- TEST 'rap_restart_intel' [03:07, 01:56](826 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:25, 03:14](952 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:33, 03:22](964 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:09, 01:57](825 MB) +PASS -- TEST 'hrrr_control_intel' [04:20, 03:07](959 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:30, 03:13](961 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [06:34, 05:23](1033 MB) +PASS -- TEST 'hrrr_control_restart_intel' [02:11, 01:51](789 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:47, 05:33](959 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:00, 07:44](1907 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:41, 07:26](1896 MB) + +PASS -- COMPILE 'csawmg_intel' [10:40, 10:39] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:07, 06:34](919 MB) +PASS -- TEST 'control_ras_intel' [03:25, 03:10](622 MB) + +PASS -- COMPILE 'wam_intel' [10:09, 10:09] ( 1 warnings 442 remarks ) +PASS -- TEST 'control_wam_intel' [11:40, 11:03](1594 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:40, 07:40] ( 494 warnings 628 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [02:49, 02:29](1547 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [02:52, 02:33](1550 MB) +PASS -- TEST 'control_stochy_debug_intel' [03:27, 03:12](748 MB) PASS -- TEST 'control_lndp_debug_intel' [03:09, 02:54](750 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:32, 05:02](1047 MB) -PASS -- TEST 'control_ras_debug_intel' [03:11, 02:58](756 MB) -PASS -- TEST 'control_diag_debug_intel' [03:20, 02:53](1604 MB) -PASS -- TEST 'control_debug_p8_intel' [04:06, 03:26](1841 MB) -PASS -- TEST 'regional_debug_intel' [16:44, 16:12](883 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 05:02](1130 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:14, 04:59](1125 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:14, 05:00](1131 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 05:04](1131 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:22, 05:08](1129 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:52, 05:21](1217 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:20, 05:06](1130 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:26, 05:12](1129 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:25, 05:12](1132 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:15, 05:02](1129 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:11, 04:56](1128 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:13, 04:58](1129 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 08:02](1128 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 05:02](1133 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:40, 08:26](1135 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:30, 04:28] ( 457 warnings 442 remarks ) -PASS -- TEST 'control_wam_debug_intel' [13:15, 12:35](1630 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 10:08] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:26, 03:31](1040 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:00, 02:52](844 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:23, 02:47](840 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:02, 04:54](893 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:17, 04:41](889 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:25, 02:54](842 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:54, 01:45](737 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:02, 01:44](727 MB) -PASS -- TEST 'conus13km_control_intel' [03:36, 02:44](987 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:39, 01:55](1107 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:32, 02:44](1007 MB) -PASS -- TEST 'conus13km_restart_intel' [02:23, 01:41](877 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:10, 10:08] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [02:45, 02:03](662 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:21, 10:19] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:12, 03:40](882 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:35, 04:34] ( 330 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:05, 04:49](1013 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [04:59, 04:43](1008 MB) -PASS -- TEST 'conus13km_debug_intel' [21:38, 20:58](1037 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [21:50, 21:09](741 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [23:05, 22:30](1166 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [22:01, 21:26](1049 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:44, 21:09](1108 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:24, 04:22] ( 330 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:06, 04:51](1052 MB) - -PASS -- COMPILE 'hafsw_intel' [18:00, 18:00] ( 1 warnings 738 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:19, 03:46](743 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:49, 05:39](995 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [03:38, 03:16](995 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [10:43, 10:04](839 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:20, 04:46](420 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:13, 05:31](428 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [02:54, 02:25](339 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:23, 06:07](383 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:56, 03:23](456 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:48, 03:12](455 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:31, 01:16](372 MB) -PASS -- TEST 'gnv1_nested_intel' [04:48, 03:21](1649 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [20:23, 20:23] ( 1 warnings 977 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:06, 04:34](621 MB) - -PASS -- COMPILE 'hafs_all_intel' [14:02, 14:02] ( 1 warnings 680 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:26, 05:51](787 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:29, 05:53](772 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:39, 13:39] ( 569 remarks ) +PASS -- TEST 'control_csawmg_debug_intel' [05:25, 04:53](1048 MB) +PASS -- TEST 'control_ras_debug_intel' [03:15, 03:02](755 MB) +PASS -- TEST 'control_diag_debug_intel' [03:24, 02:57](1605 MB) +PASS -- TEST 'control_debug_p8_intel' [04:14, 03:33](1839 MB) +PASS -- TEST 'regional_debug_intel' [16:53, 16:22](893 MB) +PASS -- TEST 'rap_control_debug_intel' [05:14, 04:59](1129 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:11, 04:56](1125 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:15, 04:59](1131 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:22, 05:06](1131 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:19, 05:06](1130 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:46, 05:15](1217 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:25, 05:10](1129 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 05:04](1129 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:18, 05:03](1132 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 05:02](1130 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:08, 04:54](1127 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:12, 04:58](1129 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:06, 07:53](1127 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:13, 04:58](1132 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [09:37, 08:22](1135 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:19, 04:19] ( 457 warnings 442 remarks ) +PASS -- TEST 'control_wam_debug_intel' [13:28, 12:33](1629 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:06, 10:05] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:24, 03:30](1039 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [03:59, 02:50](844 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:16, 02:46](841 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:01, 04:55](895 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:15, 04:43](889 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:28, 02:54](843 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [02:53, 01:45](729 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [02:03, 01:45](727 MB) +PASS -- TEST 'conus13km_control_intel' [03:32, 02:42](987 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:42, 01:57](1116 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:27, 02:43](1007 MB) +PASS -- TEST 'conus13km_restart_intel' [02:29, 01:40](877 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:07, 10:07] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [02:48, 02:04](660 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:22, 10:22] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:17, 03:42](883 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:42, 04:42] ( 330 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:10, 04:52](1013 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:03, 04:48](1007 MB) +PASS -- TEST 'conus13km_debug_intel' [21:33, 20:54](1037 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:41, 21:01](742 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:21, 22:45](1156 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [22:13, 21:38](1049 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:51, 21:15](1108 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:21, 04:20] ( 330 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:10, 04:56](1052 MB) + +PASS -- COMPILE 'hafsw_intel' [17:49, 17:49] ( 1 warnings 738 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:28, 03:45](744 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:46, 05:35](997 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [03:35, 03:14](995 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [10:48, 10:02](843 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:33, 04:52](417 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [06:12, 05:35](428 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [03:00, 02:29](335 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:21, 06:05](382 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [03:54, 03:24](455 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [03:50, 03:12](455 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [01:32, 01:17](373 MB) +PASS -- TEST 'gnv1_nested_intel' [04:50, 03:24](1646 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:16, 20:14] ( 1 warnings 977 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:01, 04:37](618 MB) + +PASS -- COMPILE 'hafs_all_intel' [14:08, 14:08] ( 1 warnings 680 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:25, 05:51](791 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:31, 05:55](774 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:49, 13:49] ( 569 remarks ) PASS -- TEST 'datm_cdeps_control_cfsr_intel' [02:59, 02:52](1543 MB) PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [02:04, 01:54](1543 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:49, 02:42](645 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:51, 02:42](645 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:52, 02:44](645 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [02:48, 02:40](647 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [02:52, 02:44](646 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [02:52, 02:44](654 MB) PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [02:59, 02:51](1543 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:01, 02:52](1543 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:49, 02:40](645 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:41, 06:38](1334 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:28, 06:26](655 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:56, 02:50](1543 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:43, 04:34](4498 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:53, 04:42](4498 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [03:39, 03:39] ( 2 warnings 569 remarks ) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [02:59, 02:51](1543 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [02:47, 02:40](645 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:36, 06:38](1334 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:31, 06:33](659 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [02:55, 02:49](1543 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:46, 04:37](4499 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:03, 04:54](4497 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [03:42, 03:41] ( 2 warnings 569 remarks ) PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:40, 05:31](1543 MB) -PASS -- COMPILE 'datm_cdeps_land_intel' [01:34, 01:34] ( 129 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:44, 01:24](267 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:16, 01:00](402 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:02, 00:45](402 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [16:02, 16:02] ( 1 warnings 656 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:02, 04:03](1859 MB) +PASS -- COMPILE 'datm_cdeps_land_intel' [01:35, 01:34] ( 129 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [01:39, 01:18](270 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [01:21, 01:05](402 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [01:04, 00:46](402 MB) -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:55, 10:55] ( 1 warnings 544 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:03, 05:08](1850 MB) +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [15:57, 15:57] ( 1 warnings 656 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [05:18, 04:18](1858 MB) -PASS -- COMPILE 'atml_intel' [13:44, 13:44] ( 9 warnings 593 remarks ) +PASS -- COMPILE 'atml_intel' [13:41, 13:41] ( 9 warnings 593 remarks ) PASS -- COMPILE 'atml_debug_intel' [06:19, 06:19] ( 501 warnings 593 remarks ) -PASS -- COMPILE 'atmw_intel' [12:41, 12:41] ( 1 warnings 568 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:54, 02:39](1823 MB) - -PASS -- COMPILE 'atmaero_intel' [12:25, 12:25] ( 1 warnings 460 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:49, 04:37](1897 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:33, 04:38](1663 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:46, 04:47](1679 MB) - -PASS -- COMPILE 'atmaq_intel' [11:42, 11:42] ( 1 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:51, 14:13](2836 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [21:57, 20:20](2848 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:56, 04:55] ( 474 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [35:49, 34:09](2939 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:50, 09:50] ( 4 warnings 466 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:55, 08:40](773 MB) - -PASS -- COMPILE 'atm_gnu' [05:54, 05:54] ( 40 warnings ) -PASS -- TEST 'control_c48_gnu' [07:41, 07:13](1510 MB) -PASS -- TEST 'control_stochy_gnu' [02:53, 02:38](606 MB) -PASS -- TEST 'control_ras_gnu' [04:14, 04:00](618 MB) -PASS -- TEST 'control_p8_gnu' [05:36, 04:32](1553 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:32, 04:37](1559 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:58, 05:58] ( 40 warnings ) -PASS -- TEST 'rap_control_gnu' [05:27, 04:20](958 MB) -PASS -- TEST 'rap_decomp_gnu' [05:29, 04:20](956 MB) -PASS -- TEST 'rap_2threads_gnu' [08:17, 07:09](1031 MB) -PASS -- TEST 'rap_restart_gnu' [03:34, 02:24](705 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:27, 04:17](955 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:33, 04:22](954 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:35, 02:26](702 MB) -PASS -- TEST 'hrrr_control_gnu' [05:22, 04:11](950 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:25, 04:11](936 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:08, 06:54](1020 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:26, 04:11](951 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [02:39, 02:22](694 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:38, 02:21](781 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [08:58, 07:43](951 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:00, 05:00] ( 40 warnings ) -PASS -- TEST 'control_csawmg_gnu' [08:36, 08:04](853 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:50, 15:50] ( 43 warnings ) -PASS -- TEST 'control_diag_debug_gnu' [02:16, 01:49](1386 MB) -PASS -- TEST 'regional_debug_gnu' [08:05, 07:33](790 MB) -PASS -- TEST 'rap_control_debug_gnu' [02:53, 02:38](962 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [02:52, 02:37](960 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [02:54, 02:40](962 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:04, 02:47](964 MB) -PASS -- TEST 'rap_diag_debug_gnu' [03:24, 02:51](1052 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:11, 03:54](961 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:53, 02:38](964 MB) -PASS -- TEST 'control_ras_debug_gnu' [02:00, 01:45](600 MB) -PASS -- TEST 'control_stochy_debug_gnu' [02:05, 01:50](597 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:18, 02:36](1537 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [02:56, 02:39](966 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:29, 04:13](974 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:16, 03:16] ( 40 warnings ) -PASS -- TEST 'control_wam_debug_gnu' [06:50, 06:10](1404 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:02, 07:02] ( 40 warnings ) -PASS -- TEST 'control_csawmg_debug_gnu' [03:36, 03:03](834 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:01, 05:01] ( 40 warnings ) -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:12, 04:02](808 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:25, 03:53](809 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:43, 06:34](861 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [08:02, 06:23](854 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:28, 03:56](805 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:23, 02:16](675 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:32, 02:15](674 MB) -PASS -- TEST 'conus13km_control_gnu' [04:34, 03:46](931 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:12, 02:29](1042 MB) -PASS -- TEST 'conus13km_decomp_gnu' [04:30, 03:48](935 MB) -PASS -- TEST 'conus13km_restart_gnu' [02:56, 02:15](587 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [21:10, 21:10] ( 43 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:12, 04:38](847 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:46, 15:46] ( 43 warnings ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:52, 02:37](818 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:48, 02:32](814 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:31, 09:50](946 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:55, 10:14](658 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [10:40, 10:03](1056 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [10:38, 10:02](951 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:33, 09:54](1015 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [15:51, 15:51] ( 43 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:59, 02:42](847 MB) - -PASS -- COMPILE 's2swa_gnu' [20:06, 20:06] ( 61 warnings ) -PASS -- TEST 'cpld_control_p8_gnu' [11:17, 09:43](1665 MB) - -PASS -- COMPILE 's2s_gnu' [18:34, 18:34] ( 61 warnings ) -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:12, 08:53](1627 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [05:51, 05:51] ( 1830 warnings ) -PASS -- TEST 'cpld_debug_p8_gnu' [08:11, 06:55](1653 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [19:34, 19:34] ( 61 warnings ) -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [12:47, 11:37](1597 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:15, 05:15] ( 1953 warnings ) -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [10:01, 08:51](1599 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [16:11, 16:10] ( 21 warnings ) -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:11, 03:03](1514 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [03:06, 03:06] ( 1 warnings ) -PASS -- TEST 'control_gfs_mpas_gnu' [01:36, 01:13](6366 MB) +PASS -- COMPILE 'atmw_intel' [12:30, 12:30] ( 1 warnings 568 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:45, 02:29](1822 MB) + +PASS -- COMPILE 'atmaero_intel' [12:15, 12:15] ( 1 warnings 460 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:51, 04:38](1896 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:36, 04:38](1663 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:45, 04:49](1679 MB) + +PASS -- COMPILE 'atmaq_intel' [11:34, 11:34] ( 1 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_intel' [17:39, 16:00](2925 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [22:44, 21:02](2836 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:47, 04:47] ( 474 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [35:55, 34:13](2939 MB) + +PASS -- COMPILE 'atm_fbh_intel' [09:44, 09:44] ( 4 warnings 466 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:56, 08:38](774 MB) + +PASS -- COMPILE 'atm_gnu' [05:49, 05:49] ( 40 warnings ) +PASS -- TEST 'control_c48_gnu' [07:43, 07:13](1510 MB) +PASS -- TEST 'control_stochy_gnu' [02:50, 02:37](606 MB) +PASS -- TEST 'control_ras_gnu' [04:12, 03:59](614 MB) +PASS -- TEST 'control_p8_gnu' [05:31, 04:27](1539 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:19, 04:24](1568 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:53, 05:53] ( 40 warnings ) +PASS -- TEST 'rap_control_gnu' [05:32, 04:20](956 MB) +PASS -- TEST 'rap_decomp_gnu' [05:32, 04:22](957 MB) +PASS -- TEST 'rap_2threads_gnu' [08:26, 07:15](1028 MB) +PASS -- TEST 'rap_restart_gnu' [03:38, 02:25](705 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [05:36, 04:26](957 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [05:31, 04:22](955 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [03:36, 02:26](702 MB) +PASS -- TEST 'hrrr_control_gnu' [05:23, 04:11](951 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:19, 04:12](938 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [08:05, 06:50](1021 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:24, 04:10](949 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [02:40, 02:22](692 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [02:39, 02:20](778 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:58, 07:41](953 MB) + +PASS -- COMPILE 'csawmg_gnu' [04:57, 04:57] ( 40 warnings ) +PASS -- TEST 'control_csawmg_gnu' [08:27, 07:55](853 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [15:46, 15:46] ( 43 warnings ) +PASS -- TEST 'control_diag_debug_gnu' [02:22, 01:49](1386 MB) +PASS -- TEST 'regional_debug_gnu' [08:02, 07:32](792 MB) +PASS -- TEST 'rap_control_debug_gnu' [02:57, 02:41](964 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [02:55, 02:40](958 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [02:53, 02:36](964 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:03, 02:39](964 MB) +PASS -- TEST 'rap_diag_debug_gnu' [03:27, 02:54](1056 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:12, 03:57](963 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [02:52, 02:39](963 MB) +PASS -- TEST 'control_ras_debug_gnu' [01:57, 01:43](603 MB) +PASS -- TEST 'control_stochy_debug_gnu' [02:03, 01:49](596 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:02, 02:20](1557 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [03:00, 02:45](965 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:23, 04:09](974 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:17, 03:17] ( 40 warnings ) +PASS -- TEST 'control_wam_debug_gnu' [06:52, 06:15](1404 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [07:00, 07:00] ( 40 warnings ) +PASS -- TEST 'control_csawmg_debug_gnu' [03:45, 03:03](835 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:05, 05:05] ( 40 warnings ) +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:07, 03:59](812 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:29, 03:54](807 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [07:44, 06:35](860 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [07:56, 06:23](855 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:30, 03:55](806 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:29, 02:17](675 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [02:37, 02:13](672 MB) +PASS -- TEST 'conus13km_control_gnu' [04:33, 03:46](930 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:01, 02:21](1041 MB) +PASS -- TEST 'conus13km_decomp_gnu' [04:32, 03:51](935 MB) +PASS -- TEST 'conus13km_restart_gnu' [02:54, 02:14](588 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [21:12, 21:12] ( 43 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:04, 04:32](847 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [15:48, 15:48] ( 43 warnings ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [02:52, 02:37](819 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [02:53, 02:37](815 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:39, 10:00](946 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:32, 09:53](657 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [10:51, 10:16](1056 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [10:34, 09:59](952 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:40, 10:05](1014 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [15:49, 15:49] ( 43 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [02:56, 02:42](848 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_gnu' [19:36, 19:36] ( 61 warnings ) +PASS -- TEST 'cpld_control_gfsv17_gnu' [13:36, 11:47](1595 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_gnu' [05:18, 05:18] ( 1953 warnings ) +PASS -- TEST 'cpld_debug_gfsv17_gnu' [09:34, 07:51](1575 MB) + +PASS -- COMPILE 's2s_32bit_sfs_gnu' [18:38, 18:38] ( 61 warnings ) +PASS -- TEST 'cpld_control_sfs_gnu' [15:58, 12:05](1827 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_gnu' [04:47, 04:47] ( 1194 warnings ) +PASS -- TEST 'cpld_debug_sfs_gnu' [10:37, 06:56](1822 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [16:30, 16:30] ( 21 warnings ) +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [03:10, 03:01](1515 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [03:03, 03:03] ( 1 warnings ) +PASS -- TEST 'control_gfs_mpas_gnu' [01:02, 00:39](6366 MB) SYNOPSIS: -Starting Date/Time: 20260313 14:51:39 -Ending Date/Time: 20260313 17:20:49 -Total Time: 02h:30m:34s -Compiles Completed: 57/57 -Tests Completed: 249/249 +Starting Date/Time: 20260317 07:17:44 +Ending Date/Time: 20260317 12:30:51 +Total Time: 05h:14m:34s +Compiles Completed: 51/51 +Tests Completed: 235/235 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_gaeac6.log b/tests/logs/RegressionTests_gaeac6.log index 554d5be317..be2de7faa5 100644 --- a/tests/logs/RegressionTests_gaeac6.log +++ b/tests/logs/RegressionTests_gaeac6.log @@ -1,7 +1,7 @@ ====START OF GAEAC6 REGRESSION TESTING LOG==== UFSWM hash used in testing: -98c91b21b7b1dd23d65eb3651f763fd229293f95 +9cb2928400d2792356ccab6bf0b71e9553857ca1 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,292 +41,269 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20260225 -COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3735574 +BASELINE DIRECTORY: /gpfs/f6/bil-fire8/world-shared/role.epic/UFS-WM_RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /gpfs/f6/epic/proj-shared/Fernando.Andrade-maldonado/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_2368609 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:10, 11:48] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [06:43, 04:03](6339 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [14:10, 12:01] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [11:03, 08:40](6339 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:07, 09:31](6338 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [06:50, 04:16](6339 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [07:00, 04:17](6338 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [13:16, 10:07](6339 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [12:10, 10:28] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [12:05, 07:21](6340 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [07:28, 03:54](6339 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:10, 03:34] ( 359 warnings 3 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [11:34, 07:48](6339 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:10, 03:37] ( 359 warnings 316 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [14:50, 12:49](6339 MB) - -PASS -- COMPILE 's2swa_intel' [13:10, 11:49] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [08:36, 05:10](6339 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:59, 05:08](6339 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:05, 02:50](6338 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [08:27, 05:13](6338 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:15, 02:54](6338 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [09:05, 06:05](6339 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [07:31, 05:02](6339 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:31, 04:09](6338 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:57, 05:10](6339 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [09:28, 05:24](6339 MB) - -PASS -- COMPILE 's2swal_intel' [13:10, 11:51] ( 1 warnings 4 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [08:34, 05:13](6339 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:12, 02:51](6338 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:35, 05:18](6338 MB) - -PASS -- COMPILE 's2sw_intel' [13:10, 11:18] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [05:23, 03:02](6339 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:14, 04:40](6339 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:10, 03:35] ( 359 warnings 297 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [10:58, 08:39](6339 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:37] ( 359 warnings 297 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:03, 03:53](6339 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [12:11, 10:32] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:54, 03:21](6338 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [13:11, 11:45] ( 1 warnings 3 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [10:55, 08:45](6339 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [07:08, 04:15](6338 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [12:30, 10:10](6338 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [05:32, 04:04](6338 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:43, 01:17](6338 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:52, 00:46](6339 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:32, 00:48](6337 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:32, 00:29](6338 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:24, 00:21](6338 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [02:31, 00:45](6338 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:27, 00:29](6337 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:20](6338 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:30](6338 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:31, 00:23](6337 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:32, 00:18](6337 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:10, 03:26] ( 359 warnings 316 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [18:52, 16:14](6339 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:12, 07:03] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [03:26, 01:41](6338 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:25, 01:42](6339 MB) -PASS -- TEST 'control_latlon_intel' [03:20, 01:44](6339 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [03:20, 01:47](6339 MB) -PASS -- TEST 'control_c48_intel' [06:27, 04:23](6337 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [06:32, 04:07](6336 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:27, 04:29](6338 MB) -PASS -- TEST 'control_c192_intel' [06:32, 04:43](6339 MB) -PASS -- TEST 'control_c384_intel' [12:19, 09:21](6339 MB) -PASS -- TEST 'control_c384gdas_intel' [14:33, 10:30](6339 MB) -PASS -- TEST 'control_stochy_intel' [03:20, 01:18](6339 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:19, 00:46](6339 MB) -PASS -- TEST 'control_lndp_intel' [03:17, 01:22](6338 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [03:32, 02:00](6339 MB) -PASS -- TEST 'control_p8_intel' [03:50, 01:55](6339 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [03:43, 02:03](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [03:48, 01:58](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [03:41, 01:54](6339 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [03:46, 01:59](6338 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:42, 01:31](6338 MB) -PASS -- TEST 'control_restart_p8_intel' [03:50, 01:12](6339 MB) -PASS -- TEST 'control_noqr_p8_intel' [03:43, 01:57](6339 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:45, 01:17](6339 MB) -PASS -- TEST 'control_decomp_p8_intel' [03:32, 02:00](6338 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:13](6338 MB) -PASS -- TEST 'control_p8_lndp_intel' [05:28, 03:19](6339 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [04:51, 02:44](6339 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:42, 02:04](6338 MB) -PASS -- TEST 'merra2_thompson_intel' [05:03, 02:15](6339 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [05:28, 03:59](6339 MB) -PASS -- TEST 'regional_control_intel' [05:24, 03:13](6339 MB) -PASS -- TEST 'regional_restart_intel' [03:27, 01:51](6339 MB) -PASS -- TEST 'regional_decomp_intel' [05:21, 03:22](6339 MB) -PASS -- TEST 'regional_2threads_intel' [04:27, 02:35](6338 MB) -PASS -- TEST 'regional_noquilt_intel' [05:28, 03:15](6339 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [05:29, 03:11](6339 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [05:24, 03:12](6338 MB) -PASS -- TEST 'regional_wofs_intel' [06:34, 04:11](6338 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:52] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:43, 02:41](6338 MB) - -PASS -- COMPILE 'rrfs_intel' [07:11, 06:04] ( 4 warnings 9 remarks ) -PASS -- TEST 'rap_control_intel' [04:31, 02:26](6338 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:23, 02:45](6338 MB) -PASS -- TEST 'rap_decomp_intel' [04:25, 02:35](6338 MB) -PASS -- TEST 'rap_2threads_intel' [04:28, 02:48](6338 MB) -PASS -- TEST 'rap_restart_intel' [03:29, 01:22](6339 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:33, 02:26](6339 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:34, 02:31](6339 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:32, 01:22](6339 MB) -PASS -- TEST 'hrrr_control_intel' [04:40, 02:20](6339 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:31, 02:26](6339 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:22, 02:39](6339 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:23, 01:20](6338 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:53, 04:08](6339 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:18, 05:33](6339 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:23, 05:22](6339 MB) - -PASS -- COMPILE 'csawmg_intel' [08:14, 06:15] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [06:24, 04:07](6339 MB) -PASS -- TEST 'control_ras_intel' [04:17, 02:13](6339 MB) - -PASS -- COMPILE 'wam_intel' [07:14, 05:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [09:31, 07:48](6339 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:33] ( 494 warnings 9 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:40](6339 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:18, 01:41](6339 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:16, 02:12](6339 MB) -PASS -- TEST 'control_lndp_debug_intel' [03:17, 01:58](6339 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:20, 02:57](6339 MB) -PASS -- TEST 'control_ras_debug_intel' [03:17, 02:01](6339 MB) -PASS -- TEST 'control_diag_debug_intel' [03:22, 01:59](6339 MB) -PASS -- TEST 'control_debug_p8_intel' [03:31, 02:01](6339 MB) -PASS -- TEST 'regional_debug_intel' [13:24, 11:35](6339 MB) -PASS -- TEST 'rap_control_debug_intel' [05:17, 03:32](6339 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:19, 03:26](6339 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:33, 03:29](6339 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:32, 03:31](6339 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:29, 03:29](6339 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:34, 03:38](6339 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:18, 03:37](6339 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 03:32](6338 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:36](6339 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:20, 03:32](6339 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 03:26](6339 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:21, 03:32](6339 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:24, 05:30](6338 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:21, 03:31](6339 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [07:32, 05:52](6339 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:17] ( 457 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:39, 09:06](6339 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:11, 05:43] ( 4 warnings 8 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:45, 02:37](6338 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:41, 02:08](6339 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:36, 02:08](6339 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:23, 02:32](6339 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:23, 02:25](6339 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:25, 02:11](6338 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:27, 01:14](6339 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:22, 01:11](6338 MB) -PASS -- TEST 'conus13km_control_intel' [03:49, 01:56](6339 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:43, 00:58](6339 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:38, 01:54](6339 MB) -PASS -- TEST 'conus13km_restart_intel' [03:27, 01:10](6338 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [08:11, 06:03] ( 4 warnings 8 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [03:39, 01:24](6339 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:10, 05:53] ( 4 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:34, 02:38](6339 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:12] ( 330 warnings 8 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:34, 03:24](6339 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:21, 03:21](6338 MB) -PASS -- TEST 'conus13km_debug_intel' [16:29, 14:20](6337 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:31, 14:01](6338 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [14:37, 13:01](6338 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [16:31, 14:25](6338 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:30, 14:17](6339 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:12] ( 330 warnings 8 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:19, 03:33](6339 MB) - -PASS -- COMPILE 'hafsw_intel' [10:11, 08:28] ( 1 warnings 2 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:34, 02:46](6339 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:03, 03:54](6338 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:23](6338 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [10:31, 07:32](6338 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:40, 03:23](6338 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:45, 04:00](6340 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [03:29, 01:43](6339 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [07:57, 04:17](6339 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:37, 02:26](6340 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:38, 02:17](6338 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:22, 00:56](6339 MB) -PASS -- TEST 'gnv1_nested_intel' [05:08, 02:23](6339 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [09:14, 07:49] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [05:57, 03:22](6339 MB) - -PASS -- COMPILE 'hafs_all_intel' [09:11, 07:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [07:08, 04:17](6339 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:27, 04:25](6340 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [11:11, 09:06] ( 2 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:15, 02:01](6337 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:15, 01:22](6339 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:17, 01:49](6338 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:15, 01:50](6338 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:18, 01:51](6337 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:16, 01:59](6338 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:17, 01:59](6339 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:22, 01:49](6337 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:43, 04:50](6339 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:38, 04:29](6338 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:16, 02:01](6338 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:39](6338 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:38](6338 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:25, 02:32] ( 2 warnings 2 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 04:02](6338 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:39] ( 1 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:24, 01:05](6338 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:51](6339 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:22, 00:32](6339 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:11, 09:31] ( 1 warnings 3 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:43, 02:30](6339 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [07:11, 05:58] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:36, 03:16](6339 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 07:22] ( 9 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:03, 02:28](6338 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:32, 01:26](6338 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:28] ( 501 warnings 2 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:42, 03:33](6338 MB) - -PASS -- COMPILE 'atmw_intel' [09:10, 07:24] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:36, 01:25](6339 MB) - -PASS -- COMPILE 'atmaero_intel' [10:10, 08:39] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [04:50, 02:51](6339 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:43, 03:20](6339 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:29, 03:21](6338 MB) - -PASS -- COMPILE 'atmaq_intel' [08:11, 06:16] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [15:23, 12:39](6339 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [18:32, 15:16](6339 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:25] ( 474 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [28:07, 26:01](6339 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:34] ( 4 warnings 8 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:24, 06:26](6338 MB) +PASS -- COMPILE 's2swa_32bit_intel' [13:12, 11:25] ( 1 warnings 3 remarks ) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [13:12, 11:52] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [10:37, 08:45](6339 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:10, 09:29](6340 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [07:07, 04:17](6338 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:56, 04:14](6338 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:37, 10:08](6338 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [12:12, 10:38] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [11:51, 07:19](6338 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [07:59, 03:54](6338 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:12, 03:30] ( 359 warnings 3 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [11:20, 07:49](6338 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [05:12, 03:35] ( 359 warnings 316 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [15:20, 12:57](6339 MB) + +PASS -- COMPILE 's2swa_intel' [13:12, 11:30] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [08:41, 05:08](6339 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [07:54, 05:11](6338 MB) +PASS -- TEST 'cpld_restart_p8_intel' [05:04, 02:54](6338 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [07:41, 06:04](6339 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [06:53, 05:00](6339 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [06:45, 04:06](6337 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [07:51, 05:06](6339 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [08:54, 05:23](6338 MB) + +PASS -- COMPILE 's2swl_intel' [13:12, 11:20] ( 1 warnings 4 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [06:42, 04:29](6339 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [04:43, 02:29](6339 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [12:12, 10:17] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:47, 03:21](6339 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [13:12, 11:34] ( 1 warnings 3 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [05:28, 04:02](6338 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:46, 01:16](6337 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:35, 00:46](6337 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:18, 00:46](6338 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:35, 00:26](6338 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:20, 00:21](6338 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:21, 00:44](6336 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:29, 00:25](6337 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:34, 00:20](6339 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:29, 00:29](6338 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:21, 00:23](6338 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:24, 00:18](6338 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:12, 07:08] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:40, 01:46](6339 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:41, 01:54](6339 MB) +PASS -- TEST 'control_latlon_intel' [03:31, 01:50](6339 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [08:39, 06:13](6338 MB) +PASS -- TEST 'control_c48_intel' [06:58, 04:20](6338 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [05:56, 04:03](6338 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [06:57, 04:27](6337 MB) +PASS -- TEST 'control_c192_intel' [07:04, 04:41](6338 MB) +PASS -- TEST 'control_c384_intel' [12:14, 09:23](6338 MB) +PASS -- TEST 'control_c384gdas_intel' [14:19, 10:29](6339 MB) +PASS -- TEST 'control_stochy_intel' [03:32, 01:24](6339 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:21, 00:46](6339 MB) +PASS -- TEST 'control_lndp_intel' [03:27, 01:26](6339 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:33, 02:09](6338 MB) +PASS -- TEST 'control_p8_intel' [04:07, 02:01](6338 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [04:26, 02:02](6338 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [03:48, 02:03](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [04:04, 01:57](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [04:07, 02:01](6339 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:04, 01:40](6339 MB) +PASS -- TEST 'control_restart_p8_intel' [03:35, 01:25](6339 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:00, 02:03](6338 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:28, 01:10](6339 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:39, 02:06](6338 MB) +PASS -- TEST 'control_2threads_p8_intel' [04:45, 02:15](6339 MB) +PASS -- TEST 'control_p8_lndp_intel' [05:35, 03:22](6342 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [04:52, 02:45](6339 MB) +PASS -- TEST 'control_p8_mynn_intel' [04:47, 02:06](6339 MB) +PASS -- TEST 'merra2_thompson_intel' [04:48, 02:17](6338 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:40, 04:08](6339 MB) +PASS -- TEST 'regional_control_intel' [06:03, 03:11](6338 MB) +PASS -- TEST 'regional_restart_intel' [03:23, 01:48](6339 MB) +PASS -- TEST 'regional_decomp_intel' [05:26, 03:23](6339 MB) +PASS -- TEST 'regional_2threads_intel' [04:25, 02:51](6338 MB) +PASS -- TEST 'regional_noquilt_intel' [05:22, 03:13](6338 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [05:25, 03:13](6338 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [05:22, 03:16](6339 MB) +PASS -- TEST 'regional_wofs_intel' [06:21, 04:15](6339 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:12, 06:38] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:41, 02:36](6338 MB) + +PASS -- COMPILE 'rrfs_intel' [07:12, 05:57] ( 4 warnings 9 remarks ) +PASS -- TEST 'rap_control_intel' [04:29, 02:27](6339 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:50, 02:44](6339 MB) +PASS -- TEST 'rap_decomp_intel' [04:30, 02:31](6339 MB) +PASS -- TEST 'rap_2threads_intel' [04:39, 02:46](6338 MB) +PASS -- TEST 'rap_restart_intel' [03:50, 01:22](6339 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:38, 02:27](6339 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:32, 02:31](6339 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:27, 01:23](6339 MB) +PASS -- TEST 'hrrr_control_intel' [04:43, 02:22](6338 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 02:32](6339 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [04:32, 02:59](6338 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:21](6339 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:02, 04:08](6339 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [07:20, 05:34](6338 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:27, 05:20](6339 MB) + +PASS -- COMPILE 'csawmg_intel' [08:11, 06:01] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [06:23, 04:11](6339 MB) +PASS -- TEST 'control_ras_intel' [04:21, 02:16](6339 MB) + +PASS -- COMPILE 'wam_intel' [07:11, 05:46] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [09:42, 07:41](6339 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:32] ( 494 warnings 9 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:29, 01:41](6338 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:35, 01:43](6339 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:18, 02:16](6339 MB) +PASS -- TEST 'control_lndp_debug_intel' [03:20, 02:01](6338 MB) +PASS -- TEST 'control_csawmg_debug_intel' [04:27, 03:04](6338 MB) +PASS -- TEST 'control_ras_debug_intel' [03:20, 02:00](6339 MB) +PASS -- TEST 'control_diag_debug_intel' [03:22, 01:57](6339 MB) +PASS -- TEST 'control_debug_p8_intel' [03:37, 01:59](6339 MB) +PASS -- TEST 'regional_debug_intel' [13:42, 11:29](6339 MB) +PASS -- TEST 'rap_control_debug_intel' [05:20, 03:30](6338 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:20, 03:24](6339 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 03:31](6339 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [05:19, 03:34](6338 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:16, 03:34](6339 MB) +PASS -- TEST 'rap_diag_debug_intel' [05:29, 03:43](6339 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:23, 03:38](6339 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:19, 03:36](6339 MB) +PASS -- TEST 'rap_lndp_debug_intel' [05:21, 03:34](6339 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:21, 03:31](6339 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:26, 03:27](6339 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [10:23, 08:53](6339 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:41, 05:38](6339 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [05:20, 03:28](6339 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [12:32, 10:39](6338 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:10] ( 457 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [10:30, 09:01](6338 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:12, 05:54] ( 4 warnings 8 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:34, 02:38](6339 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:28, 02:13](6339 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:29, 02:05](6339 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [04:27, 02:26](6339 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:04, 02:22](6339 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:54, 02:11](6339 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:46, 01:24](6339 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:24](6339 MB) +PASS -- TEST 'conus13km_control_intel' [03:55, 01:53](6338 MB) +PASS -- TEST 'conus13km_2threads_intel' [02:48, 01:00](6339 MB) +PASS -- TEST 'conus13km_decomp_intel' [03:34, 01:54](6338 MB) +PASS -- TEST 'conus13km_restart_intel' [04:06, 01:18](6339 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [07:11, 05:44] ( 4 warnings 8 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [04:06, 01:25](6339 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:11, 05:54] ( 4 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:15, 02:40](6339 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:13] ( 330 warnings 8 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:16, 03:23](6338 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:19, 03:23](6339 MB) +PASS -- TEST 'conus13km_debug_intel' [16:47, 14:14](6338 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [15:34, 14:03](6339 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:31, 13:00](6338 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [16:26, 14:33](6338 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:26, 14:14](6339 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:08] ( 330 warnings 8 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:20, 03:27](6339 MB) + +PASS -- COMPILE 'hafsw_intel' [10:12, 09:00] ( 1 warnings 2 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [04:46, 03:02](6339 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [06:11, 03:55](6339 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:36, 02:23](6340 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [09:35, 07:34](6338 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [05:44, 03:31](6338 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [05:56, 04:03](6339 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:38, 02:06](6339 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:04, 04:33](6339 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:31, 02:35](6339 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:41, 02:28](6339 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:21, 01:12](6340 MB) +PASS -- TEST 'gnv1_nested_intel' [04:53, 02:26](6339 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:14, 08:16] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [06:23, 03:25](6339 MB) + +PASS -- COMPILE 'hafs_all_intel' [09:13, 07:45] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:32, 04:17](6339 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:31, 04:19](6338 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [10:12, 08:52] ( 2 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:01](6338 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:23](6338 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:18, 01:50](6338 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [03:16, 01:49](6338 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:51](6336 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:59](6338 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:02](6337 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:21, 01:49](6338 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:56, 04:49](6339 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:41, 04:41](6339 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:17, 02:05](6337 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:38](6338 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:15, 03:43](6337 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:24] ( 2 warnings 2 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:26, 04:04](6338 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:40] ( 1 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 01:00](6339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:29, 00:46](6339 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:23, 00:33](6339 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [11:15, 09:38] ( 1 warnings 3 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:43, 02:27](6339 MB) + +PASS -- COMPILE 'atml_intel' [09:12, 07:00] ( 9 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [05:12, 02:34](6339 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:27](6338 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:12, 02:52] ( 501 warnings 2 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [05:34, 03:32](6339 MB) + +PASS -- COMPILE 'atmw_intel' [09:14, 07:52] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:30, 01:21](6338 MB) + +PASS -- COMPILE 'atmaero_intel' [10:14, 08:49] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:33, 03:06](6338 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:29, 03:26](6339 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:59, 03:34](6339 MB) + +PASS -- COMPILE 'atmaq_intel' [08:13, 06:17] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [16:09, 12:34](6339 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [18:17, 15:24](6339 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:23] ( 474 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [28:29, 26:14](6338 MB) + +PASS -- COMPILE 'atm_fbh_intel' [07:11, 05:38] ( 4 warnings 8 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:26, 06:27](6338 MB) SYNOPSIS: -Starting Date/Time: 20260314 17:05:59 -Ending Date/Time: 20260314 18:21:11 -Total Time: 01h:15m:56s -Compiles Completed: 40/40 -Tests Completed: 193/193 +Starting Date/Time: 20260317 13:17:35 +Ending Date/Time: 20260317 14:27:48 +Total Time: 01h:10m:41s +Compiles Completed: 35/35 +Tests Completed: 180/180 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index c431280208..14c726128b 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: -175c405715ffe4a13f2428af5b1a94bbea5ab866 +39db2782180abef9c1d0d71a8fcaa4b62aae2980 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,391 +41,365 @@ 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: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20260225 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_2801515 +BASELINE DIRECTORY: /work2/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/hercules/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_353404 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [23:12, 21:25] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [12:32, 09:29](2160 MB) -PASS -- TEST 'cpld_control_gefs_intel' [33:38, 18:36](3091 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [23:20, 06:40](2771 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [33:39, 17:29](3163 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [23:12, 21:21] ( 1 warnings 1091 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [19:34, 16:40](2013 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:47, 16:42](2340 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [08:49, 05:59](1332 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [10:53, 07:22](2215 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [20:22, 17:27](1926 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [20:11, 18:16] ( 1 warnings 987 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [19:14, 11:35](2306 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [14:51, 06:44](1636 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:58] ( 359 warnings 987 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [19:37, 11:52](2333 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:11, 04:34] ( 359 warnings 1403 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [22:35, 19:22](1993 MB) - -PASS -- COMPILE 's2swa_intel' [23:12, 21:25] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [12:32, 09:18](2261 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [11:33, 08:21](2258 MB) -PASS -- TEST 'cpld_restart_p8_intel' [08:35, 05:48](1951 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [11:25, 08:27](2271 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:24, 06:47](1837 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [13:09, 11:02](2394 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:59, 08:05](2243 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:15, 06:45](2131 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:14, 08:03](2250 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:00, 14:50](2927 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [10:15, 05:26](2965 MB) - -PASS -- COMPILE 's2swal_intel' [22:11, 20:17] ( 1 warnings 1113 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [13:35, 10:26](2226 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [09:40, 06:48](1933 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [11:20, 08:14](2243 MB) - -PASS -- COMPILE 's2sw_intel' [22:12, 20:20] ( 1 warnings 1060 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [10:14, 07:19](2048 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:18, 05:51](2181 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:15] ( 359 warnings 1372 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [18:38, 15:11](2285 MB) - -PASS -- COMPILE 's2sw_debug_intel' [07:11, 05:23] ( 359 warnings 1354 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [10:11, 07:30](2063 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [18:11, 16:50] ( 1 warnings 998 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:13, 04:20](2135 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [21:12, 19:22] ( 1 warnings 1083 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [15:22, 12:46](2096 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:41, 07:43](1390 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [16:16, 13:29](2005 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [07:41, 05:24](3058 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:39, 01:42](3035 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:43, 01:00](2482 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [02:30, 00:55](2240 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:28, 00:33](2236 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:33, 00:28](1549 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:28, 01:32](2241 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:30, 00:34](2236 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:28, 00:24](1551 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:26, 00:36](2173 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:27, 00:28](2166 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:30, 00:22](1502 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:12, 03:48] ( 359 warnings 1385 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [25:27, 22:59](2058 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:12] ( 1 warnings 539 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:34, 02:16](1615 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:41, 02:29](1625 MB) -PASS -- TEST 'control_latlon_intel' [04:29, 02:29](1607 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:33, 02:29](1611 MB) -PASS -- TEST 'control_c48_intel' [07:40, 05:55](1714 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:38, 05:40](845 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [07:40, 06:05](1714 MB) -PASS -- TEST 'control_c192_intel' [09:01, 06:20](1815 MB) -PASS -- TEST 'control_c384_intel' [10:42, 07:28](2014 MB) -PASS -- TEST 'control_c384gdas_intel' [12:39, 08:22](1491 MB) -PASS -- TEST 'control_stochy_intel' [03:31, 01:39](685 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:31, 00:53](539 MB) -PASS -- TEST 'control_lndp_intel' [03:30, 01:29](679 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [06:43, 04:20](979 MB) -PASS -- TEST 'control_p8_intel' [07:09, 04:34](1904 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [06:24, 03:59](1913 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [06:08, 04:02](1906 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [07:10, 04:30](1931 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [07:14, 04:31](1936 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [06:04, 03:12](2426 MB) -PASS -- TEST 'control_restart_p8_intel' [03:59, 01:32](1219 MB) -PASS -- TEST 'control_noqr_p8_intel' [07:09, 04:20](1902 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:54, 01:31](1219 MB) -PASS -- TEST 'control_decomp_p8_intel' [06:12, 04:06](1896 MB) -PASS -- TEST 'control_2threads_p8_intel' [08:10, 05:15](1985 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:48, 06:00](1910 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:10, 04:57](1967 MB) -PASS -- TEST 'control_p8_mynn_intel' [07:06, 04:21](1927 MB) -PASS -- TEST 'merra2_thompson_intel' [07:11, 04:48](1914 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [06:54, 04:51](1939 MB) -PASS -- TEST 'regional_control_intel' [06:27, 04:22](1197 MB) -PASS -- TEST 'regional_restart_intel' [04:27, 02:27](1186 MB) -PASS -- TEST 'regional_decomp_intel' [06:23, 04:37](1190 MB) -PASS -- TEST 'regional_2threads_intel' [06:24, 04:17](1102 MB) -PASS -- TEST 'regional_noquilt_intel' [06:45, 04:26](1501 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:27, 05:37](1210 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:27, 06:30](1204 MB) -PASS -- TEST 'regional_wofs_intel' [07:30, 05:42](2100 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [11:12, 09:25] ( 1 warnings 519 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [08:12, 05:31](1951 MB) - -PASS -- COMPILE 'rrfs_intel' [10:14, 08:44] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [04:51, 02:57](1103 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:00, 03:13](1422 MB) -PASS -- TEST 'rap_decomp_intel' [04:36, 03:02](1062 MB) -PASS -- TEST 'rap_2threads_intel' [06:57, 04:26](1167 MB) -PASS -- TEST 'rap_restart_intel' [03:58, 01:38](1096 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:44, 02:55](1120 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:40, 03:01](1065 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [04:04, 01:36](1090 MB) -PASS -- TEST 'hrrr_control_intel' [04:50, 02:44](1082 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:41, 02:51](1053 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:59, 04:09](1140 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:30, 01:33](1060 MB) -PASS -- TEST 'rrfs_v1beta_intel' [07:05, 05:06](1196 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [08:21, 07:03](2013 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:21, 06:42](2178 MB) - -PASS -- COMPILE 'csawmg_intel' [11:11, 09:13] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:28, 06:32](1072 MB) -PASS -- TEST 'control_ras_intel' [04:21, 02:47](848 MB) - -PASS -- COMPILE 'wam_intel' [10:11, 08:43] ( 1 warnings 442 remarks ) -PASS -- TEST 'control_wam_intel' [11:53, 09:53](1687 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:11, 03:48] ( 494 warnings 628 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:30, 02:06](1635 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:23, 02:04](1638 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:19, 02:57](854 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:19, 02:37](857 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:33, 04:35](1151 MB) -PASS -- TEST 'control_ras_debug_intel' [04:21, 02:34](857 MB) -PASS -- TEST 'control_diag_debug_intel' [04:29, 02:20](1700 MB) -PASS -- TEST 'control_debug_p8_intel' [05:39, 03:16](1941 MB) -PASS -- TEST 'regional_debug_intel' [17:31, 15:56](1166 MB) -PASS -- TEST 'rap_control_debug_intel' [06:21, 04:20](1234 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:22, 04:27](1231 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:18, 04:11](1237 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:20, 04:22](1243 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:19, 04:22](1243 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:26, 04:27](1324 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:20, 04:21](1236 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:18, 04:19](1246 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:19, 04:18](1244 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:21, 04:15](1233 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:19, 04:07](1240 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:19, 04:07](1244 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 06:45](1236 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [06:24, 04:11](1237 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:12, 02:32] ( 457 warnings 442 remarks ) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:11, 10:05] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:54, 03:00](1305 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:52, 02:31](1050 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:00, 02:54](1049 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:55, 03:42](1087 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:01, 03:36](1063 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:43, 03:19](998 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:56, 01:34](984 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:29, 01:43](975 MB) -PASS -- TEST 'conus13km_control_intel' [05:02, 02:52](1502 MB) -PASS -- TEST 'conus13km_2threads_intel' [03:59, 01:22](1328 MB) -PASS -- TEST 'conus13km_decomp_intel' [04:53, 02:50](1536 MB) -PASS -- TEST 'conus13km_restart_intel' [03:47, 01:49](1252 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:11, 08:29] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [04:21, 01:54](1055 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [10:11, 08:30] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:46, 03:23](1117 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:11, 02:36] ( 330 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:25, 04:28](1128 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:23, 04:19](1107 MB) -PASS -- TEST 'conus13km_debug_intel' [22:46, 20:18](1545 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [22:43, 20:19](1156 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [22:36, 21:00](1372 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [22:38, 20:22](1586 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:40, 20:04](1608 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:11, 02:22] ( 330 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:27, 05:11](1211 MB) - -PASS -- COMPILE 'hafsw_intel' [13:11, 12:03] ( 1 warnings 738 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [05:53, 03:22](988 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [09:18, 06:34](1196 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:22, 02:58](1276 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:53, 14:25](1112 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:47, 04:39](589 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [08:03, 05:30](609 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:45, 02:14](432 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:53, 05:54](501 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:50, 03:06](610 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:56, 02:58](610 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:29, 00:52](449 MB) -PASS -- TEST 'gnv1_nested_intel' [05:26, 02:58](1760 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:11, 11:45] ( 1 warnings 977 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:55, 11:38](825 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:11, 10:41] ( 1 warnings 680 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:50, 05:09](1084 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:48, 05:11](1066 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [19:14, 17:20] ( 569 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:18, 02:24](1852 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:19, 01:37](1802 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:18](1078 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:16, 02:15](1077 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:17, 02:18](1094 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:16, 02:25](1844 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:16, 02:25](1851 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:17, 02:20](1096 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:57, 05:50](1706 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:52, 05:41](1181 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:28](1853 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:17, 03:54](4829 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:17, 03:56](4835 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:35] ( 2 warnings 569 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:17, 05:23](1779 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:49] ( 129 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:29, 01:00](334 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:24, 00:39](555 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:25](554 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [20:14, 18:42] ( 1 warnings 656 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:55, 03:08](2033 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [10:12, 08:33] ( 1 warnings 544 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [06:53, 04:32](2054 MB) - -PASS -- COMPILE 'atml_intel' [13:13, 11:51] ( 9 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [05:02, 02:42](1884 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:48, 01:34](1197 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:11, 03:33] ( 501 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:58, 05:25](1909 MB) - -PASS -- COMPILE 'atmw_intel' [11:13, 10:02] ( 1 warnings 568 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:53, 01:43](1938 MB) - -PASS -- COMPILE 'atmaero_intel' [14:13, 12:21] ( 1 warnings 460 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:49, 03:32](2007 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:40, 04:07](1799 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:40, 04:07](1816 MB) - -PASS -- COMPILE 'atmaq_intel' [10:12, 08:45] ( 1 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_intel' [15:30, 12:28](2945 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [19:19, 16:45](2943 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:11, 03:01] ( 474 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [34:34, 31:39](2959 MB) - -PASS -- COMPILE 'atm_fbh_intel' [09:12, 08:07] ( 4 warnings 466 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:51](1079 MB) - -PASS -- COMPILE 'atm_gnu' [05:12, 03:48] ( 38 warnings ) -PASS -- TEST 'control_c48_gnu' [09:30, 07:57](1581 MB) -PASS -- TEST 'control_stochy_gnu' [04:23, 02:20](589 MB) -PASS -- TEST 'control_ras_gnu' [05:24, 03:49](594 MB) -PASS -- TEST 'control_p8_gnu' [05:59, 03:30](1517 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:40, 03:32](1541 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:11, 03:49] ( 38 warnings ) -PASS -- TEST 'rap_control_gnu' [06:35, 04:13](936 MB) -PASS -- TEST 'rap_decomp_gnu' [06:37, 04:18](934 MB) -PASS -- TEST 'rap_2threads_gnu' [05:46, 03:34](987 MB) -PASS -- TEST 'rap_restart_gnu' [04:57, 02:12](674 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [06:43, 04:16](939 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:39, 04:17](935 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:55, 02:15](672 MB) -PASS -- TEST 'hrrr_control_gnu' [05:54, 04:02](933 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:36, 04:07](918 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:34, 03:39](989 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:34, 04:05](933 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [04:26, 02:09](664 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:22, 02:09](752 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:57, 07:48](927 MB) - -PASS -- COMPILE 'csawmg_gnu' [05:10, 03:47] ( 38 warnings ) -PASS -- TEST 'control_csawmg_gnu' [08:26, 06:48](833 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [10:14, 08:28] ( 41 warnings ) -PASS -- TEST 'control_diag_debug_gnu' [03:33, 01:17](1364 MB) -PASS -- TEST 'regional_debug_gnu' [09:30, 07:45](875 MB) -PASS -- TEST 'rap_control_debug_gnu' [04:19, 02:11](942 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:22, 02:21](938 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [04:19, 02:16](942 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [04:18, 02:17](944 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:26, 02:19](1029 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:18, 03:33](940 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:19, 02:17](945 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:20, 01:18](580 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:28](570 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:42, 01:22](1516 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [03:23, 02:09](946 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:50, 04:06](949 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:53] ( 38 warnings ) -PASS -- TEST 'control_wam_debug_gnu' [07:39, 05:18](1383 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 03:02] ( 38 warnings ) -PASS -- TEST 'control_csawmg_debug_gnu' [04:31, 02:12](816 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:37] ( 38 warnings ) -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:46, 05:40](786 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:53, 04:46](786 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [06:49, 04:48](832 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:50, 04:30](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:40, 04:55](786 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:50, 02:58](644 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:27, 02:44](640 MB) -PASS -- TEST 'conus13km_control_gnu' [06:56, 04:26](1032 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:40, 02:04](1017 MB) -PASS -- TEST 'conus13km_decomp_gnu' [06:48, 04:24](1035 MB) -PASS -- TEST 'conus13km_restart_gnu' [04:38, 02:20](757 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [13:12, 11:53] ( 41 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:35, 05:22](820 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 07:08] ( 41 warnings ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:21, 02:11](799 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:22, 02:01](799 MB) -PASS -- TEST 'conus13km_debug_gnu' [10:42, 08:53](1051 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [10:35, 09:00](775 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [11:31, 09:12](1033 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [11:30, 09:14](1058 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:32, 09:02](1121 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:31] ( 41 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:24, 02:07](824 MB) - -PASS -- COMPILE 's2swa_gnu' [18:13, 17:03] ( 38 warnings ) -PASS -- TEST 'cpld_control_p8_gnu' [13:53, 10:33](1709 MB) - -PASS -- COMPILE 's2s_gnu' [18:14, 17:11] ( 38 warnings ) -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [11:25, 08:34](1621 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:12, 02:24] ( 1804 warnings ) -PASS -- TEST 'cpld_debug_p8_gnu' [08:59, 06:49](1731 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [18:14, 16:28] ( 38 warnings ) -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [16:30, 13:58](1590 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:11, 02:44] ( 1921 warnings ) -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [12:12, 10:06](1572 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [18:13, 16:22] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:16, 02:46](1605 MB) - -PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:12, 02:54] ( 1 warnings ) -PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:38](6436 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:11, 21:08] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [27:22, 14:45](3079 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [19:40, 04:35](2788 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [26:37, 13:38](3176 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [22:11, 20:50] ( 1 warnings 1073 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [17:19, 14:46](2016 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [18:34, 16:08](2334 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [08:29, 05:45](1335 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [09:41, 07:07](2216 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:04, 15:43](1919 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [22:11, 21:03] ( 1 warnings 987 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [16:18, 10:32](2306 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [12:11, 05:15](1656 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [06:11, 04:10] ( 359 warnings 987 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [14:31, 09:46](2335 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [06:11, 04:11] ( 359 warnings 1385 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [19:18, 17:03](1992 MB) + +PASS -- COMPILE 's2swa_intel' [19:11, 18:07] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [11:13, 08:16](2260 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:05, 08:03](2255 MB) +PASS -- TEST 'cpld_restart_p8_intel' [07:15, 04:25](1953 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:05, 11:00](2373 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:44, 07:52](2246 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [09:02, 06:38](2135 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:06, 08:00](2262 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [17:50, 14:45](2929 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:26, 05:14](2956 MB) + +PASS -- COMPILE 's2swl_intel' [19:11, 17:10] ( 1 warnings 1095 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [10:05, 07:50](2151 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [06:30, 03:58](1682 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [19:11, 17:51] ( 1 warnings 998 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:52, 04:03](2143 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [18:11, 16:59] ( 1 warnings 1083 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [07:36, 05:16](3049 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:36, 01:37](3036 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:36, 00:58](2480 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [02:25, 00:54](2238 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:26, 00:31](2236 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:26, 00:24](1552 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [02:25, 00:54](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:25, 00:31](2234 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:26, 00:24](1550 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:24, 00:31](2152 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:24, 00:25](2163 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:24, 00:20](1502 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [11:11, 09:43] ( 1 warnings 539 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [03:27, 02:00](1600 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [03:30, 02:07](1618 MB) +PASS -- TEST 'control_latlon_intel' [04:24, 02:11](1612 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:28, 02:11](1618 MB) +PASS -- TEST 'control_c48_intel' [07:29, 05:40](1710 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [07:27, 05:25](844 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [07:29, 05:47](1707 MB) +PASS -- TEST 'control_c192_intel' [07:43, 06:08](1818 MB) +PASS -- TEST 'control_c384_intel' [10:21, 07:17](2009 MB) +PASS -- TEST 'control_c384gdas_intel' [12:19, 08:10](1475 MB) +PASS -- TEST 'control_stochy_intel' [03:22, 01:26](675 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:25, 00:52](556 MB) +PASS -- TEST 'control_lndp_intel' [03:22, 01:24](681 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [04:40, 02:32](968 MB) +PASS -- TEST 'control_p8_intel' [04:56, 02:25](1904 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [05:03, 02:33](1908 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:00, 02:27](1914 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [05:00, 02:30](1923 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [05:06, 02:37](1936 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [03:55, 01:46](2425 MB) +PASS -- TEST 'control_restart_p8_intel' [03:48, 01:31](1218 MB) +PASS -- TEST 'control_noqr_p8_intel' [04:56, 02:26](1907 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 01:32](1223 MB) +PASS -- TEST 'control_decomp_p8_intel' [04:56, 02:31](1894 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:51, 03:28](1998 MB) +PASS -- TEST 'control_p8_lndp_intel' [06:43, 04:14](1913 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [06:03, 03:34](1971 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:00, 02:32](1910 MB) +PASS -- TEST 'merra2_thompson_intel' [05:05, 02:54](1910 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [06:50, 04:33](1924 MB) +PASS -- TEST 'regional_control_intel' [06:38, 04:15](1205 MB) +PASS -- TEST 'regional_restart_intel' [04:25, 02:19](1187 MB) +PASS -- TEST 'regional_decomp_intel' [06:27, 04:29](1194 MB) +PASS -- TEST 'regional_2threads_intel' [06:24, 04:16](1103 MB) +PASS -- TEST 'regional_noquilt_intel' [06:31, 04:12](1500 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:25, 04:15](1202 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:23, 04:12](1200 MB) +PASS -- TEST 'regional_wofs_intel' [07:24, 05:32](2080 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [13:11, 11:28] ( 1 warnings 519 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [06:52, 04:15](1951 MB) + +PASS -- COMPILE 'rrfs_intel' [12:12, 10:53] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [04:40, 02:48](1101 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 03:07](1430 MB) +PASS -- TEST 'rap_decomp_intel' [04:40, 02:59](1061 MB) +PASS -- TEST 'rap_2threads_intel' [06:45, 04:22](1161 MB) +PASS -- TEST 'rap_restart_intel' [03:39, 01:34](1102 MB) +PASS -- TEST 'rap_sfcdiff_intel' [04:46, 02:50](1082 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:31, 02:59](1054 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [03:52, 01:33](1097 MB) +PASS -- TEST 'hrrr_control_intel' [04:39, 02:43](1098 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [04:39, 02:47](1055 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:42, 04:05](1132 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:25, 01:31](1044 MB) +PASS -- TEST 'rrfs_v1beta_intel' [06:53, 05:00](1185 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [08:19, 06:52](2019 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [08:21, 06:38](2162 MB) + +PASS -- COMPILE 'csawmg_intel' [10:12, 08:42] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [07:24, 05:16](1076 MB) +PASS -- TEST 'control_ras_intel' [04:17, 02:46](855 MB) + +PASS -- COMPILE 'wam_intel' [10:11, 08:16] ( 1 warnings 442 remarks ) +PASS -- TEST 'control_wam_intel' [11:35, 09:45](1676 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:42] ( 494 warnings 628 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:58](1636 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:56](1644 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:42](847 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:24](856 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:24, 03:39](1154 MB) +PASS -- TEST 'control_ras_debug_intel' [04:17, 02:30](857 MB) +PASS -- TEST 'control_diag_debug_intel' [04:25, 02:14](1702 MB) +PASS -- TEST 'control_debug_p8_intel' [04:33, 02:31](1933 MB) +PASS -- TEST 'regional_debug_intel' [16:28, 14:33](1156 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 04:04](1237 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:21, 04:39](1235 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:19, 04:07](1244 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:18, 04:15](1234 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:18, 04:18](1245 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:23, 04:20](1324 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:12](1239 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:20, 04:18](1240 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:19, 04:16](1238 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:18, 04:08](1241 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:18, 04:08](1244 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:18, 04:07](1243 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:20, 06:39](1237 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:21, 04:10](1244 MB) + +PASS -- COMPILE 'wam_debug_intel' [05:10, 03:09] ( 457 warnings 442 remarks ) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [10:10, 08:37] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:48, 03:00](1309 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:46, 02:32](1044 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:59, 02:56](1035 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [05:43, 03:46](1093 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:51, 03:38](1043 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:37, 03:07](994 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:51, 01:27](975 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:20, 01:36](976 MB) +PASS -- TEST 'conus13km_control_intel' [04:59, 02:46](1495 MB) +PASS -- TEST 'conus13km_2threads_intel' [03:44, 01:21](1325 MB) +PASS -- TEST 'conus13km_decomp_intel' [04:39, 02:45](1533 MB) +PASS -- TEST 'conus13km_restart_intel' [03:37, 01:38](1247 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [10:10, 08:10] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [04:05, 01:48](1048 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:10, 07:57] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:34, 03:21](1111 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:37] ( 330 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:17, 04:25](1124 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:16](1116 MB) +PASS -- TEST 'conus13km_debug_intel' [21:37, 19:41](1542 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [21:36, 19:53](1146 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:28, 21:21](1366 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [22:27, 20:40](1592 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [21:26, 19:45](1599 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:35] ( 330 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:19, 04:39](1212 MB) + +PASS -- COMPILE 'hafsw_intel' [13:11, 11:42] ( 1 warnings 738 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [05:42, 03:22](990 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:13, 04:58](1176 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [04:24, 02:54](1273 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [15:46, 13:55](1127 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:43, 04:36](589 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:54, 05:22](608 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [04:34, 02:10](435 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:27, 05:48](497 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:40, 03:00](607 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [04:36, 02:52](608 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 00:54](450 MB) +PASS -- TEST 'gnv1_nested_intel' [05:15, 02:50](1761 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [12:11, 10:46] ( 1 warnings 977 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [14:36, 11:17](833 MB) + +PASS -- COMPILE 'hafs_all_intel' [13:11, 11:10] ( 1 warnings 680 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [06:39, 05:07](1086 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:42, 05:09](1064 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [18:16, 16:15] ( 569 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:16, 02:25](1853 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:17, 01:34](1795 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:15, 02:15](1083 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:15, 02:15](1086 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:14, 02:17](1084 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:15, 02:23](1831 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:15, 02:24](1846 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:15, 02:16](1090 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:49, 05:44](1703 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:50, 05:33](1183 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:15, 02:24](1852 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:16, 03:47](4829 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:52](4833 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [04:11, 02:19] ( 2 warnings 569 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:16, 05:20](1780 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [02:11, 00:46] ( 129 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:26, 00:55](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:33](556 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:26, 00:23](556 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:11, 13:07] ( 1 warnings 656 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:48, 03:05](2046 MB) + +PASS -- COMPILE 'atml_intel' [11:11, 09:38] ( 9 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [04:54, 02:49](1876 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:40, 01:33](1200 MB) + +PASS -- COMPILE 'atml_debug_intel' [04:11, 03:06] ( 501 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:53, 04:46](1913 MB) + +PASS -- COMPILE 'atmw_intel' [11:11, 10:06] ( 1 warnings 568 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:47, 01:40](1938 MB) + +PASS -- COMPILE 'atmaero_intel' [13:11, 11:54] ( 1 warnings 460 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [05:48, 03:27](2007 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [05:40, 04:04](1797 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:38, 04:05](1812 MB) + +PASS -- COMPILE 'atmaq_intel' [10:11, 08:58] ( 1 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_intel' [14:17, 11:44](2941 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [18:14, 15:57](2946 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [04:11, 02:40] ( 474 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [34:06, 31:42](2957 MB) + +PASS -- COMPILE 'atm_fbh_intel' [10:11, 08:17] ( 4 warnings 466 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [11:23, 09:36](1082 MB) + +PASS -- COMPILE 'atm_gnu' [05:11, 03:45] ( 38 warnings ) +PASS -- TEST 'control_c48_gnu' [09:26, 07:42](1581 MB) +PASS -- TEST 'control_stochy_gnu' [04:20, 02:18](591 MB) +PASS -- TEST 'control_ras_gnu' [05:18, 03:44](593 MB) +PASS -- TEST 'control_p8_gnu' [05:52, 03:31](1541 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [05:36, 03:40](1543 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:11, 03:35] ( 38 warnings ) +PASS -- TEST 'rap_control_gnu' [06:37, 04:16](937 MB) +PASS -- TEST 'rap_decomp_gnu' [06:36, 04:18](937 MB) +PASS -- TEST 'rap_2threads_gnu' [05:49, 03:29](989 MB) +PASS -- TEST 'rap_restart_gnu' [04:50, 02:12](676 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:41, 04:12](932 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:35, 04:18](932 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [04:49, 02:11](672 MB) +PASS -- TEST 'hrrr_control_gnu' [05:48, 04:02](934 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:32, 04:04](921 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:34, 03:32](988 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:34, 04:06](933 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [03:18, 02:08](669 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:18, 02:05](752 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:54, 07:46](929 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:11, 03:14] ( 38 warnings ) +PASS -- TEST 'control_csawmg_gnu' [08:24, 06:48](834 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:11, 06:03] ( 41 warnings ) +PASS -- TEST 'control_diag_debug_gnu' [03:24, 01:17](1365 MB) +PASS -- TEST 'regional_debug_gnu' [09:24, 07:24](887 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:16, 02:25](948 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:18, 02:20](943 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:16, 02:12](946 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [04:16, 02:18](945 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:25, 02:31](1033 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:17, 03:54](938 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [04:17, 02:19](943 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:17, 01:19](581 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:17, 01:29](575 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:35, 01:18](1543 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:19, 02:08](955 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 04:06](949 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:11, 01:44] ( 38 warnings ) +PASS -- TEST 'control_wam_debug_gnu' [07:32, 05:14](1382 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [04:11, 03:08] ( 38 warnings ) +PASS -- TEST 'control_csawmg_debug_gnu' [03:24, 01:53](816 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:11, 03:25] ( 38 warnings ) +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [07:29, 05:17](791 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [06:52, 04:43](785 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [06:40, 04:42](834 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [06:34, 04:10](830 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [06:34, 04:56](787 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:48, 02:59](644 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [04:20, 02:36](642 MB) +PASS -- TEST 'conus13km_control_gnu' [06:50, 04:18](1030 MB) +PASS -- TEST 'conus13km_2threads_gnu' [03:42, 02:02](1017 MB) +PASS -- TEST 'conus13km_decomp_gnu' [06:35, 04:14](1035 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:35, 02:27](759 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [11:11, 09:27] ( 41 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [07:52, 05:24](819 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:11, 06:30] ( 41 warnings ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:17, 02:00](801 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 02:09](798 MB) +PASS -- TEST 'conus13km_debug_gnu' [10:34, 08:52](1052 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [10:29, 08:54](782 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [11:28, 09:13](1037 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [11:28, 09:09](1057 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [10:26, 09:00](1125 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [08:11, 06:32] ( 41 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 02:03](828 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_gnu' [17:10, 15:59] ( 38 warnings ) +PASS -- TEST 'cpld_control_gfsv17_gnu' [17:18, 14:10](1580 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_gnu' [03:10, 02:08] ( 1921 warnings ) +PASS -- TEST 'cpld_debug_gfsv17_gnu' [10:13, 07:10](1585 MB) + +PASS -- COMPILE 's2s_32bit_sfs_gnu' [17:11, 15:31] ( 38 warnings ) +PASS -- TEST 'cpld_control_sfs_gnu' [21:25, 16:17](1803 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_gnu' [03:10, 01:58] ( 1171 warnings ) +PASS -- TEST 'cpld_debug_sfs_gnu' [10:46, 05:54](1817 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [17:10, 15:22] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:18, 02:50](1604 MB) + +PASS -- COMPILE 'atm_mpas_dyn32_gnu' [04:11, 02:46] ( 1 warnings ) +PASS -- TEST 'control_gfs_mpas_gnu' [02:20, 00:36](6444 MB) SYNOPSIS: -Starting Date/Time: 20260313 15:50:59 -Ending Date/Time: 20260313 17:30:24 -Total Time: 01h:40m:31s -Compiles Completed: 57/57 -Tests Completed: 258/258 +Starting Date/Time: 20260317 11:35:53 +Ending Date/Time: 20260317 13:00:50 +Total Time: 01h:25m:57s +Compiles Completed: 51/51 +Tests Completed: 244/244 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_orion.log b/tests/logs/RegressionTests_orion.log index 0d59c21c8a..25d9f7d13c 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: -175c405715ffe4a13f2428af5b1a94bbea5ab866 +39db2782180abef9c1d0d71a8fcaa4b62aae2980 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,299 +41,276 @@ 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: /work2/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20260225 -COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_3696778 +BASELINE DIRECTORY: /work2/noaa/epic/UFS-WM_RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /work2/noaa/epic/gpetro/orion/RTs/ufs-wm/stmp/gpetro/FV3_RT/rt_1539843 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [29:11, 25:38] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [35:16, 17:32](2096 MB) -PASS -- TEST 'cpld_control_gefs_intel' [49:49, 20:23](3035 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [37:56, 07:20](2691 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [50:21, 21:21](3041 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [30:11, 26:40] ( 1 warnings 1091 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [42:32, 23:02](1957 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [30:25, 26:01](2139 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [15:27, 10:45](1224 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:41, 12:00](2086 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [38:36, 27:59](1871 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [26:11, 22:39] ( 1 warnings 987 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [20:01, 13:01](2228 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [17:00, 08:05](1513 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [10:11, 05:46] ( 359 warnings 987 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [19:33, 12:28](2257 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:11, 06:18] ( 359 warnings 1403 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:41, 23:14](1936 MB) - -PASS -- COMPILE 's2swa_intel' [28:12, 24:45] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [37:36, 18:21](2172 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [36:15, 17:16](2181 MB) -PASS -- TEST 'cpld_restart_p8_intel' [12:29, 08:34](1769 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [36:08, 17:02](2216 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [12:24, 08:29](1764 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [32:08, 12:50](2295 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [36:08, 17:21](2169 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [34:01, 14:56](2026 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [36:18, 17:18](2191 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [37:16, 17:28](2641 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [15:29, 09:10](2815 MB) - -PASS -- COMPILE 's2swal_intel' [29:11, 25:08] ( 1 warnings 1113 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [37:14, 17:36](2141 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:15, 08:38](1748 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [27:03, 08:48](2175 MB) - -PASS -- COMPILE 's2sw_intel' [30:11, 26:27] ( 1 warnings 1060 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [21:37, 17:35](1989 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:51, 08:27](2104 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:11, 06:44] ( 359 warnings 1372 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [20:12, 15:01](2209 MB) - -PASS -- COMPILE 's2sw_debug_intel' [10:11, 05:47] ( 359 warnings 1354 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [12:47, 07:59](2018 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [32:12, 28:27] ( 1 warnings 998 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:17, 06:40](2090 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [32:12, 28:34] ( 1 warnings 1083 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [26:03, 21:45](2024 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [14:40, 10:08](1234 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [28:05, 25:08](1931 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [13:08, 09:34](3050 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [07:08, 04:16](3037 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:14, 01:28](2474 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:41, 03:02](2221 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:37, 02:45](2236 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:54, 01:05](1549 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:40, 02:14](2235 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:42, 01:28](2234 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:49, 00:56](1549 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:38, 01:19](2164 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:44, 00:54](2162 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:47, 01:14](1508 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:11, 05:31] ( 359 warnings 1385 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [33:14, 30:01](1991 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [19:12, 15:13] ( 1 warnings 539 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [19:40, 02:35](1590 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [19:50, 02:47](1599 MB) -PASS -- TEST 'control_latlon_intel' [19:34, 02:43](1594 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [19:39, 02:46](1589 MB) -PASS -- TEST 'control_c48_intel' [25:45, 08:38](1712 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [24:43, 08:00](847 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [25:45, 08:52](1719 MB) -PASS -- TEST 'control_c192_intel' [24:59, 07:56](1769 MB) -PASS -- TEST 'control_c384_intel' [28:04, 09:46](1987 MB) -PASS -- TEST 'control_c384gdas_intel' [34:47, 14:08](1307 MB) -PASS -- TEST 'control_stochy_intel' [18:32, 01:53](660 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:45, 01:07](478 MB) -PASS -- TEST 'control_lndp_intel' [18:32, 01:48](658 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [22:47, 03:56](949 MB) -PASS -- TEST 'control_p8_intel' [07:00, 03:54](1881 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:37, 04:35](1882 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [07:40, 04:25](1894 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:40, 03:24](1898 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:45, 03:57](1911 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [05:14, 02:49](2401 MB) -PASS -- TEST 'control_restart_p8_intel' [04:47, 01:48](1132 MB) -PASS -- TEST 'control_noqr_p8_intel' [05:39, 03:01](1885 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [04:47, 01:49](1140 MB) -PASS -- TEST 'control_decomp_p8_intel' [05:14, 03:06](1871 MB) -PASS -- TEST 'control_2threads_p8_intel' [06:35, 03:28](1968 MB) -PASS -- TEST 'control_p8_lndp_intel' [07:50, 05:23](1894 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [07:23, 04:38](1944 MB) -PASS -- TEST 'control_p8_mynn_intel' [06:22, 03:54](1897 MB) -PASS -- TEST 'merra2_thompson_intel' [06:45, 03:41](1896 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:31, 05:42](1909 MB) -PASS -- TEST 'regional_control_intel' [08:46, 06:14](1093 MB) -PASS -- TEST 'regional_restart_intel' [05:49, 03:23](1099 MB) -PASS -- TEST 'regional_decomp_intel' [08:38, 06:27](1079 MB) -PASS -- TEST 'regional_2threads_intel' [05:41, 04:09](1034 MB) -PASS -- TEST 'regional_noquilt_intel' [07:45, 06:07](1362 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:42, 06:06](1090 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [08:49, 07:05](1079 MB) -PASS -- TEST 'regional_wofs_intel' [09:56, 07:37](1901 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [15:11, 13:59] ( 1 warnings 519 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:32, 04:38](1914 MB) - -PASS -- COMPILE 'rrfs_intel' [14:11, 12:53] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [07:20, 04:14](1039 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:09, 05:18](1352 MB) -PASS -- TEST 'rap_decomp_intel' [07:05, 04:25](1030 MB) -PASS -- TEST 'rap_2threads_intel' [07:35, 04:28](1096 MB) -PASS -- TEST 'rap_restart_intel' [06:04, 02:21](1008 MB) -PASS -- TEST 'rap_sfcdiff_intel' [07:27, 04:12](1039 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:22, 04:25](1029 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [05:47, 02:19](1008 MB) -PASS -- TEST 'hrrr_control_intel' [06:33, 04:04](1041 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [07:26, 04:11](1030 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [07:13, 04:12](1099 MB) -PASS -- TEST 'hrrr_control_restart_intel' [04:48, 02:15](968 MB) -PASS -- TEST 'rrfs_v1beta_intel' [10:33, 07:30](1039 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [11:28, 09:20](1993 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:38, 08:56](2018 MB) - -PASS -- COMPILE 'csawmg_intel' [19:11, 13:10] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [08:54, 06:14](1040 MB) -PASS -- TEST 'control_ras_intel' [05:26, 03:24](739 MB) - -PASS -- COMPILE 'wam_intel' [17:11, 12:54] ( 1 warnings 442 remarks ) -PASS -- TEST 'control_wam_intel' [14:56, 12:32](1668 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [11:11, 06:51] ( 494 warnings 628 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:39, 02:17](1614 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:31, 02:23](1623 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:26, 03:05](825 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:31, 02:47](827 MB) -PASS -- TEST 'control_csawmg_debug_intel' [06:51, 05:03](1137 MB) -PASS -- TEST 'control_ras_debug_intel' [04:27, 02:46](834 MB) -PASS -- TEST 'control_diag_debug_intel' [04:41, 02:48](1685 MB) -PASS -- TEST 'control_debug_p8_intel' [05:57, 03:46](1907 MB) -PASS -- TEST 'regional_debug_intel' [20:49, 18:52](1099 MB) -PASS -- TEST 'rap_control_debug_intel' [06:30, 05:01](1211 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:31, 04:57](1207 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:27, 05:02](1213 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:27, 04:53](1208 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:31, 04:57](1210 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:39, 05:17](1295 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:24, 05:07](1215 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:23, 04:59](1208 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:24, 04:55](1208 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:26, 05:00](1201 MB) -PASS -- TEST 'rap_noah_debug_intel' [23:32, 04:53](1206 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [09:28, 05:14](1203 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [25:29, 08:01](1210 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [22:45, 05:22](1212 MB) - -PASS -- COMPILE 'wam_debug_intel' [09:11, 04:37] ( 457 warnings 442 remarks ) -PASS -- TEST 'control_wam_debug_intel' [30:09, 13:16](1700 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [16:11, 12:25] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [22:24, 05:04](1242 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [21:26, 03:50](939 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [21:18, 03:44](917 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [21:03, 04:06](983 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [21:50, 03:57](958 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [20:29, 03:52](912 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:35, 02:06](888 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [04:15, 02:04](875 MB) -PASS -- TEST 'conus13km_control_intel' [19:18, 03:46](1305 MB) -PASS -- TEST 'conus13km_2threads_intel' [16:57, 01:33](1220 MB) -PASS -- TEST 'conus13km_decomp_intel' [19:00, 03:48](1338 MB) -PASS -- TEST 'conus13km_restart_intel' [04:59, 02:10](1190 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [16:11, 12:52] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [18:35, 03:04](972 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [17:11, 12:32] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [18:58, 04:30](1007 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [10:11, 04:26] ( 330 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [19:28, 05:12](1084 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [18:31, 04:57](1079 MB) -PASS -- TEST 'conus13km_debug_intel' [36:13, 22:24](1350 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [36:01, 23:00](1054 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [34:56, 21:42](1266 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [35:54, 23:15](1394 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [35:52, 22:58](1419 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [08:10, 05:02] ( 330 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [16:29, 05:05](1177 MB) - -PASS -- COMPILE 'hafsw_intel' [23:11, 19:49] ( 1 warnings 738 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [16:02, 04:50](871 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [18:41, 07:42](1055 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [13:38, 04:24](1186 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [38:01, 29:37](1130 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [09:05, 06:35](493 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [10:13, 07:27](499 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [05:49, 03:18](366 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:21, 08:14](415 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [07:00, 04:22](524 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:00, 04:08](521 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:32, 01:26](395 MB) -PASS -- TEST 'gnv1_nested_intel' [06:58, 03:53](1729 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [17:13, 16:08] ( 1 warnings 977 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:01, 11:28](718 MB) - -PASS -- COMPILE 'hafs_all_intel' [16:11, 14:27] ( 1 warnings 680 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [12:07, 09:17](950 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:57, 06:34](937 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [25:11, 22:35] ( 569 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:23, 03:32](1853 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:22, 02:28](1793 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:21, 03:09](1092 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:20, 03:14](1089 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:19, 03:13](1084 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:20, 03:30](1851 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:20, 03:34](1833 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [05:22, 03:13](1105 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:24, 07:41](1659 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:25, 07:18](1016 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:19, 03:29](1849 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:52](4835 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [07:21, 05:57](4830 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [06:10, 03:43] ( 2 warnings 569 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:21, 06:55](1776 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:19] ( 129 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:35, 01:19](251 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:27, 00:50](312 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:36, 00:30](309 MB) - -PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:36] ( 167 remarks ) -PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:35, 00:37](561 MB) -PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:37, 00:21](453 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [26:11, 23:55] ( 1 warnings 656 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [07:25, 04:51](1984 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [15:11, 13:16] ( 1 warnings 544 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [08:24, 05:18](1991 MB) - -PASS -- COMPILE 'atml_intel' [16:11, 14:55] ( 9 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [06:38, 03:41](1848 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:12, 02:01](1107 MB) - -PASS -- COMPILE 'atml_debug_intel' [08:10, 05:56] ( 501 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:33, 04:55](1888 MB) - -PASS -- COMPILE 'atmw_intel' [15:11, 14:01] ( 1 warnings 568 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:25, 02:04](1904 MB) - -PASS -- COMPILE 'atmaero_intel' [16:11, 14:48] ( 1 warnings 460 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [07:19, 04:24](1985 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [08:04, 05:13](1761 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:19, 05:17](1788 MB) - -PASS -- COMPILE 'atmaq_intel' [15:11, 13:47] ( 1 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_intel' [21:14, 18:04](2919 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [25:53, 22:38](2913 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:11, 04:46] ( 474 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [43:22, 40:04](2922 MB) - -PASS -- COMPILE 'atm_fbh_intel' [13:11, 11:59] ( 4 warnings 466 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:31, 14:13](1084 MB) +PASS -- COMPILE 's2swa_32bit_intel' [31:11, 29:52] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [32:31, 18:52](3037 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [21:35, 05:46](2699 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [32:32, 19:50](3050 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [27:11, 25:45] ( 1 warnings 1073 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [26:03, 22:37](1961 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [29:43, 24:40](2135 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [13:48, 09:30](1229 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [15:03, 10:35](2088 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [29:44, 26:47](1882 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [30:11, 28:13] ( 1 warnings 987 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [18:47, 12:27](2230 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [12:57, 06:26](1514 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:11, 05:34] ( 359 warnings 987 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [16:12, 11:27](2260 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [07:11, 05:26] ( 359 warnings 1385 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [25:30, 21:49](1944 MB) + +PASS -- COMPILE 's2swa_intel' [30:11, 28:32] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [20:32, 17:07](2196 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [19:19, 15:46](2183 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:04, 08:24](1769 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [15:04, 11:32](2288 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [19:11, 16:08](2172 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [16:56, 13:32](2065 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [19:13, 15:58](2188 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [20:33, 16:01](2665 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [13:53, 08:56](2854 MB) + +PASS -- COMPILE 's2swl_intel' [26:11, 24:50] ( 1 warnings 1095 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [19:38, 16:46](2077 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [12:07, 08:16](1503 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [24:11, 23:02] ( 1 warnings 998 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:01, 04:28](2096 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [31:11, 29:32] ( 1 warnings 1083 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:08, 07:39](3047 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [05:04, 02:24](3035 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:02, 01:25](2470 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [03:44, 01:20](2241 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:45, 00:46](2234 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:32, 00:35](1551 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:43, 01:20](2236 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:42, 00:48](2233 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:36, 00:34](1548 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:40, 00:48](2166 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:37, 00:40](2168 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [02:32, 00:31](1496 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [17:11, 16:08] ( 1 warnings 539 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [04:39, 02:30](1586 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:44, 02:42](1595 MB) +PASS -- TEST 'control_latlon_intel' [04:36, 02:39](1590 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:41, 02:40](1596 MB) +PASS -- TEST 'control_c48_intel' [10:43, 08:35](1712 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:40, 07:57](846 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:43, 08:49](1719 MB) +PASS -- TEST 'control_c192_intel' [10:04, 07:48](1785 MB) +PASS -- TEST 'control_c384_intel' [14:10, 09:31](1974 MB) +PASS -- TEST 'control_c384gdas_intel' [16:28, 10:30](1300 MB) +PASS -- TEST 'control_stochy_intel' [03:30, 01:50](655 MB) +PASS -- TEST 'control_stochy_restart_intel' [02:37, 01:07](486 MB) +PASS -- TEST 'control_lndp_intel' [03:30, 01:43](659 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [05:16, 03:07](946 MB) +PASS -- TEST 'control_p8_intel' [05:46, 03:02](1875 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [06:49, 03:14](1880 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [05:59, 03:00](1893 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [06:01, 02:58](1902 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [06:17, 03:07](1914 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [04:44, 02:05](2403 MB) +PASS -- TEST 'control_restart_p8_intel' [04:20, 01:48](1129 MB) +PASS -- TEST 'control_noqr_p8_intel' [05:46, 02:59](1874 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:20, 01:46](1127 MB) +PASS -- TEST 'control_decomp_p8_intel' [05:46, 03:04](1882 MB) +PASS -- TEST 'control_2threads_p8_intel' [06:43, 03:26](1961 MB) +PASS -- TEST 'control_p8_lndp_intel' [08:16, 05:13](1887 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:44, 04:36](1931 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:56, 03:13](1899 MB) +PASS -- TEST 'merra2_thompson_intel' [07:10, 03:37](1888 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [08:33, 05:29](1903 MB) +PASS -- TEST 'regional_control_intel' [09:13, 06:08](1087 MB) +PASS -- TEST 'regional_restart_intel' [05:42, 03:19](1097 MB) +PASS -- TEST 'regional_decomp_intel' [08:36, 06:25](1083 MB) +PASS -- TEST 'regional_2threads_intel' [05:42, 04:08](1033 MB) +PASS -- TEST 'regional_noquilt_intel' [08:48, 06:05](1364 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [07:39, 06:05](1093 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [07:36, 06:06](1085 MB) +PASS -- TEST 'regional_wofs_intel' [09:39, 07:37](1903 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [15:11, 13:42] ( 1 warnings 519 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [07:16, 04:28](1915 MB) + +PASS -- COMPILE 'rrfs_intel' [14:11, 12:45] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [07:20, 04:14](1035 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:24, 05:16](1350 MB) +PASS -- TEST 'rap_decomp_intel' [07:05, 04:24](1030 MB) +PASS -- TEST 'rap_2threads_intel' [07:10, 04:28](1107 MB) +PASS -- TEST 'rap_restart_intel' [06:26, 02:20](1005 MB) +PASS -- TEST 'rap_sfcdiff_intel' [07:37, 04:11](1039 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [07:31, 04:24](1028 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [06:13, 02:18](1005 MB) +PASS -- TEST 'hrrr_control_intel' [06:33, 04:03](1041 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [07:40, 04:11](1032 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [07:33, 04:12](1109 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:29, 02:15](961 MB) +PASS -- TEST 'rrfs_v1beta_intel' [10:18, 07:31](1039 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [11:25, 09:19](1990 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [10:24, 09:02](2008 MB) + +PASS -- COMPILE 'csawmg_intel' [15:11, 13:23] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [08:42, 06:14](1042 MB) +PASS -- TEST 'control_ras_intel' [05:24, 03:22](741 MB) + +PASS -- COMPILE 'wam_intel' [14:11, 12:11] ( 1 warnings 442 remarks ) +PASS -- TEST 'control_wam_intel' [14:46, 12:29](1675 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [08:10, 06:31] ( 494 warnings 628 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:46, 02:14](1606 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:41, 02:17](1620 MB) +PASS -- TEST 'control_stochy_debug_intel' [04:34, 03:03](818 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:21, 02:43](824 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:35, 04:15](1126 MB) +PASS -- TEST 'control_ras_debug_intel' [04:22, 02:46](836 MB) +PASS -- TEST 'control_diag_debug_intel' [04:28, 02:48](1684 MB) +PASS -- TEST 'control_debug_p8_intel' [04:43, 02:43](1909 MB) +PASS -- TEST 'regional_debug_intel' [19:42, 17:23](1101 MB) +PASS -- TEST 'rap_control_debug_intel' [06:23, 04:47](1214 MB) +PASS -- TEST 'hrrr_control_debug_intel' [06:28, 04:54](1205 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [06:22, 04:57](1210 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:22, 05:01](1217 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:53](1207 MB) +PASS -- TEST 'rap_diag_debug_intel' [07:31, 05:09](1302 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:22, 05:02](1199 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 05:03](1205 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:24, 05:06](1212 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:25, 04:55](1207 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:24, 04:52](1211 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:20, 04:47](1206 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [10:21, 08:10](1214 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:27, 04:57](1210 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:10, 04:30] ( 457 warnings 442 remarks ) +PASS -- TEST 'control_wam_debug_intel' [16:28, 13:25](1695 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [14:11, 12:14] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:07, 04:57](1239 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [06:21, 03:45](939 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:51, 03:36](927 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:00, 03:59](968 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [06:43, 03:49](962 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:23, 03:46](907 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [04:33, 02:04](881 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:56, 02:02](882 MB) +PASS -- TEST 'conus13km_control_intel' [06:14, 03:40](1311 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:02, 01:28](1224 MB) +PASS -- TEST 'conus13km_decomp_intel' [05:57, 03:45](1337 MB) +PASS -- TEST 'conus13km_restart_intel' [03:53, 02:06](1191 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [14:11, 12:19] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [05:16, 02:48](968 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [14:11, 12:33] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [06:52, 04:23](1010 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:11, 04:31] ( 330 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:26, 04:55](1090 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:29, 04:44](1087 MB) +PASS -- TEST 'conus13km_debug_intel' [24:58, 22:48](1345 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [24:51, 22:57](1081 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [23:52, 21:36](1266 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [24:50, 23:08](1393 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [24:50, 22:29](1411 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:11, 04:27] ( 330 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:30, 05:01](1171 MB) + +PASS -- COMPILE 'hafsw_intel' [20:11, 18:52] ( 1 warnings 738 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:51, 04:37](867 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [08:30, 05:58](1076 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:31, 04:17](1188 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [31:53, 29:33](994 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:55, 06:34](491 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:59, 07:30](510 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [05:46, 03:16](367 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:54, 08:07](417 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:50, 04:19](520 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 04:07](526 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:31, 01:22](396 MB) +PASS -- TEST 'gnv1_nested_intel' [06:41, 03:47](1721 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [17:11, 15:33] ( 1 warnings 977 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [15:16, 11:21](712 MB) + +PASS -- COMPILE 'hafs_all_intel' [15:10, 13:52] ( 1 warnings 680 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [08:55, 06:34](949 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:58, 06:34](936 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [24:11, 22:42] ( 569 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [05:20, 03:31](1846 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:21, 02:24](1793 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:19, 03:09](1086 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [05:21, 03:10](1090 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [05:22, 03:11](1099 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [05:19, 03:27](1856 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:19, 03:28](1835 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:19, 03:08](1085 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [10:18, 07:36](1664 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [10:13, 07:13](1011 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [05:17, 03:30](1843 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [07:20, 05:51](4820 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [07:19, 05:53](4830 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 03:52] ( 2 warnings 569 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [08:19, 06:53](1776 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 01:21] ( 129 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:37, 01:12](247 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:28, 00:46](311 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:30, 00:30](312 MB) + +PASS -- COMPILE 'datm_cdeps_lm4_intel' [03:10, 01:32] ( 167 remarks ) +PASS -- TEST 'datm_cdeps_lm4_gswp3_intel' [02:32, 00:36](561 MB) +PASS -- TEST 'datm_cdeps_lm4_gswp3_rst_intel' [02:33, 00:20](443 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [24:11, 22:52] ( 1 warnings 656 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [06:09, 03:46](1980 MB) + +PASS -- COMPILE 'atml_intel' [16:11, 15:08] ( 9 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [06:36, 03:30](1851 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:52, 01:58](1107 MB) + +PASS -- COMPILE 'atml_debug_intel' [07:11, 05:52] ( 501 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [07:29, 04:55](1888 MB) + +PASS -- COMPILE 'atmw_intel' [15:11, 13:10] ( 1 warnings 568 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [04:23, 02:04](1904 MB) + +PASS -- COMPILE 'atmaero_intel' [16:11, 14:36] ( 1 warnings 460 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [07:12, 04:21](1985 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [08:01, 05:12](1760 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [08:01, 05:17](1774 MB) + +PASS -- COMPILE 'atmaq_intel' [15:10, 13:35] ( 1 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_intel' [21:06, 17:26](2917 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [24:46, 22:00](2919 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:10, 04:37] ( 474 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [42:44, 39:26](2923 MB) + +PASS -- COMPILE 'atm_fbh_intel' [13:10, 11:55] ( 4 warnings 466 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [16:20, 14:14](1081 MB) SYNOPSIS: -Starting Date/Time: 20260313 15:50:57 -Ending Date/Time: 20260313 19:14:46 -Total Time: 03h:24m:52s -Compiles Completed: 41/41 -Tests Completed: 198/198 +Starting Date/Time: 20260317 08:07:20 +Ending Date/Time: 20260317 09:57:07 +Total Time: 01h:50m:32s +Compiles Completed: 36/36 +Tests Completed: 185/185 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/logs/RegressionTests_ursa.log b/tests/logs/RegressionTests_ursa.log index d99cdd45f2..739cf33951 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: -98c91b21b7b1dd23d65eb3651f763fd229293f95 +9cb2928400d2792356ccab6bf0b71e9553857ca1 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,414 +41,460 @@ 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-20260225 -COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3890995 +BASELINE DIRECTORY: /scratch4/NAGAPE/epic/role-epic/UFS-WM_RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1154352 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:21] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [25:05, 06:22](2175 MB) -PASS -- TEST 'cpld_control_gefs_intel' [46:06, 20:26](3203 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [15:17, 06:21](2934 MB) -PASS -- TEST 'cpld_dcp_gefs_intel' [59:41, 32:33](3428 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [16:11, 14:25] ( 1 warnings 1091 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [31:46, 09:21](2051 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [12:01, 10:04](2656 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [05:49, 03:49](1518 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [06:59, 04:33](2339 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [35:38, 16:48](1995 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [15:11, 13:19] ( 1 warnings 987 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [31:54, 08:10](2414 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [08:24, 04:20](1912 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [04:11, 02:58] ( 359 warnings 987 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [14:12, 08:46](2437 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [05:11, 04:07] ( 359 warnings 1403 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [16:58, 13:21](2077 MB) - -PASS -- COMPILE 's2swa_intel' [17:11, 15:22] ( 1 warnings 1092 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [28:52, 07:25](2483 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [29:06, 06:39](2537 MB) -PASS -- TEST 'cpld_restart_p8_intel' [05:50, 03:36](2261 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [28:04, 06:41](2358 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:52, 03:37](1968 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [33:49, 12:45](2976 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [28:42, 07:00](2467 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [33:41, 11:38](2291 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [30:04, 07:24](2475 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [44:47, 22:42](3563 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [18:14, 14:43](3473 MB) - -PASS -- COMPILE 's2swal_intel' [16:11, 15:08] ( 1 warnings 1113 remarks ) -PASS -- TEST 'cpld_control_p8_lnd_intel' [27:06, 07:45](2499 MB) -PASS -- TEST 'cpld_restart_p8_lnd_intel' [05:54, 03:44](2272 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [19:02, 05:55](3179 MB) - -PASS -- COMPILE 's2sw_intel' [15:11, 13:28] ( 1 warnings 1060 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [18:48, 06:27](2084 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [32:01, 29:14](3027 MB) - -PASS -- COMPILE 's2swa_debug_intel' [05:11, 03:39] ( 359 warnings 1372 remarks ) -PASS -- TEST 'cpld_debug_p8_intel' [13:06, 09:18](2398 MB) - -PASS -- COMPILE 's2sw_debug_intel' [05:11, 03:42] ( 359 warnings 1354 remarks ) -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:53, 04:28](2111 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:16] ( 1 warnings 998 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [15:01, 04:03](2172 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [15:11, 13:57] ( 1 warnings 1083 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:51, 08:21](2151 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [05:48, 03:53](1669 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [21:37, 11:53](2102 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [06:34, 04:03](3034 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:32, 01:22](3019 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [02:28, 00:51](2459 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [03:28, 00:53](2211 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:27, 00:33](2207 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [02:25, 00:26](1531 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [03:28, 00:51](2208 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:34](2207 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [02:25, 00:26](1532 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [02:27, 00:35](2141 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:26, 00:27](2135 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:24, 00:23](1489 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [04:11, 02:54] ( 359 warnings 1385 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [21:53, 19:21](2196 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [08:11, 07:09] ( 1 warnings 539 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:25, 01:37](2222 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:30, 01:56](2225 MB) -PASS -- TEST 'control_latlon_intel' [05:23, 01:36](2219 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:25, 01:50](2218 MB) -PASS -- TEST 'control_c48_intel' [06:26, 04:17](1665 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [05:25, 04:06](804 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [06:26, 04:24](1667 MB) -PASS -- TEST 'control_c192_intel' [08:36, 05:17](1807 MB) -PASS -- TEST 'control_c384_intel' [12:18, 05:35](2094 MB) -PASS -- TEST 'control_c384gdas_intel' [25:08, 06:32](1905 MB) -PASS -- TEST 'control_stochy_intel' [05:23, 01:09](1292 MB) -PASS -- TEST 'control_stochy_restart_intel' [07:18, 00:41](1219 MB) -PASS -- TEST 'control_lndp_intel' [05:23, 01:05](1290 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [22:37, 08:30](1602 MB) -PASS -- TEST 'control_p8_intel' [20:43, 02:01](2497 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [24:57, 02:07](2515 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [22:46, 02:00](2514 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [24:49, 01:59](2533 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [24:50, 02:07](2543 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:49, 02:13](2422 MB) -PASS -- TEST 'control_restart_p8_intel' [06:39, 01:21](1856 MB) -PASS -- TEST 'control_noqr_p8_intel' [22:41, 02:00](2510 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [06:30, 01:13](1849 MB) -PASS -- TEST 'control_decomp_p8_intel' [20:39, 02:07](2504 MB) -PASS -- TEST 'control_2threads_p8_intel' [18:50, 01:42](2016 MB) -PASS -- TEST 'control_p8_lndp_intel' [24:39, 03:28](2510 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [25:46, 02:48](2574 MB) -PASS -- TEST 'control_p8_mynn_intel' [20:48, 02:08](2528 MB) -PASS -- TEST 'merra2_thompson_intel' [24:48, 02:20](2528 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [08:32, 03:29](2535 MB) -PASS -- TEST 'regional_control_intel' [07:25, 03:24](1706 MB) -PASS -- TEST 'regional_restart_intel' [03:25, 02:08](1688 MB) -PASS -- TEST 'regional_decomp_intel' [07:24, 03:30](1723 MB) -PASS -- TEST 'regional_2threads_intel' [05:25, 02:05](1570 MB) -PASS -- TEST 'regional_noquilt_intel' [08:27, 03:22](1986 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [07:27, 03:23](1719 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:24, 03:27](1706 MB) -PASS -- TEST 'regional_wofs_intel' [06:27, 04:16](2670 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:11, 06:33] ( 1 warnings 519 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [04:39, 02:42](2558 MB) - -PASS -- COMPILE 'rrfs_intel' [08:10, 06:32] ( 4 warnings 490 remarks ) -PASS -- TEST 'rap_control_intel' [04:24, 02:26](1786 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [04:47, 02:43](1570 MB) -PASS -- TEST 'rap_decomp_intel' [04:24, 02:31](1714 MB) -PASS -- TEST 'rap_2threads_intel' [03:30, 02:00](1170 MB) -PASS -- TEST 'rap_restart_intel' [03:27, 01:21](1764 MB) -PASS -- TEST 'rap_sfcdiff_intel' [04:32, 02:38](1789 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [04:24, 02:32](1732 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [03:26, 01:23](1770 MB) -PASS -- TEST 'hrrr_control_intel' [04:26, 02:23](1767 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [04:23, 02:42](1700 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [03:31, 01:55](1166 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:20, 01:19](1727 MB) -PASS -- TEST 'rrfs_v1beta_intel' [06:39, 04:21](1922 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [07:19, 05:51](2662 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [07:19, 05:47](2894 MB) - -PASS -- COMPILE 'csawmg_intel' [07:11, 06:00] ( 1 warnings 459 remarks ) -PASS -- TEST 'control_csawmg_intel' [06:27, 04:19](1753 MB) -PASS -- TEST 'control_ras_intel' [04:17, 03:00](1591 MB) - -PASS -- COMPILE 'wam_intel' [08:10, 06:09] ( 1 warnings 442 remarks ) -PASS -- TEST 'control_wam_intel' [09:37, 08:02](2413 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:50] ( 494 warnings 628 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [03:21, 01:41](2241 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [03:20, 01:42](2263 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:17, 02:32](1479 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:17, 02:17](1474 MB) -PASS -- TEST 'control_csawmg_debug_intel' [04:26, 03:01](1783 MB) -PASS -- TEST 'control_ras_debug_intel' [04:19, 02:12](1489 MB) -PASS -- TEST 'control_diag_debug_intel' [04:23, 02:16](2317 MB) -PASS -- TEST 'control_debug_p8_intel' [03:29, 02:00](2550 MB) -PASS -- TEST 'regional_debug_intel' [13:31, 12:04](1617 MB) -PASS -- TEST 'rap_control_debug_intel' [05:19, 03:31](1866 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:18, 04:12](1862 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [05:17, 03:30](1866 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:18, 03:30](1857 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:17, 03:31](1866 MB) -PASS -- TEST 'rap_diag_debug_intel' [05:24, 03:47](1946 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [05:17, 03:34](1875 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:05](1882 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:17, 03:34](1882 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:17, 03:28](1865 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:17, 03:27](1859 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:17, 03:32](1881 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [07:17, 06:07](1862 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [05:18, 03:31](1869 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:30, 06:07](1867 MB) - -PASS -- COMPILE 'wam_debug_intel' [04:11, 02:15] ( 457 warnings 442 remarks ) -PASS -- TEST 'control_wam_debug_intel' [11:31, 09:29](2307 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [07:10, 05:51] ( 4 warnings 457 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [04:46, 02:29](1489 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [04:21, 02:11](1730 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [03:27, 02:03](1723 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [03:27, 01:41](1062 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [03:21, 01:37](1041 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:20, 02:08](1654 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [03:23, 01:09](1625 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:17, 01:07](1610 MB) -PASS -- TEST 'conus13km_control_intel' [04:48, 01:55](1768 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:36, 00:52](1780 MB) -PASS -- TEST 'conus13km_decomp_intel' [03:32, 01:53](1801 MB) -PASS -- TEST 'conus13km_restart_intel' [02:32, 01:08](1545 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [08:11, 06:03] ( 4 warnings 487 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [03:41, 01:22](1349 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [07:13, 06:01] ( 4 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [04:30, 02:39](1797 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:10, 02:10] ( 330 warnings 463 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:17, 03:22](1748 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:18, 03:28](1753 MB) -PASS -- TEST 'conus13km_debug_intel' [16:33, 14:47](1797 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [16:32, 14:53](1418 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [10:30, 08:22](1828 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [17:29, 15:14](1848 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [16:30, 14:52](1875 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:21] ( 330 warnings 457 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 03:29](1867 MB) - -PASS -- COMPILE 'hafsw_intel' [11:10, 09:10] ( 1 warnings 738 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [04:38, 02:45](1153 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:54, 03:57](1373 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:23, 02:23](1471 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [33:36, 31:10](1333 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [06:40, 03:37](789 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [07:43, 04:18](812 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:34, 01:34](524 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [08:16, 04:21](612 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [04:37, 02:18](746 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:38, 03:12](749 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [02:23, 00:44](518 MB) -PASS -- TEST 'gnv1_nested_intel' [04:56, 02:19](1718 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [10:10, 08:25] ( 1 warnings 977 remarks ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [20:19, 17:30](1087 MB) - -PASS -- COMPILE 'hafs_all_intel' [10:10, 08:14] ( 1 warnings 680 remarks ) -PASS -- TEST 'hafs_regional_docn_intel' [06:33, 04:17](1294 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [06:33, 04:23](1279 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [13:10, 11:17] ( 569 remarks ) -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [03:16, 02:04](1915 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:16, 01:20](1867 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:15, 01:53](1168 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [08:16, 06:52](1168 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:15, 01:55](1164 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [03:15, 01:58](1910 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [03:15, 02:01](1922 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:15, 06:51](1153 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:57, 05:23](1812 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:48, 05:12](1326 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [03:13, 02:02](1915 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [05:15, 03:26](4789 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [05:16, 03:24](4788 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:10, 02:10] ( 2 warnings 569 remarks ) -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:15, 03:57](1835 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:10, 00:45] ( 129 remarks ) -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:25, 00:44](358 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:20, 00:31](625 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:20, 00:37](622 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [13:10, 11:33] ( 1 warnings 656 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [04:47, 03:04](2839 MB) - -PASS -- COMPILE 'atm_ds2s_docn_dice_intel' [08:11, 06:18] ( 1 warnings 544 remarks ) -PASS -- TEST 'atm_ds2s_docn_dice_intel' [05:51, 03:21](2857 MB) - -PASS -- COMPILE 'atml_intel' [09:11, 07:06] ( 9 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_intel' [04:44, 02:20](1905 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:30, 01:22](1287 MB) - -PASS -- COMPILE 'atml_debug_intel' [05:10, 03:17] ( 501 warnings 593 remarks ) -PASS -- TEST 'control_p8_atmlnd_debug_intel' [06:41, 04:13](1945 MB) - -PASS -- COMPILE 'atmw_intel' [09:11, 07:13] ( 1 warnings 568 remarks ) -PASS -- TEST 'atmwav_control_noaero_p8_intel' [15:39, 13:30](2689 MB) - -PASS -- COMPILE 'atmaero_intel' [10:11, 08:54] ( 1 warnings 460 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [05:45, 03:16](1998 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [05:36, 03:30](2388 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [05:37, 04:07](2412 MB) - -PASS -- COMPILE 'atmaq_intel' [08:10, 06:49] ( 1 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_intel' [13:27, 10:24](2876 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [17:19, 14:15](2878 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [04:10, 02:35] ( 474 warnings 645 remarks ) -PASS -- TEST 'regional_atmaq_debug_intel' [30:17, 27:12](2892 MB) - -PASS -- COMPILE 'atm_fbh_intel' [07:10, 05:42] ( 4 warnings 466 remarks ) -PASS -- TEST 'cpld_regional_atm_fbh_intel' [08:21, 07:04](1131 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intelllvm' [14:10, 12:47] -PASS -- TEST 'cpld_control_gfsv17_intelllvm' [11:47, 09:24](2065 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intelllvm' [05:12, 03:20] -PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [15:49, 13:55](2098 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [16:11, 13:47] -PASS -- TEST 'cpld_control_sfs_intelllvm' [11:53, 08:34](2389 MB) - -PASS -- COMPILE 's2swa_intelllvm' [15:11, 13:48] -PASS -- TEST 'cpld_control_p8_intelllvm' [10:06, 07:52](2508 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [07:11, 05:55] -PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [03:27, 02:08](1717 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:10, 06:02] -PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [04:29, 02:41](1785 MB) - -PASS -- COMPILE 'datm_cdeps_intelllvm' [13:11, 10:54] -PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [09:16, 07:13](1926 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:11, 02:17] -PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:15, 04:24](1830 MB) - -PASS -- COMPILE 'atm_gnu' [04:10, 02:56] ( 39 warnings ) -PASS -- TEST 'control_c48_gnu' [20:26, 18:35](1508 MB) -PASS -- TEST 'control_stochy_gnu' [03:17, 02:04](509 MB) -PASS -- TEST 'control_ras_gnu' [05:17, 03:09](514 MB) -PASS -- TEST 'control_p8_gnu' [05:46, 03:06](1457 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:39, 03:04](1470 MB) - -PASS -- COMPILE 'rrfs_gnu' [04:10, 02:45] ( 39 warnings ) -PASS -- TEST 'rap_control_gnu' [06:31, 03:33](846 MB) -PASS -- TEST 'rap_decomp_gnu' [06:26, 03:27](847 MB) -PASS -- TEST 'rap_2threads_gnu' [10:26, 02:39](899 MB) -PASS -- TEST 'rap_restart_gnu' [05:26, 01:49](581 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [05:32, 03:36](846 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:23, 03:28](848 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [06:28, 01:50](581 MB) -PASS -- TEST 'hrrr_control_gnu' [07:34, 03:20](848 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [07:28, 03:19](834 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [08:23, 02:35](889 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [10:23, 03:19](851 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [05:20, 01:48](579 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [05:20, 01:45](662 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [13:35, 06:18](845 MB) - -PASS -- COMPILE 'csawmg_gnu' [04:11, 02:34] ( 39 warnings ) -PASS -- TEST 'control_csawmg_gnu' [12:26, 05:41](753 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:11, 05:20] ( 42 warnings ) -PASS -- TEST 'control_diag_debug_gnu' [06:25, 01:15](1281 MB) -PASS -- TEST 'regional_debug_gnu' [11:29, 05:40](781 MB) -PASS -- TEST 'rap_control_debug_gnu' [05:18, 01:48](854 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 01:44](856 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [06:18, 01:48](862 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [05:18, 01:48](860 MB) -PASS -- TEST 'rap_diag_debug_gnu' [05:26, 01:59](942 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [06:18, 02:48](853 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [05:18, 01:49](853 MB) -PASS -- TEST 'control_ras_debug_gnu' [04:17, 01:07](499 MB) -PASS -- TEST 'control_stochy_debug_gnu' [05:17, 01:13](492 MB) -PASS -- TEST 'control_debug_p8_gnu' [04:33, 01:20](1465 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [05:20, 01:49](856 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [06:32, 03:01](864 MB) - -PASS -- COMPILE 'wam_debug_gnu' [03:10, 01:23] ( 39 warnings ) -PASS -- TEST 'control_wam_debug_gnu' [07:36, 04:34](1304 MB) - -PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:11, 02:37] ( 39 warnings ) -PASS -- TEST 'control_csawmg_debug_gnu' [03:26, 01:46](736 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [04:11, 02:48] ( 39 warnings ) -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [05:22, 03:17](706 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:22, 03:08](709 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [04:28, 02:29](731 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [04:27, 02:22](728 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [04:22, 03:08](709 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [03:24, 01:42](553 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:18, 01:39](557 MB) -PASS -- TEST 'conus13km_control_gnu' [04:48, 02:58](903 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:38, 01:11](906 MB) -PASS -- TEST 'conus13km_decomp_gnu' [05:36, 02:57](907 MB) -PASS -- TEST 'conus13km_restart_gnu' [03:32, 01:46](580 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [08:14, 06:32] ( 42 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [05:31, 03:38](734 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:13, 05:13] ( 42 warnings ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:18, 01:46](715 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:18, 01:46](718 MB) -PASS -- TEST 'conus13km_debug_gnu' [09:35, 07:04](921 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [09:33, 07:02](650 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [06:31, 04:07](910 MB) -PASS -- TEST 'conus13km_debug_decomp_gnu' [09:30, 07:24](924 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [09:31, 07:06](988 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:11, 05:25] ( 42 warnings ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:17, 01:49](741 MB) - -PASS -- COMPILE 's2swa_gnu' [13:11, 11:21] ( 39 warnings ) -PASS -- TEST 'cpld_control_p8_gnu' [10:21, 07:40](1586 MB) - -PASS -- COMPILE 's2s_gnu' [12:11, 10:24] ( 39 warnings ) -PASS -- TEST 'cpld_control_nowave_noaero_p8_gnu' [10:00, 07:26](1545 MB) - -PASS -- COMPILE 's2swa_debug_gnu' [04:11, 02:19] ( 1809 warnings ) -PASS -- TEST 'cpld_debug_p8_gnu' [06:58, 04:48](1602 MB) - -PASS -- COMPILE 's2sw_pdlib_gnu' [12:11, 10:19] ( 39 warnings ) -PASS -- TEST 'cpld_control_pdlib_p8_gnu' [10:53, 09:00](1562 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [03:11, 01:54] ( 1932 warnings ) -PASS -- TEST 'cpld_debug_pdlib_p8_gnu' [08:47, 06:34](1550 MB) - -PASS -- COMPILE 'datm_cdeps_gnu' [11:11, 09:51] -PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [04:15, 02:28](1513 MB) +PASS -- COMPILE 's2swa_32bit_intel' [14:11, 12:17] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [29:28, 20:58](3200 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [42:00, 06:57](2920 MB) +PASS -- TEST 'cpld_dcp_gefs_intel' [37:34, 32:53](3418 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [17:11, 15:33] ( 1 warnings 1073 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [05:49, 09:31](2058 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [52:25, 10:22](2640 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [45:25, 03:47](1517 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [27:01, 04:51](2374 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [12:44, 17:02](2013 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [14:11, 12:36] ( 1 warnings 987 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [01:18, 08:14](2394 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [49:08, 05:02](1882 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [05:11, 03:06] ( 359 warnings 987 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [21:28, 08:18](2448 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [05:11, 03:06] ( 359 warnings 1385 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [24:55, 13:30](2080 MB) + +PASS -- COMPILE 's2swa_intel' [16:11, 13:53] ( 1 warnings 1092 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [58:52, 07:30](2464 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [57:00, 07:09](2525 MB) +PASS -- TEST 'cpld_restart_p8_intel' [46:29, 04:00](2267 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [02:48, 13:55](2981 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [55:52, 06:47](2477 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [59:47, 11:37](2311 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [55:56, 07:19](2504 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [07:36, 18:12](3573 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [42:34, 12:03](3462 MB) + +PASS -- COMPILE 's2swl_intel' [17:11, 15:39] ( 1 warnings 1095 remarks ) +PASS -- TEST 'cpld_control_p8_lnd_intel' [54:55, 07:08](2277 MB) +PASS -- TEST 'cpld_restart_p8_lnd_intel' [45:32, 03:34](2069 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [14:11, 12:34] ( 1 warnings 998 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [50:55, 03:29](2197 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:11, 14:58] ( 1 warnings 1083 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [25:34, 23:28](3036 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [03:34, 01:22](3018 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [04:32, 02:00](2444 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [21:30, 18:47](2217 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [02:29, 00:31](2210 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:28, 00:26](1531 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [03:28, 00:49](2210 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [02:28, 00:30](2207 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [22:28, 20:38](1532 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [02:28, 00:32](2136 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [02:28, 00:27](2138 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [21:29, 19:05](1486 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:11, 06:59] ( 1 warnings 539 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [22:23, 09:09](2219 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [20:24, 08:26](2222 MB) +PASS -- TEST 'control_latlon_intel' [23:22, 08:49](2232 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [21:24, 09:04](2238 MB) +PASS -- TEST 'control_c48_intel' [06:22, 04:29](1665 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [13:19, 10:54](807 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [14:22, 11:54](1669 MB) +PASS -- TEST 'control_c192_intel' [12:39, 04:40](1821 MB) +PASS -- TEST 'control_c384_intel' [15:24, 06:48](2083 MB) +PASS -- TEST 'control_c384gdas_intel' [16:04, 06:33](1881 MB) +PASS -- TEST 'control_stochy_intel' [18:20, 07:25](1301 MB) +PASS -- TEST 'control_stochy_restart_intel' [06:20, 04:39](1211 MB) +PASS -- TEST 'control_lndp_intel' [14:20, 09:44](1310 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [24:36, 09:49](1610 MB) +PASS -- TEST 'control_p8_intel' [28:44, 11:37](2519 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [25:48, 08:48](2521 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [22:43, 08:13](2528 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [25:44, 08:33](2533 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [26:45, 09:33](2560 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [10:48, 02:15](2391 MB) +PASS -- TEST 'control_restart_p8_intel' [08:36, 06:47](1911 MB) +PASS -- TEST 'control_noqr_p8_intel' [25:43, 08:50](2514 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [33:36, 10:29](1901 MB) +PASS -- TEST 'control_decomp_p8_intel' [24:43, 08:30](2508 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:44, 01:40](2012 MB) +PASS -- TEST 'control_p8_lndp_intel' [29:40, 14:34](2519 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [26:43, 09:47](2591 MB) +PASS -- TEST 'control_p8_mynn_intel' [27:45, 10:59](2536 MB) +PASS -- TEST 'merra2_thompson_intel' [26:44, 09:58](2549 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [27:30, 12:40](2546 MB) +PASS -- TEST 'regional_control_intel' [11:38, 03:34](1716 MB) +PASS -- TEST 'regional_restart_intel' [04:29, 01:56](1680 MB) +PASS -- TEST 'regional_decomp_intel' [39:30, 03:31](1721 MB) +PASS -- TEST 'regional_2threads_intel' [37:27, 02:02](1569 MB) +PASS -- TEST 'regional_noquilt_intel' [34:29, 03:23](1987 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [26:32, 03:23](1715 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [25:26, 03:28](1700 MB) +PASS -- TEST 'regional_wofs_intel' [24:25, 04:15](2671 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [08:10, 06:43] ( 1 warnings 519 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [12:37, 09:55](2550 MB) + +PASS -- COMPILE 'rrfs_intel' [08:10, 06:14] ( 4 warnings 490 remarks ) +PASS -- TEST 'rap_control_intel' [14:32, 11:50](1931 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [10:46, 02:41](1608 MB) +PASS -- TEST 'rap_decomp_intel' [07:28, 02:38](1722 MB) +PASS -- TEST 'rap_2threads_intel' [06:24, 02:00](1173 MB) +PASS -- TEST 'rap_restart_intel' [26:41, 07:47](1857 MB) +PASS -- TEST 'rap_sfcdiff_intel' [05:27, 02:27](1797 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [06:25, 02:37](1730 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [16:37, 09:50](1858 MB) +PASS -- TEST 'hrrr_control_intel' [07:29, 02:23](1751 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:24, 02:27](1712 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [48:56, 01:58](1158 MB) +PASS -- TEST 'hrrr_control_restart_intel' [19:30, 01:21](1704 MB) +PASS -- TEST 'rrfs_v1beta_intel' [07:34, 20:41](2159 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [05:22, 07:49](2696 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [20:24, 20:52](3152 MB) + +PASS -- COMPILE 'csawmg_intel' [09:10, 07:12] ( 1 warnings 459 remarks ) +PASS -- TEST 'control_csawmg_intel' [22:31, 14:31](1909 MB) +PASS -- TEST 'control_ras_intel' [18:20, 10:32](1763 MB) + +PASS -- COMPILE 'wam_intel' [08:10, 05:46] ( 1 warnings 442 remarks ) +FAILED: TEST TIMED OUT -- TEST 'control_wam_intel' [, ]( MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:10, 03:32] ( 494 warnings 628 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [12:23, 03:11](2259 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [48:26, 06:44](2245 MB) +PASS -- TEST 'control_stochy_debug_intel' [26:22, 07:17](1483 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:24, 08:42](1491 MB) +PASS -- TEST 'control_csawmg_debug_intel' [19:33, 08:26](1790 MB) +PASS -- TEST 'control_ras_debug_intel' [20:25, 06:08](1493 MB) +PASS -- TEST 'control_diag_debug_intel' [18:33, 06:11](2312 MB) +PASS -- TEST 'control_debug_p8_intel' [26:39, 08:05](2543 MB) +PASS -- TEST 'regional_debug_intel' [50:56, 12:15](1637 MB) +PASS -- TEST 'rap_control_debug_intel' [59:31, 07:50](1867 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 09:41](1877 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:31, 09:00](1866 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [13:36, 10:23](1856 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [44:33, 10:36](1881 MB) +PASS -- TEST 'rap_diag_debug_intel' [22:38, 10:50](1952 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [36:31, 08:39](1878 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [32:30, 09:56](1866 MB) +PASS -- TEST 'rap_lndp_debug_intel' [29:31, 08:34](1879 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [27:32, 09:13](1873 MB) +PASS -- TEST 'rap_noah_debug_intel' [22:32, 09:09](1875 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [05:35, 07:42](1881 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [57:33, 12:57](1879 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [46:33, 10:22](1884 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [46:39, 14:06](1880 MB) + +PASS -- COMPILE 'wam_debug_intel' [04:10, 02:09] ( 457 warnings 442 remarks ) +PASS -- TEST 'control_wam_debug_intel' [52:42, 21:24](2304 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:10, 06:02] ( 4 warnings 457 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [27:08, 02:28](1492 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [41:35, 10:45](1887 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [29:35, 05:04](1821 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [18:47, 01:40](1068 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [42:49, 01:37](1046 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [50:32, 10:27](1794 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [17:27, 05:13](1713 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [17:24, 04:56](1693 MB) +PASS -- TEST 'conus13km_control_intel' [33:07, 01:51](1753 MB) +PASS -- TEST 'conus13km_2threads_intel' [00:57, 00:48](1781 MB) +PASS -- TEST 'conus13km_decomp_intel' [10:57, 01:54](1814 MB) +PASS -- TEST 'conus13km_restart_intel' [29:52, 01:10](1535 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [08:10, 05:50] ( 4 warnings 487 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [16:47, 12:34](1344 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:10, 06:02] ( 4 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [22:30, 12:03](1927 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:11, 02:23] ( 330 warnings 463 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [27:22, 03:32](1749 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [31:25, 08:05](1754 MB) +PASS -- TEST 'conus13km_debug_intel' [04:57, 14:56](179602001785 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [34:51, 14:49](1426 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [26:47, 08:17](1833 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [30:46, 15:07](1849 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:56, 14:35](1867 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:10, 02:16] ( 330 warnings 457 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [21:22, 11:00](1854 MB) + +PASS -- COMPILE 'hafsw_intel' [11:11, 08:39] ( 1 warnings 738 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [06:53, 02:47](1162 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [07:06, 04:01](1361 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [05:37, 03:21](1460 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [36:58, 40:45](1342 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [57:46, 03:30](799 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [57:51, 04:09](804 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [55:44, 01:44](532 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [59:04, 04:19](6162720617 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [54:44, 02:19](750 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [52:43, 02:10](744 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [30:33, 00:45](512 MB) +PASS -- TEST 'gnv1_nested_intel' [31:57, 02:21](1771 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [10:11, 07:44] ( 1 warnings 977 remarks ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [47:34, 17:39](1088 MB) + +PASS -- COMPILE 'hafs_all_intel' [10:11, 07:40] ( 1 warnings 680 remarks ) +PASS -- TEST 'hafs_regional_docn_intel' [34:45, 05:24](1300 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [33:41, 04:17](1280 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:11, 11:17] ( 569 remarks ) +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [13:18, 11:38](1921 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [04:18, 02:34](1867 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [05:16, 03:10](1172 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:17, 01:56](1177 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [14:17, 11:58](1161 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [11:17, 09:54](1932 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [05:17, 03:35](1922 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [14:18, 11:36](1156 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [26:03, 05:31](1808 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [23:58, 05:44](1325 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 03:01](1914 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [17:18, 15:02](4790 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [08:17, 05:37](4787 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:10, 02:25] ( 2 warnings 569 remarks ) +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [05:17, 03:58](1835 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:10, 00:41] ( 129 remarks ) +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [12:33, 00:42](364 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [08:26, 00:31](622 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:22, 00:24](622 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [14:12, 11:44] ( 1 warnings 656 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [21:53, 15:10](2852 MB) + +PASS -- COMPILE 'atml_intel' [09:11, 06:49] ( 9 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_intel' [08:41, 02:26](1907 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [03:29, 01:22](1337 MB) + +PASS -- COMPILE 'atml_debug_intel' [05:10, 03:13] ( 501 warnings 593 remarks ) +PASS -- TEST 'control_p8_atmlnd_debug_intel' [39:47, 03:43](1945 MB) + +PASS -- COMPILE 'atmw_intel' [10:11, 07:40] ( 1 warnings 568 remarks ) +PASS -- TEST 'atmwav_control_noaero_p8_intel' [22:43, 02:17](2692 MB) + +PASS -- COMPILE 'atmaero_intel' [11:11, 08:50] ( 1 warnings 460 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [10:48, 03:07](2014 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [10:32, 03:25](2393 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:33, 03:30](2412 MB) + +PASS -- COMPILE 'atmaq_intel' [08:11, 06:17] ( 1 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_intel' [18:29, 12:11](2877 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [21:04, 15:18](2877 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [05:11, 02:27] ( 474 warnings 645 remarks ) +PASS -- TEST 'regional_atmaq_debug_intel' [32:05, 27:15](2888 MB) + +PASS -- COMPILE 'atm_fbh_intel' [08:11, 05:53] ( 4 warnings 466 remarks ) +PASS -- TEST 'cpld_regional_atm_fbh_intel' [18:25, 16:09](1132 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intelllvm' [15:12, 12:39] +PASS -- TEST 'cpld_control_gfsv17_intelllvm' [13:45, 09:35](2057 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intelllvm' [05:11, 02:58] +PASS -- TEST 'cpld_debug_gfsv17_intelllvm' [16:39, 13:22](2085 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intelllvm' [16:12, 13:38] +PASS -- TEST 'cpld_control_sfs_intelllvm' [14:25, 08:28](2395 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intelllvm' [06:11, 03:46] +PASS -- TEST 'cpld_debug_sfs_intelllvm' [14:11, 08:19](2451 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intelllvm' [08:12, 05:52] +PASS -- TEST 'rap_control_dyn32_phy32_intelllvm' [06:26, 02:17](1737 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intelllvm' [08:12, 06:04] +PASS -- TEST 'rap_control_dyn64_phy32_intelllvm' [06:29, 02:49](1821 MB) + +PASS -- COMPILE 'datm_cdeps_intelllvm' [16:13, 13:53] +PASS -- TEST 'datm_cdeps_control_cfsr_intelllvm' [04:17, 02:00](1917 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intelllvm' [04:13, 02:21] +PASS -- TEST 'datm_cdeps_debug_cfsr_intelllvm' [06:16, 04:17](1835 MB) + +PASS -- COMPILE 'atm_gnu' [05:12, 02:56] ( 39 warnings ) +PASS -- TEST 'control_c48_gnu' [08:22, 05:50](1509 MB) +PASS -- TEST 'control_stochy_gnu' [03:18, 01:59](509 MB) +PASS -- TEST 'control_ras_gnu' [05:18, 03:16](514 MB) +PASS -- TEST 'control_p8_gnu' [05:37, 03:05](1440 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:34, 03:12](1467 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:13, 02:55] ( 39 warnings ) +PASS -- TEST 'rap_control_gnu' [06:25, 03:26](846 MB) +PASS -- TEST 'rap_decomp_gnu' [06:24, 03:26](848 MB) +PASS -- TEST 'rap_2threads_gnu' [05:28, 02:45](900 MB) +PASS -- TEST 'rap_restart_gnu' [11:30, 01:49](581 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [06:28, 03:34](848 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [06:24, 03:35](848 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [15:31, 01:48](575 MB) +PASS -- TEST 'hrrr_control_gnu' [05:26, 03:23](849 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:24, 03:30](834 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [04:26, 02:37](889 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [06:23, 03:35](849 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [07:20, 01:46](577 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [13:21, 03:16](661 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [08:28, 06:18](844 MB) + +PASS -- COMPILE 'csawmg_gnu' [05:12, 02:33] ( 39 warnings ) +PASS -- TEST 'control_csawmg_gnu' [08:28, 05:47](753 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [08:12, 05:29] ( 42 warnings ) +PASS -- TEST 'control_diag_debug_gnu' [03:28, 01:19](1281 MB) +PASS -- TEST 'regional_debug_gnu' [07:28, 05:39](761 MB) +PASS -- TEST 'rap_control_debug_gnu' [04:19, 01:48](853 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [04:19, 01:45](856 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [03:19, 01:46](860 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:19, 01:56](862 MB) +PASS -- TEST 'rap_diag_debug_gnu' [05:26, 02:03](942 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [15:20, 06:57](852 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [09:20, 01:48](853 MB) +PASS -- TEST 'control_ras_debug_gnu' [13:19, 01:06](500 MB) +PASS -- TEST 'control_stochy_debug_gnu' [05:23, 03:38](490 MB) +PASS -- TEST 'control_debug_p8_gnu' [15:31, 01:25](1456 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [16:20, 02:01](855 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [17:31, 02:58](867 MB) + +PASS -- COMPILE 'wam_debug_gnu' [03:13, 01:22] ( 39 warnings ) +PASS -- TEST 'control_wam_debug_gnu' [17:36, 04:36](1305 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:12, 02:31] ( 39 warnings ) +PASS -- TEST 'control_csawmg_debug_gnu' [14:27, 01:45](731 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:12, 02:51] ( 39 warnings ) +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [16:27, 03:13](706 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [15:26, 03:12](709 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [16:24, 02:36](731 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [17:23, 02:34](725 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [18:23, 03:10](709 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [04:25, 01:42](553 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [05:21, 01:43](553 MB) +PASS -- TEST 'conus13km_control_gnu' [17:48, 02:54](903 MB) +PASS -- TEST 'conus13km_2threads_gnu' [16:42, 01:08](905 MB) +PASS -- TEST 'conus13km_decomp_gnu' [17:37, 02:56](907 MB) +PASS -- TEST 'conus13km_restart_gnu' [04:41, 01:41](580 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:14, 06:21] ( 42 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [17:30, 03:37](735 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [08:12, 05:19] ( 42 warnings ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [15:19, 01:55](713 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [15:19, 01:45](717 MB) +PASS -- TEST 'conus13km_debug_gnu' [20:34, 07:03](920 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [19:35, 07:05](651 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [16:33, 04:02](921 MB) +PASS -- TEST 'conus13km_debug_decomp_gnu' [19:33, 07:20](923 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [17:34, 07:05](991 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:12, 05:17] ( 42 warnings ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [10:20, 01:49](741 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_gnu' [14:12, 11:53] ( 39 warnings ) +PASS -- TEST 'cpld_control_gfsv17_gnu' [13:45, 06:08](1544 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_gnu' [03:12, 01:45] ( 1932 warnings ) +PASS -- TEST 'cpld_debug_gfsv17_gnu' [11:43, 05:29](1552 MB) + +PASS -- COMPILE 's2s_32bit_sfs_gnu' [13:12, 11:08] ( 39 warnings ) +PASS -- TEST 'cpld_control_sfs_gnu' [20:43, 12:50](1774 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_gnu' [04:12, 01:41] ( 1172 warnings ) +PASS -- TEST 'cpld_debug_sfs_gnu' [12:10, 05:17](1804 MB) + +PASS -- COMPILE 'datm_cdeps_gnu' [12:12, 09:54] +PASS -- TEST 'datm_cdeps_control_cfsr_gnu' [07:17, 04:31](1511 MB) SYNOPSIS: -Starting Date/Time: 20260314 21:04:50 -Ending Date/Time: 20260314 23:18:50 -Total Time: 02h:14m:36s -Compiles Completed: 64/64 -Tests Completed: 267/267 +Starting Date/Time: 20260317 17:56:04 +Ending Date/Time: 20260318 05:43:17 +Total Time: 11h:48m:04s +Compiles Completed: 58/58 +Tests Completed: 252/253 +Failed Tests: +* TEST control_wam_intel: FAILED: TEST TIMED OUT +-- LOG: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_1154352/control_wam_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: +9cb2928400d2792356ccab6bf0b71e9553857ca1 + +Submodule hashes used in testing: + fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) + 642e81395472d5887b54f601b60ee607ed39bf09 AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-6194-g642e81395) + 9f53664ef2e607ad25d6b6c939f2eac9ec818ee6 CDEPS-interface/CDEPS (cdeps0.4.17-432-g9f53664) + def9c53b17d6722cc9991ba72ddae8ad2d5d25d9 CICE-interface/CICE (CICE6.0.0-445-gdef9c53) + 4954a6f9033f78e5c32bf33780384cbf2d0843e6 CICE-interface/CICE/icepack (Icepack1.1.0-225-g4954a6f) + ecf85a803363f11e84684b344dc8aad11913de32 CMEPS-interface/CMEPS (cmeps_v0.4.1-2332-gecf85a8) + 69049ec0c26b3160c3dbe1980b2feb78470a37a6 CMakeModules (v1.0.0-36-g69049ec) + 9ff3df9545dd582f415f682d3297e8c6c841e5cb GOCART (sdr_v2.1.2.6-291-g9ff3df9) + bcf7777bb037ae2feb2a8a8ac51aacb3511b52d9 HYCOM-interface/HYCOM (2.3.00-122-gbcf7777) + 05a3f7ae291b59a2ab7611a042f2fc99be31dc61 LM4-driver (baseline_change_240904-7-g05a3f7a) + c03c4f68816030f726785daf0db6150aa1e9cc6f LM4-driver/LM4 (land_lad2_2021.02) + 72563d619896492a9c61e2b7cdbe6a9cdbbd7920 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10791-g72563d619) + c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) + 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) + c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) + 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) + 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) + 3e5db3750e382976b4d6011c6d9c1437b0cf34f6 UFSATM/fv3/atmos_cubed_sphere (201912_public_release-502-g3e5db37) + 38d2177aef842a5c6abe26ffe876804b95fd9e0a UFSATM/mpas/MPAS-Model (remotes/origin/master-60-g38d2177a) + 7d9597c471470be061ab8853dd62bcd03f15d6aa UFSATM/upp (upp_v10.2.0-354-g7d9597c4) +-5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd +-3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd + dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) + ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) + + +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-20260316 +COMPARISON DIRECTORY: /scratch3/NAGAPE/epic/Fernando.Andrade-maldonado/stmp/RT_RUNDIRS/Fernando.Andrade-maldonado/FV3_RT/rt_3123174 + +RT.SH OPTIONS USED: +* (-a) - HPC PROJECT ACCOUNT: epic +* (-b) - NEW BASELINES FROM FILE: test_changes.list.rerun +* (-e) - USE ECFLOW + +PASS -- COMPILE 'wam_intel' [07:11, 05:57] ( 1 warnings 442 remarks ) +PASS -- TEST 'control_wam_intel' [11:36, 09:28](2461 MB) + +SYNOPSIS: +Starting Date/Time: 20260318 07:01:06 +Ending Date/Time: 20260318 07:21:07 +Total Time: 00h:20m:07s +Compiles Completed: 1/1 +Tests Completed: 1/1 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 76db7dccec..7f571f5329 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: -4b8f9297447259ed6bc6974ba82ea79c19be8773 +39db2782180abef9c1d0d71a8fcaa4b62aae2980 Submodule hashes used in testing: fc153862cfcc01fc4da513a2ff56af0bbd1234e0 AQM (v0.2.0-73-gfc15386) @@ -19,9 +19,9 @@ Submodule hashes used in testing: c38ddb7ebdd2d58c517b63a99bbdc8e348732db2 MOM6-interface/MOM6/pkg/CVMix-src (c38ddb7) 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) 2c7b3bc2a8096f6232020c47507593058795102e NOAHMP-interface/noahmp (v3.7.1-471-g2c7b3bc) - 13527f5e3e02ca59834877934a322acfb5e3a331 UFSATM (remotes/origin/new_fire_wind_opt) + 7fa602c287ca70f84e217a6cfdec105b25f45b33 UFSATM (heads/develop) 22bc1a5de8a19996310aedc3482931616cd74a1b UFSATM/ccpp/framework (2025-10-15-dev-5-g22bc1a5) - 3069b05d7a55fe0131cce10f37232f3b3f1956d6 UFSATM/ccpp/physics (ccpp_transition_to_vlab_master_20190705-5730-g3069b05d) + e3d5f6429b82f35bb5d48044a85ba7648493a91a UFSATM/ccpp/physics (EP4-2246-ge3d5f642) c62efd27caa26f660edf24232f33f154e608b77a UFSATM/ccpp/physics/physics/MP/TEMPO/TEMPO (v2.1.3~3) 41c5fcd950fed09b8afe186dede266824eca7fd3 UFSATM/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (41c5fcd) 0c00ba42a222a26754348c6f103a8e97d26f33e7 UFSATM/ccpp/physics/physics/SFC_Layer/MYNN/MYNN (0c00ba4) @@ -31,7 +31,7 @@ Submodule hashes used in testing: -5afd607642ae0fd6a53b137230336386beb47ce6 UFSATM/upp/sorc/libIFI.fd -3d35332fe66e3e63a285cc8d96facdf255a33481 UFSATM/upp/sorc/ncep_post.fd/post_gtg.fd dcc9da76c2d32c6ca7a5318a56db033295d9f43c WW3 (6.07.1-531-gdcc9da76) - e3b13645c7e6638b6831179c068a3984726246b0 fire_behavior (v0.2.0-68-ge3b1364) + 6b2d73f28d946eed74e474db22769602e41c422b fire_behavior (v0.2.0-71-g6b2d73f) ae192f119b8614b4476a1b04ba55f6fb93e2953d stochastic_physics (ufs-v2.0.0-298-gae192f1) @@ -41,250 +41,236 @@ 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-20260225 -COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_3012555 +BASELINE DIRECTORY: /lfs/h2/emc/nems/noscrub/emc.nems/RT/NEMSfv3gfs/develop-20260316 +COMPARISON DIRECTORY: /lfs/h2/emc/ptmp/brian.curtis/FV3_RT/rt_1134854 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: GFS-DEV * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [19:39, 16:35] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [13:37, 06:54](1927 MB) -PASS -- TEST 'cpld_control_gefs_intel' [35:12, 16:42](2873 MB) -PASS -- TEST 'cpld_restart_gefs_intel' [40:03, 07:14](2585 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [19:38, 16:33] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_gfsv17_intel' [20:11, 13:52](1820 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [21:49, 15:36](1847 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [12:33, 06:49](980 MB) -PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [23:59, 07:12](1843 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:14, 16:29](1797 MB) - -PASS -- COMPILE 's2s_32bit_sfs_intel' [17:36, 14:50] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_sfs_intel' [17:53, 11:56](2102 MB) -PASS -- TEST 'cpld_restart_sfs_intel' [15:27, 06:56](1262 MB) - -PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [07:23, 04:33] ( 355 warnings 1 remarks ) -PASS -- TEST 'cpld_debug_sfs_intel' [20:04, 13:06](2141 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [07:23, 04:59] ( 355 warnings 324 remarks ) -PASS -- TEST 'cpld_debug_gfsv17_intel' [26:31, 20:20](1854 MB) - -PASS -- COMPILE 's2swa_intel' [18:36, 16:22] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_p8_intel' [14:30, 08:34](1976 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [14:30, 08:30](1976 MB) -PASS -- TEST 'cpld_restart_p8_intel' [09:52, 04:59](1537 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [12:58, 08:22](1994 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [09:44, 04:53](1311 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [12:48, 07:47](2123 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [12:46, 08:27](1967 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [12:28, 06:58](1926 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:29, 08:29](1979 MB) - -PASS -- COMPILE 's2swal_intel' [19:37, 16:32] ( 1 warnings 2 remarks ) -PASS -- TEST 'cpld_s2sa_p8_intel' [15:14, 08:32](1962 MB) - -PASS -- COMPILE 's2sw_intel' [17:36, 15:08] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_intel' [08:41, 04:43](1825 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [12:28, 07:16](1887 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [17:36, 14:57] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [10:14, 05:10](1899 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:36, 15:32] ( 1 warnings 1 remarks ) -PASS -- TEST 'cpld_control_pdlib_p8_intel' [18:07, 13:28](1833 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:26, 06:35](1007 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:02, 15:42](1803 MB) -PASS -- TEST 'cpld_control_c48_5deg_intel' [10:44, 06:06](2894 MB) -PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:34, 02:11](2903 MB) -PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:36, 01:33](2312 MB) -PASS -- TEST 'cpld_control_c24_5deg_intel' [04:59, 01:23](2122 MB) -PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [03:57, 00:55](2121 MB) -PASS -- TEST 'cpld_restart_c24_5deg_intel' [03:54, 00:50](1459 MB) -PASS -- TEST 'cpld_control_c24_9deg_intel' [04:59, 01:23](2119 MB) -PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [03:57, 00:53](2118 MB) -PASS -- TEST 'cpld_restart_c24_9deg_intel' [03:54, 00:51](1457 MB) -PASS -- TEST 'cpld_control_c12_9deg_intel' [03:56, 00:56](2053 MB) -PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [03:55, 00:50](2050 MB) -PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:56, 00:47](1405 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [08:21, 04:45] ( 355 warnings 324 remarks ) -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [28:43, 23:58](1870 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:27, 10:31] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_CubedSphereGrid_intel' [06:47, 02:29](1482 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [06:28, 02:40](1488 MB) -PASS -- TEST 'control_latlon_intel' [05:36, 02:36](1485 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:40, 02:40](1479 MB) -PASS -- TEST 'control_c48_intel' [09:52, 06:17](1597 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [08:52, 05:34](727 MB) -PASS -- TEST 'control_c48_lnd_iau_intel' [09:52, 06:33](1599 MB) -PASS -- TEST 'control_c192_intel' [11:17, 07:20](1608 MB) -PASS -- TEST 'control_c384_intel' [14:37, 08:29](1903 MB) -PASS -- TEST 'control_c384gdas_intel' [18:12, 09:28](1041 MB) -PASS -- TEST 'control_stochy_intel' [04:50, 01:53](549 MB) -PASS -- TEST 'control_stochy_restart_intel' [04:49, 01:13](301 MB) -PASS -- TEST 'control_lndp_intel' [04:35, 01:50](545 MB) -PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:15, 03:21](827 MB) -PASS -- TEST 'control_p8_intel' [08:46, 03:28](1761 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [07:56, 03:35](1759 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [08:20, 03:18](1774 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:19, 03:14](1782 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [08:40, 03:16](1794 MB) -PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [07:03, 02:28](2355 MB) -PASS -- TEST 'control_restart_p8_intel' [06:43, 02:03](917 MB) -PASS -- TEST 'control_noqr_p8_intel' [08:23, 03:11](1761 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [11:52, 02:29](916 MB) -PASS -- TEST 'control_decomp_p8_intel' [07:39, 03:11](1766 MB) -PASS -- TEST 'control_2threads_p8_intel' [07:38, 02:58](1854 MB) -PASS -- TEST 'control_p8_lndp_intel' [09:18, 05:07](1771 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [09:29, 04:20](1814 MB) -PASS -- TEST 'control_p8_mynn_intel' [08:12, 03:18](1772 MB) -PASS -- TEST 'merra2_thompson_intel' [08:19, 03:38](1768 MB) -PASS -- TEST 'merra2_hf_thompson_intel' [11:12, 05:33](1778 MB) -PASS -- TEST 'regional_control_intel' [09:13, 05:33](913 MB) -PASS -- TEST 'regional_restart_intel' [10:44, 03:03](910 MB) -PASS -- TEST 'regional_decomp_intel' [09:01, 05:40](915 MB) -PASS -- TEST 'regional_2threads_intel' [06:56, 03:21](917 MB) -PASS -- TEST 'regional_noquilt_intel' [09:13, 05:24](1187 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [09:01, 05:27](913 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [09:16, 05:29](911 MB) -PASS -- TEST 'regional_wofs_intel' [10:15, 07:00](1643 MB) - -PASS -- COMPILE 'atm_dyn32_rad32_intel' [12:32, 09:42] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:36, 04:10](1795 MB) - -PASS -- COMPILE 'rrfs_intel' [11:26, 08:51] ( 4 warnings 92 remarks ) -PASS -- TEST 'rap_control_intel' [09:10, 04:00](921 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:41, 04:22](1075 MB) -PASS -- TEST 'rap_decomp_intel' [08:55, 04:09](922 MB) -PASS -- TEST 'rap_2threads_intel' [09:26, 04:02](994 MB) -PASS -- TEST 'rap_restart_intel' [10:25, 02:11](672 MB) -PASS -- TEST 'rap_sfcdiff_intel' [12:51, 04:13](917 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [12:07, 04:45](917 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [12:22, 02:15](668 MB) -PASS -- TEST 'hrrr_control_intel' [11:53, 04:03](915 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [11:34, 04:26](913 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [11:08, 03:28](973 MB) -PASS -- TEST 'hrrr_control_restart_intel' [09:45, 02:08](664 MB) -PASS -- TEST 'rrfs_v1beta_intel' [15:17, 07:19](910 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [14:48, 08:46](1877 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [14:48, 08:26](1870 MB) - -PASS -- COMPILE 'csawmg_intel' [11:26, 08:41] ( 1 warnings ) -PASS -- TEST 'control_csawmg_intel' [13:46, 06:38](871 MB) -PASS -- TEST 'control_ras_intel' [09:52, 03:28](578 MB) - -PASS -- COMPILE 'wam_intel' [11:26, 08:18] ( 1 warnings 1 remarks ) -PASS -- TEST 'control_wam_intel' [21:36, 12:32](1567 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [07:19, 04:55] ( 490 warnings 92 remarks ) -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [09:10, 02:55](1517 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [09:50, 02:51](1515 MB) -PASS -- TEST 'control_stochy_debug_intel' [10:49, 03:33](725 MB) -PASS -- TEST 'control_lndp_debug_intel' [10:48, 03:16](727 MB) -PASS -- TEST 'control_csawmg_debug_intel' [12:33, 04:56](1014 MB) -PASS -- TEST 'control_ras_debug_intel' [09:39, 03:16](735 MB) -PASS -- TEST 'control_diag_debug_intel' [09:49, 03:17](1581 MB) -PASS -- TEST 'control_debug_p8_intel' [09:33, 03:19](1800 MB) -PASS -- TEST 'regional_debug_intel' [24:37, 18:46](967 MB) -PASS -- TEST 'rap_control_debug_intel' [11:51, 05:41](1098 MB) -PASS -- TEST 'hrrr_control_debug_intel' [11:52, 05:35](1092 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [10:41, 05:37](1094 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [12:47, 05:41](1096 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [14:00, 05:44](1099 MB) -PASS -- TEST 'rap_diag_debug_intel' [14:04, 06:00](1180 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [12:42, 05:47](1099 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [13:42, 05:52](1098 MB) -PASS -- TEST 'rap_lndp_debug_intel' [13:43, 05:45](1103 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [13:42, 05:41](1099 MB) -PASS -- TEST 'rap_noah_debug_intel' [13:57, 05:39](1099 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [14:49, 05:42](1091 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [18:50, 09:02](1091 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [14:58, 05:45](1102 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [21:13, 09:36](1100 MB) - -PASS -- COMPILE 'wam_debug_intel' [06:19, 03:36] ( 454 warnings 1 remarks ) -PASS -- TEST 'control_wam_debug_intel' [24:37, 14:58](1598 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:24, 08:20] ( 4 warnings 91 remarks ) -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [20:53, 04:03](941 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [13:35, 03:17](794 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [14:23, 03:04](792 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [13:35, 02:51](838 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [14:01, 02:47](830 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [13:58, 03:19](800 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [13:28, 02:02](634 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [10:51, 01:49](631 MB) -PASS -- TEST 'conus13km_control_intel' [12:53, 02:59](1025 MB) -PASS -- TEST 'conus13km_2threads_intel' [11:33, 01:19](1044 MB) -PASS -- TEST 'conus13km_decomp_intel' [18:50, 03:17](1032 MB) -PASS -- TEST 'conus13km_restart_intel' [11:34, 01:53](697 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:24, 08:20] ( 4 warnings 91 remarks ) -PASS -- TEST 'conus13km_gl_inline_intel' [17:49, 02:16](740 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:24, 08:32] ( 4 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_intel' [19:25, 04:11](825 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:26, 03:33] ( 327 warnings 91 remarks ) -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [18:58, 05:43](978 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [17:57, 05:28](978 MB) -PASS -- TEST 'conus13km_debug_intel' [35:55, 24:03](1107 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [35:56, 24:09](843 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [25:23, 13:20](1122 MB) -PASS -- TEST 'conus13km_debug_decomp_intel' [35:39, 24:33](1113 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [35:40, 24:01](1176 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:26, 03:41] ( 327 warnings 91 remarks ) -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [15:49, 05:37](1008 MB) - -PASS -- COMPILE 'hafsw_intel' [15:38, 12:24] ( 1 warnings 1 remarks ) -PASS -- TEST 'hafs_regional_atm_intel' [16:22, 04:54](614 MB) -PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [18:24, 05:42](832 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [14:58, 03:47](965 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [22:33, 12:20](727 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [15:31, 05:52](383 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [16:47, 06:54](401 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [12:27, 02:56](274 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [19:42, 07:45](323 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [15:14, 04:14](422 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [14:26, 03:49](420 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [08:47, 01:27](319 MB) -PASS -- TEST 'gnv1_nested_intel' [12:37, 03:55](1600 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [13:26, 10:27] ( 1 warnings ) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:15, 05:43](704 MB) - -PASS -- COMPILE 'hafs_all_intel' [12:27, 09:23] ( 1 warnings ) -PASS -- TEST 'hafs_regional_docn_intel' [14:26, 07:11](685 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [13:21, 07:13](649 MB) - -PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [17:41, 14:27] ( 1 warnings 1 remarks ) -PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:17, 04:06](1822 MB) - -PASS -- COMPILE 'atml_intel' [12:34, 10:04] ( 9 warnings 2 remarks ) - -PASS -- COMPILE 'atml_debug_intel' [07:20, 04:41] ( 497 warnings 2 remarks ) - -PASS -- COMPILE 'atmaero_intel' [18:45, 15:30] ( 1 warnings 1 remarks ) -PASS -- TEST 'atmaero_control_p8_intel' [12:05, 04:50](1859 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [11:48, 05:25](1693 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [10:55, 05:22](1714 MB) - -PASS -- COMPILE 'atmaq_intel' [11:30, 09:08] ( 1 warnings ) -PASS -- TEST 'regional_atmaq_intel' [23:46, 16:16](2322 MB) -PASS -- TEST 'regional_atmaq_canopy_intel' [27:40, 20:49](2370 MB) - -PASS -- COMPILE 'atmaq_debug_intel' [06:26, 03:41] ( 471 warnings ) -PASS -- TEST 'regional_atmaq_debug_intel' [47:16, 41:03](1793 MB) +PASS -- COMPILE 's2swa_32bit_intel' [21:36, 16:36] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gefs_intel' [38:40, 19:22](2877 MB) +PASS -- TEST 'cpld_restart_gefs_intel' [34:51, 09:42](2585 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_intel' [20:35, 15:35] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_gfsv17_intel' [20:55, 14:34](1814 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [22:23, 15:19](1842 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [14:04, 06:45](982 MB) +PASS -- TEST 'cpld_restart_gfsv17_iau_intel' [16:56, 07:15](1836 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [23:35, 17:07](1787 MB) + +PASS -- COMPILE 's2s_32bit_sfs_intel' [19:36, 15:11] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_sfs_intel' [21:06, 12:31](2099 MB) +PASS -- TEST 'cpld_restart_sfs_intel' [17:08, 06:57](1256 MB) + +PASS -- COMPILE 's2s_32bit_sfs_debug_intel' [09:23, 04:35] ( 355 warnings 1 remarks ) +PASS -- TEST 'cpld_debug_sfs_intel' [21:03, 13:32](2135 MB) + +PASS -- COMPILE 's2sw_32bit_pdlib_debug_intel' [09:24, 04:42] ( 355 warnings 324 remarks ) +PASS -- TEST 'cpld_debug_gfsv17_intel' [26:49, 20:48](1854 MB) + +PASS -- COMPILE 's2swa_intel' [20:37, 16:07] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_p8_intel' [14:14, 09:00](1972 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [13:38, 08:43](1978 MB) +PASS -- TEST 'cpld_restart_p8_intel' [12:50, 06:19](1538 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [13:33, 08:06](2127 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [13:12, 08:48](1973 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [12:15, 07:14](1927 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [14:30, 09:17](1962 MB) + +PASS -- COMPILE 's2swl_intel' [20:35, 15:38] ( 1 warnings 2 remarks ) + +PASS -- COMPILE 's2s_aoflux_intel' [19:37, 14:47] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [11:34, 05:52](1894 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [20:40, 15:36] ( 1 warnings 1 remarks ) +PASS -- TEST 'cpld_control_c48_5deg_intel' [10:40, 06:22](2895 MB) +PASS -- TEST 'cpld_warmstart_c48_5deg_intel' [06:32, 02:27](2903 MB) +PASS -- TEST 'cpld_restart_c48_5deg_intel' [05:41, 01:43](2312 MB) +PASS -- TEST 'cpld_control_c24_5deg_intel' [05:03, 01:38](2122 MB) +PASS -- TEST 'cpld_warmstart_c24_5deg_intel' [04:58, 01:17](2120 MB) +PASS -- TEST 'cpld_restart_c24_5deg_intel' [04:07, 00:53](1458 MB) +PASS -- TEST 'cpld_control_c24_9deg_intel' [04:58, 01:48](2120 MB) +PASS -- TEST 'cpld_warmstart_c24_9deg_intel' [05:00, 01:18](2118 MB) +PASS -- TEST 'cpld_restart_c24_9deg_intel' [04:02, 00:51](1459 MB) +PASS -- TEST 'cpld_control_c12_9deg_intel' [04:54, 01:22](2052 MB) +PASS -- TEST 'cpld_warmstart_c12_9deg_intel' [04:54, 01:06](2049 MB) +PASS -- TEST 'cpld_restart_c12_9deg_intel' [03:56, 00:51](1405 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [15:28, 10:41] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:49, 03:05](1480 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [07:02, 03:28](1484 MB) +PASS -- TEST 'control_latlon_intel' [06:46, 03:29](1482 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [06:51, 03:30](1485 MB) +PASS -- TEST 'control_c48_intel' [10:05, 06:22](1599 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [09:04, 06:03](725 MB) +PASS -- TEST 'control_c48_lnd_iau_intel' [10:06, 06:28](1598 MB) +PASS -- TEST 'control_c192_intel' [12:22, 07:54](1606 MB) +PASS -- TEST 'control_c384_intel' [15:05, 09:08](1904 MB) +PASS -- TEST 'control_c384gdas_intel' [19:07, 10:16](1040 MB) +PASS -- TEST 'control_stochy_intel' [05:41, 02:13](541 MB) +PASS -- TEST 'control_stochy_restart_intel' [04:40, 01:19](295 MB) +PASS -- TEST 'control_lndp_intel' [05:41, 02:11](541 MB) +PASS -- TEST 'control_iovr4_gfdlmpv3_intel' [07:17, 03:39](827 MB) +PASS -- TEST 'control_p8_intel' [09:13, 03:56](1763 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [09:05, 03:30](1766 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:41, 03:44](1768 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_intel' [08:37, 03:20](1779 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_intel' [10:11, 04:07](1788 MB) +PASS -- TEST 'control_p8_ugwpv1_tempo_aerosol_hail_intel' [08:12, 02:45](2337 MB) +PASS -- TEST 'control_restart_p8_intel' [07:15, 02:10](920 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:06, 03:41](1754 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [07:01, 02:02](921 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:05, 04:10](1762 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:06, 03:42](1834 MB) +PASS -- TEST 'control_p8_lndp_intel' [10:25, 05:47](1768 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [10:37, 05:01](1813 MB) +PASS -- TEST 'control_p8_mynn_intel' [09:32, 03:55](1769 MB) +PASS -- TEST 'merra2_thompson_intel' [11:08, 04:36](1774 MB) +PASS -- TEST 'merra2_hf_thompson_intel' [12:49, 06:59](1782 MB) +PASS -- TEST 'regional_control_intel' [09:15, 05:43](912 MB) +PASS -- TEST 'regional_restart_intel' [07:08, 03:10](910 MB) +PASS -- TEST 'regional_decomp_intel' [09:53, 05:49](919 MB) +PASS -- TEST 'regional_2threads_intel' [08:50, 03:35](917 MB) +PASS -- TEST 'regional_noquilt_intel' [09:58, 05:20](1186 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [09:15, 05:52](912 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [09:06, 05:41](912 MB) +PASS -- TEST 'regional_wofs_intel' [11:03, 07:12](1641 MB) + +PASS -- COMPILE 'atm_dyn32_rad32_intel' [14:29, 10:04] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_p8_rrtmgp_rad32_intel' [09:30, 04:46](1797 MB) + +PASS -- COMPILE 'rrfs_intel' [13:27, 09:11] ( 4 warnings 92 remarks ) +PASS -- TEST 'rap_control_intel' [09:24, 04:01](919 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [08:43, 04:37](1070 MB) +PASS -- TEST 'rap_decomp_intel' [08:43, 04:21](924 MB) +PASS -- TEST 'rap_2threads_intel' [08:43, 03:58](983 MB) +PASS -- TEST 'rap_restart_intel' [08:47, 02:37](673 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:14, 04:08](920 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:39, 04:14](919 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:40, 02:27](666 MB) +PASS -- TEST 'hrrr_control_intel' [09:07, 04:12](912 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [08:46, 04:27](914 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [08:36, 03:35](975 MB) +PASS -- TEST 'hrrr_control_restart_intel' [05:49, 02:19](666 MB) +PASS -- TEST 'rrfs_v1beta_intel' [12:20, 07:30](911 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [12:49, 09:17](1877 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [11:48, 08:52](1869 MB) + +PASS -- COMPILE 'csawmg_intel' [11:25, 09:02] ( 1 warnings ) +PASS -- TEST 'control_csawmg_intel' [11:16, 07:11](876 MB) +PASS -- TEST 'control_ras_intel' [07:40, 03:46](574 MB) + +PASS -- COMPILE 'wam_intel' [11:25, 08:23] ( 1 warnings 1 remarks ) +PASS -- TEST 'control_wam_intel' [18:42, 13:21](1567 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [07:21, 05:04] ( 490 warnings 92 remarks ) +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [06:55, 02:52](1516 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [06:46, 02:53](1522 MB) +PASS -- TEST 'control_stochy_debug_intel' [07:38, 03:39](725 MB) +PASS -- TEST 'control_lndp_debug_intel' [06:37, 03:25](723 MB) +PASS -- TEST 'control_csawmg_debug_intel' [10:10, 05:17](1015 MB) +PASS -- TEST 'control_ras_debug_intel' [07:41, 03:22](730 MB) +PASS -- TEST 'control_diag_debug_intel' [07:48, 03:27](1583 MB) +PASS -- TEST 'control_debug_p8_intel' [08:22, 03:29](1804 MB) +PASS -- TEST 'regional_debug_intel' [23:38, 19:07](967 MB) +PASS -- TEST 'rap_control_debug_intel' [10:01, 05:49](1099 MB) +PASS -- TEST 'hrrr_control_debug_intel' [09:02, 05:41](1091 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [09:56, 05:56](1099 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [08:52, 05:47](1094 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [08:51, 05:43](1098 MB) +PASS -- TEST 'rap_diag_debug_intel' [10:06, 06:05](1179 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [09:47, 05:52](1097 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [09:45, 05:53](1092 MB) +PASS -- TEST 'rap_lndp_debug_intel' [09:50, 05:59](1099 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [08:39, 05:45](1097 MB) +PASS -- TEST 'rap_noah_debug_intel' [08:48, 05:45](1099 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [08:41, 05:44](1098 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [12:53, 09:08](1095 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:44, 05:48](1101 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [16:47, 09:47](1101 MB) + +PASS -- COMPILE 'wam_debug_intel' [06:18, 03:38] ( 454 warnings 1 remarks ) +PASS -- TEST 'control_wam_debug_intel' [21:52, 15:00](1600 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:25, 08:22] ( 4 warnings 91 remarks ) +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [10:53, 04:15](933 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [10:26, 03:25](799 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [11:25, 03:25](799 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [10:40, 03:09](843 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [10:51, 03:03](831 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [10:50, 03:33](803 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [09:29, 02:01](634 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [06:50, 02:10](633 MB) +PASS -- TEST 'conus13km_control_intel' [09:48, 03:21](1024 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:14, 01:29](1044 MB) +PASS -- TEST 'conus13km_decomp_intel' [09:14, 03:12](1032 MB) +PASS -- TEST 'conus13km_restart_intel' [08:57, 02:05](696 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_cdeps_intel' [11:24, 08:19] ( 4 warnings 91 remarks ) +PASS -- TEST 'conus13km_gl_inline_intel' [07:33, 02:17](740 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:23, 08:24] ( 4 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_intel' [10:31, 04:27](831 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [06:18, 03:42] ( 327 warnings 91 remarks ) +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [09:54, 05:44](980 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [09:57, 05:44](982 MB) +PASS -- TEST 'conus13km_debug_intel' [29:36, 24:18](1109 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [29:06, 24:18](846 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [17:43, 13:44](1111 MB) +PASS -- TEST 'conus13km_debug_decomp_intel' [28:45, 24:56](1115 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [28:49, 24:21](1164 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [06:20, 03:47] ( 327 warnings 91 remarks ) +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [10:02, 05:57](1007 MB) + +PASS -- COMPILE 'hafsw_intel' [15:29, 12:29] ( 1 warnings 1 remarks ) +PASS -- TEST 'hafs_regional_atm_intel' [10:40, 05:43](611 MB) +PASS -- TEST 'hafs_regional_atm_gfdlmpv3_intel' [11:58, 06:32](839 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:52, 04:46](963 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [20:13, 12:56](717 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [12:54, 06:18](387 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [14:25, 07:25](401 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [09:20, 03:13](276 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [17:07, 08:39](323 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [10:22, 04:22](417 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [09:46, 03:54](420 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [06:54, 01:43](305 MB) +PASS -- TEST 'gnv1_nested_intel' [12:07, 04:12](1596 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [13:29, 10:35] ( 1 warnings ) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [13:02, 06:15](703 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:26, 09:31] ( 1 warnings ) +PASS -- TEST 'hafs_regional_docn_intel' [13:26, 07:35](671 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [12:26, 07:22](640 MB) + +PASS -- COMPILE 'atm_ds2s_docn_pcice_intel' [18:33, 14:44] ( 1 warnings 1 remarks ) +PASS -- TEST 'atm_ds2s_docn_pcice_intel' [11:18, 04:36](1819 MB) + +PASS -- COMPILE 'atml_intel' [15:29, 10:31] ( 9 warnings 2 remarks ) + +PASS -- COMPILE 'atml_debug_intel' [08:20, 04:38] ( 497 warnings 2 remarks ) + +PASS -- COMPILE 'atmaero_intel' [18:35, 15:42] ( 1 warnings 1 remarks ) +PASS -- TEST 'atmaero_control_p8_intel' [12:18, 05:50](1867 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [11:55, 05:46](1703 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [11:51, 06:01](1704 MB) + +PASS -- COMPILE 'atmaq_intel' [12:26, 09:16] ( 1 warnings ) +PASS -- TEST 'regional_atmaq_intel' [32:28, 21:09](2323 MB) +PASS -- TEST 'regional_atmaq_canopy_intel' [35:20, 24:44](2376 MB) + +PASS -- COMPILE 'atmaq_debug_intel' [06:22, 03:54] ( 471 warnings ) +PASS -- TEST 'regional_atmaq_debug_intel' [52:39, 41:11](1793 MB) SYNOPSIS: -Starting Date/Time: 20260316 12:59:45 -Ending Date/Time: 20260316 15:12:20 -Total Time: 02h:13m:32s -Compiles Completed: 32/32 -Tests Completed: 167/167 +Starting Date/Time: 20260317 14:02:50 +Ending Date/Time: 20260317 16:04:05 +Total Time: 02h:02m:22s +Compiles Completed: 30/30 +Tests Completed: 157/157 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/ufs.configure.s2swal_fast.IN b/tests/parm/ufs.configure.s2swl_fast.IN similarity index 94% rename from tests/parm/ufs.configure.s2swal_fast.IN rename to tests/parm/ufs.configure.s2swl_fast.IN index 583f81ca07..fdb687bb6e 100644 --- a/tests/parm/ufs.configure.s2swal_fast.IN +++ b/tests/parm/ufs.configure.s2swl_fast.IN @@ -7,7 +7,7 @@ logKindFlag: ESMF_LOGKIND_MULTI globalResourceControl: @[ESMF_THREADING] # EARTH # -EARTH_component_list: MED ATM CHM OCN ICE WAV LND +EARTH_component_list: MED ATM OCN ICE WAV LND EARTH_attributes:: Verbosity = 0 :: @@ -28,14 +28,6 @@ ATM_attributes:: OverwriteSlice = true :: -# CHM # -CHM_model: @[chm_model] -CHM_petlist_bounds: @[chm_petlist_bounds] -CHM_omp_num_threads: @[chm_omp_num_threads] -CHM_attributes:: - Verbosity = 0 -:: - # OCN # OCN_model: @[ocn_model] OCN_petlist_bounds: @[ocn_petlist_bounds] @@ -141,11 +133,7 @@ runSeq:: MED -> ICE :remapMethod=redist MED -> WAV :remapMethod=redist MED -> LND :remapMethod=redist - ATM phase1 - ATM -> CHM - CHM - CHM -> ATM - ATM phase2 + ATM ICE WAV LND diff --git a/tests/rt.conf b/tests/rt.conf index 23d8810a16..12f8ba6995 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -24,17 +24,16 @@ ############################# ### S2S tests ### -COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | -RUN | cpld_control_p8_mixedmode | - noaacloud | baseline | #GEFS +COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_gefs | - noaacloud derecho gaeac6 | baseline | RUN | cpld_restart_gefs | - noaacloud derecho gaeac6 | | cpld_control_gefs -RUN | cpld_dcp_gefs | - noaacloud derecho wcoss2 acorn gaeac6 | | +RUN | cpld_dcp_gefs | - noaacloud derecho wcoss2 acorn gaeac6 | | #RUN | cpld_nothr_gefs | - noaacloud derecho | | #GFS -COMPILE | s2swa_32bit_pdlib | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DUFS_TRACING=ON | - noaacloud | fv3 | +COMPILE | s2sw_32bit_pdlib | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DUFS_TRACING=ON | - noaacloud | fv3 | RUN | cpld_control_gfsv17 | - noaacloud | baseline | RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17 RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17 @@ -46,51 +45,35 @@ COMPILE | s2s_32bit_sfs | intel | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES= RUN | cpld_control_sfs | - noaacloud | baseline | RUN | cpld_restart_sfs | - noaacloud | | cpld_control_sfs +# DEBUG COMPILE | s2s_32bit_sfs_debug | intel | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_sfs | - noaacloud | baseline | -COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | +COMPILE | s2sw_32bit_pdlib_debug | intel | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | cpld_debug_gfsv17 | - noaacloud | baseline | COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8 | - noaacloud | baseline | RUN | cpld_control_p8.v2.sfc | - noaacloud | baseline | RUN | cpld_restart_p8 | - noaacloud | | cpld_control_p8 -RUN | cpld_control_qr_p8 | - noaacloud | | -RUN | cpld_restart_qr_p8 | - noaacloud | | cpld_control_qr_p8 RUN | cpld_2threads_p8 | - noaacloud | | RUN | cpld_decomp_p8 | - noaacloud | | RUN | cpld_mpi_p8 | - noaacloud | | RUN | cpld_control_ciceC_p8 | - noaacloud | baseline | -RUN | cpld_control_c192_p8 | - wcoss2 acorn s4 noaacloud derecho | baseline | +RUN | cpld_control_c192_p8 | - wcoss2 acorn s4 noaacloud derecho | baseline | RUN | cpld_restart_c192_p8 | - wcoss2 acorn s4 noaacloud gaeac6 derecho | | cpld_control_c192_p8 -COMPILE | s2swal | intel | -DAPP=S2SWAL -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | +# CPLD LND +COMPILE | s2swl | intel | -DAPP=S2SWL -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | RUN | cpld_control_p8_lnd | - noaacloud wcoss2 derecho | baseline | RUN | cpld_restart_p8_lnd | - noaacloud wcoss2 derecho | | cpld_control_p8_lnd -# Aerosol, no Wave -RUN | cpld_s2sa_p8 | - noaacloud | baseline | - -COMPILE | s2sw | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | -RUN | cpld_control_noaero_p8 | | baseline | -RUN | cpld_control_nowave_noaero_p8 | - noaacloud | baseline | - -COMPILE | s2swa_debug | intel | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | -RUN | cpld_debug_p8 | - wcoss2 acorn noaacloud | baseline | - -COMPILE | s2sw_debug | intel | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 noaacloud acorn | fv3 | -RUN | cpld_debug_noaero_p8 | - wcoss2 acorn noaacloud | baseline | - # Waves and aerosol off for computing fluxes in mediator COMPILE | s2s_aoflux | intel | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_sfcocn -DCMEPS_AOFLUX=ON | | fv3 | RUN | cpld_control_noaero_p8_agrid | | baseline | # Unstructured WW3 mesh COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1,FV3_coupled_lowres -DPDLIB=ON | - noaacloud | fv3 | -RUN | cpld_control_pdlib_p8 | - noaacloud | baseline | -RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8 -RUN | cpld_mpi_pdlib_p8 | - noaacloud | | RUN | cpld_control_c48_5deg | | baseline | RUN | cpld_warmstart_c48_5deg | - noaacloud | baseline | RUN | cpld_restart_c48_5deg | - noaacloud | | cpld_warmstart_c48_5deg @@ -104,9 +87,6 @@ RUN | cpld_control_c12_9deg | RUN | cpld_warmstart_c12_9deg | - noaacloud | baseline | RUN | cpld_restart_c12_9deg | - noaacloud | | cpld_warmstart_c12_9deg -COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 | -RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline | - ### ATM tests ### COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1,FV3_GFS_v16_gfdlmpv3,FV3_GFS_v17_p8_ugwpv1_tempo -D32BIT=ON | | fv3 | RUN | control_CubedSphereGrid | | baseline | @@ -309,8 +289,9 @@ RUN | datm_cdeps_lm4_gswp3_rst | + hera orion | ### AMIP+ tests ### COMPILE | atm_ds2s_docn_pcice | intel | -DAPP=ATM_DS2S-PCICE -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 | RUN | atm_ds2s_docn_pcice | - noaacloud | baseline | -COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 acorn | fv3 | -RUN | atm_ds2s_docn_dice | - noaacloud wcoss2 acorn | baseline | cpld_control_nowave_noaero_p8 +#Needs updating +#COMPILE | atm_ds2s_docn_dice | intel | -DAPP=ATM_DS2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | - wcoss2 acorn | fv3 | +#RUN | atm_ds2s_docn_dice | - noaacloud wcoss2 acorn | baseline | cpld_control_nowave_noaero_p8 ### ATM-LND tests ### COMPILE | atml | intel | -DAPP=ATML -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 | @@ -343,31 +324,30 @@ RUN | regional_atmaq_debug | - s4 noaacloud COMPILE | atm_fbh | intel | -DAPP=ATMF -DCCPP_SUITES=FV3_HRRR -D32BIT=ON | - wcoss2 noaacloud acorn | fv3 | RUN | cpld_regional_atm_fbh | - wcoss2 noaacloud acorn | baseline | - - ############################# ### Intel (LLVM) Tests ###### ############################# -# Coupled gfs17 tests -COMPILE | s2swa_32bit_pdlib | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + ursa | fv3 | +# GFS +COMPILE | s2sw_32bit_pdlib | intelllvm | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + ursa | fv3 | RUN | cpld_control_gfsv17 | + ursa | baseline | -COMPILE | s2swa_32bit_pdlib_debug | intelllvm | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + ursa | fv3 | +COMPILE | s2sw_32bit_pdlib_debug | intelllvm | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + ursa | fv3 | RUN | cpld_debug_gfsv17 | + ursa | baseline | +# SFS COMPILE | s2s_32bit_sfs | intelllvm | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + ursa | fv3 | RUN | cpld_control_sfs | + ursa | baseline | -COMPILE | s2swa | intelllvm | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_v17_coupled_p8_ugwpv1 | + ursa | fv3 | -RUN | cpld_control_p8 | + ursa | baseline | +COMPILE | s2s_32bit_sfs_debug | intelllvm | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DDEBUG=ON | + ursa | fv3 | +RUN | cpld_debug_sfs | + ursa | baseline | # Regional RRFS tests COMPILE | rrfs_dyn32_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -D32BIT=ON -DCCPP_32BIT=ON | + hera ursa | fv3 | -RUN | rap_control_dyn32_phy32 | + hera ursa | baseline | +RUN | rap_control_dyn32_phy32 | + hera ursa | baseline | COMPILE | rrfs_dyn64_phy32 | intelllvm | -DAPP=ATM -DCCPP_SUITES=FV3_RAP -DCCPP_32BIT=ON | + hera ursa | fv3 | -RUN | rap_control_dyn64_phy32 | + hera ursa | baseline | +RUN | rap_control_dyn64_phy32 | + hera ursa | baseline | # HAFS tests #COMPILE | hafsw | intelllvm | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v1_gfdlmp_tedmf_nonsst -D32BIT=ON | + orion ursa | fv3 | @@ -378,10 +358,10 @@ RUN | rap_control_dyn64_phy32 | + hera ursa # DATM/CDEPS tests COMPILE | datm_cdeps | intelllvm | -DAPP=NG-GODAS -DWARN_AS_ERROR=ON | + ursa | fv3 | -RUN | datm_cdeps_control_cfsr | + ursa | baseline | +RUN | datm_cdeps_control_cfsr | + ursa | baseline | COMPILE | datm_cdeps_debug | intelllvm | -DAPP=NG-GODAS -DDEBUG=ON | + ursa | fv3 | -RUN | datm_cdeps_debug_cfsr | + ursa | baseline | +RUN | datm_cdeps_debug_cfsr | + ursa | baseline | ############################# @@ -471,25 +451,24 @@ COMPILE | atm_dyn64_phy32_debug | gnu | -DAPP=ATM -DCCPP_32BIT=ON -DDEBUG=ON | + RUN | rap_control_dyn64_phy32_debug | + hera hercules ursa derecho | baseline | ### S2S tests ### -COMPILE | s2swa | gnu | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + hera hercules ursa derecho| fv3 | -RUN | cpld_control_p8 | + hera hercules ursa derecho | baseline | -COMPILE | s2s | gnu | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + hera hercules ursa derecho| fv3 | -RUN | cpld_control_nowave_noaero_p8 | + hera hercules ursa derecho | baseline | +# GFS +COMPILE | s2sw_32bit_pdlib | gnu | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + hera hercules ursa derecho | fv3 | +RUN | cpld_control_gfsv17 | + hera hercules ursa derecho | baseline | -COMPILE | s2swa_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + hera hercules ursa derecho| fv3 | -RUN | cpld_debug_p8 | + hera hercules ursa derecho | baseline | +COMPILE | s2sw_32bit_pdlib_debug | gnu | -DAPP=S2SW -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera hercules ursa derecho | fv3 | +RUN | cpld_debug_gfsv17 | + hera hercules ursa derecho | baseline | +# SFS +COMPILE | s2s_32bit_sfs | gnu | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | + hera hercules ursa derecho | fv3 | +RUN | cpld_control_sfs | + hera hercules ursa derecho | baseline | +COMPILE | s2s_32bit_sfs_debug | gnu | -DAPP=S2S -D32BIT=ON -DHYDRO=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DDEBUG=ON | + hera hercules ursa derecho | fv3 | +RUN | cpld_debug_sfs | + hera hercules ursa derecho | baseline | + +#Turn off until fixed #COMPILE | s2swa_32bit_debug | gnu | -DAPP=S2SWA -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 | | fv3 | #RUN | cpld_debug_gefs | - noaacloud derecho | baseline | -# Unstructured WW3 -COMPILE | s2sw_pdlib | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + hera hercules ursa derecho| fv3 | -RUN | cpld_control_pdlib_p8 | + hera hercules ursa derecho | baseline | - -COMPILE | s2sw_pdlib_debug | gnu | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera hercules ursa derecho| fv3 | -RUN | cpld_debug_pdlib_p8 | + hera hercules ursa derecho | baseline | - ### CDEPS Data Atmosphere test ### COMPILE | datm_cdeps | gnu | -DAPP=NG-GODAS -DWARN_AS_ERROR=OFF | + hera hercules ursa derecho| fv3 | RUN | datm_cdeps_control_cfsr | + hera hercules ursa derecho | baseline | diff --git a/tests/test_changes.list b/tests/test_changes.list index e69de29bb2..91b8e35293 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -0,0 +1,7 @@ +cpld_control_p8_lnd intel +cpld_restart_p8_lnd intel +cpld_debug_sfs intelllvm +cpld_control_gfsv17 gnu +cpld_debug_gfsv17 gnu +cpld_control_sfs gnu +cpld_debug_sfs gnu diff --git a/tests/tests/control_qr b/tests/tests/control_qr new file mode 100644 index 0000000000..01073497fe --- /dev/null +++ b/tests/tests/control_qr @@ -0,0 +1,89 @@ +# +# cpld_control P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 using quilting restart in atm" + +export CNTL_DIR=control_p8 + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20161003.120000.coupler.res \ + RESTART/20161003.120000.fv_core.res.nc \ + RESTART/20161003.120000.fv_core.res.tile1.nc \ + RESTART/20161003.120000.fv_core.res.tile2.nc \ + RESTART/20161003.120000.fv_core.res.tile3.nc \ + RESTART/20161003.120000.fv_core.res.tile4.nc \ + RESTART/20161003.120000.fv_core.res.tile5.nc \ + RESTART/20161003.120000.fv_core.res.tile6.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20161003.120000.fv_tracer.res.tile1.nc \ + RESTART/20161003.120000.fv_tracer.res.tile2.nc \ + RESTART/20161003.120000.fv_tracer.res.tile3.nc \ + RESTART/20161003.120000.fv_tracer.res.tile4.nc \ + RESTART/20161003.120000.fv_tracer.res.tile5.nc \ + RESTART/20161003.120000.fv_tracer.res.tile6.nc \ + RESTART/20161003.120000.phy_data.tile1.nc \ + RESTART/20161003.120000.phy_data.tile2.nc \ + RESTART/20161003.120000.phy_data.tile3.nc \ + RESTART/20161003.120000.phy_data.tile4.nc \ + RESTART/20161003.120000.phy_data.tile5.nc \ + RESTART/20161003.120000.phy_data.tile6.nc \ + RESTART/20161003.120000.sfc_data.tile1.nc \ + RESTART/20161003.120000.sfc_data.tile2.nc \ + RESTART/20161003.120000.sfc_data.tile3.nc \ + RESTART/20161003.120000.sfc_data.tile4.nc \ + RESTART/20161003.120000.sfc_data.tile5.nc \ + RESTART/20161003.120000.sfc_data.tile6.nc " + +export_fv3 +export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + +export QUILTING_RESTART=.true. +export RESTART_N=12 +export RESTART_INTERVAL="${RESTART_N} -1" +export OUTPUT_FH='0 21 24' + +export eps_imesh=2.5e-1 + +export FV3_RUN=control_run.IN + +export K_SPLIT=4 +export N_SPLIT=5 + +# HR4 GFSv17 GWD update +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/control_restart_qr b/tests/tests/control_restart_qr new file mode 100644 index 0000000000..e15406870f --- /dev/null +++ b/tests/tests/control_restart_qr @@ -0,0 +1,99 @@ +# +# cpld_restart P8 test +# + +export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 using quilting restart in atm" + +export CNTL_DIR=control_p8 + +export LIST_FILES="sfcf021.tile1.nc \ + sfcf021.tile2.nc \ + sfcf021.tile3.nc \ + sfcf021.tile4.nc \ + sfcf021.tile5.nc \ + sfcf021.tile6.nc \ + atmf021.tile1.nc \ + atmf021.tile2.nc \ + atmf021.tile3.nc \ + atmf021.tile4.nc \ + atmf021.tile5.nc \ + atmf021.tile6.nc \ + sfcf024.tile1.nc \ + sfcf024.tile2.nc \ + sfcf024.tile3.nc \ + sfcf024.tile4.nc \ + sfcf024.tile5.nc \ + sfcf024.tile6.nc \ + atmf024.tile1.nc \ + atmf024.tile2.nc \ + atmf024.tile3.nc \ + atmf024.tile4.nc \ + atmf024.tile5.nc \ + atmf024.tile6.nc \ + RESTART/20161003.120000.coupler.res \ + RESTART/20161003.120000.fv_core.res.nc \ + RESTART/20161003.120000.fv_core.res.tile1.nc \ + RESTART/20161003.120000.fv_core.res.tile2.nc \ + RESTART/20161003.120000.fv_core.res.tile3.nc \ + RESTART/20161003.120000.fv_core.res.tile4.nc \ + RESTART/20161003.120000.fv_core.res.tile5.nc \ + RESTART/20161003.120000.fv_core.res.tile6.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile1.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile2.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile3.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile4.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile5.nc \ + RESTART/20161003.120000.fv_srf_wnd.res.tile6.nc \ + RESTART/20161003.120000.fv_tracer.res.tile1.nc \ + RESTART/20161003.120000.fv_tracer.res.tile2.nc \ + RESTART/20161003.120000.fv_tracer.res.tile3.nc \ + RESTART/20161003.120000.fv_tracer.res.tile4.nc \ + RESTART/20161003.120000.fv_tracer.res.tile5.nc \ + RESTART/20161003.120000.fv_tracer.res.tile6.nc \ + RESTART/20161003.120000.phy_data.tile1.nc \ + RESTART/20161003.120000.phy_data.tile2.nc \ + RESTART/20161003.120000.phy_data.tile3.nc \ + RESTART/20161003.120000.phy_data.tile4.nc \ + RESTART/20161003.120000.phy_data.tile5.nc \ + RESTART/20161003.120000.phy_data.tile6.nc \ + RESTART/20161003.120000.sfc_data.tile1.nc \ + RESTART/20161003.120000.sfc_data.tile2.nc \ + RESTART/20161003.120000.sfc_data.tile3.nc \ + RESTART/20161003.120000.sfc_data.tile4.nc \ + RESTART/20161003.120000.sfc_data.tile5.nc \ + RESTART/20161003.120000.sfc_data.tile6.nc " + +export_fv3 +export_tiled +export_ugwpv1 +export CCPP_SUITE=FV3_GFS_v17_p8_ugwpv1 + +export QUILTING_RESTART=.true. +export FHROT=12 +export RESTART_N=$((FHMAX-$FHROT)) + +export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" +export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" + +# ATM warm start +export WARM_START=.true. +export MAKE_NH=.false. +export NA_INIT=0 +export EXTERNAL_IC=.false. +export NGGPS_IC=.false. +export MOUNTAIN=.true. + +export eps_imesh=2.5e-1 + +export FV3_RUN=control_run.IN + +export K_SPLIT=4 +export N_SPLIT=5 + +# HR4 GFSv17 GWD update +export DO_GWD_OPT_PSL=.true. +export DO_GSL_DRAG_SS=.false. + +if [[ $MACHINE_ID = gaeac6 ]]; then + TPN=96 +fi diff --git a/tests/tests/cpld_bmark_p8_35d b/tests/tests/cpld_bmark_p8_35d deleted file mode 100644 index 56b9ff5620..0000000000 --- a/tests/tests/cpld_bmark_p8_35d +++ /dev/null @@ -1,114 +0,0 @@ -# -# cpld_bmark_p8 5-day test -# -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C384L127 OCN/ICE/0.25-degree WAVE/30m - Benchmark P8 test" - -export CNTL_DIR=cpld_bmark_p8 - -export LIST_FILES="" - -export ATMRES=C384 - -export_fv3 -export_cpl - -export SYEAR -export SMONTH -export SDAY=01 -export SHOUR=00 -export SECS=`expr $SHOUR \* 3600` -export BMIC=.true. - -export DAYS=5 -export FHMAX=120 -export RESTART_N=$FHMAX -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH="6 -1" -export FHZERO=6 -export WLCLK=240 - -export DOMAINS_STACK_SIZE=16000000 -export INPES=$INPES_cpl_bmrk -export JNPES=$JNPES_cpl_bmrk -export WRITE_DOPOST=.true. -export WRTTASK_PER_GROUP=$WPG_cpl_bmrk - -OCN_tasks=$OCN_tasks_cpl_bmrk -ICE_tasks=$ICE_tasks_cpl_bmrk -WAV_tasks=$WAV_tasks_cpl_bmrk - -export atm_omp_num_threads=$THRD_cpl_bmrk -export chm_omp_num_threads=$atm_omp_num_threads -export med_omp_num_threads=$atm_omp_num_threads -export ocn_omp_num_threads=$OCN_thrds_cpl_bmrk -export ice_omp_num_threads=$ICE_thrds_cpl_bmrk -export wav_omp_num_threads=$WAV_thrds_cpl_bmrk - -# atm/ocn/ice resolution -export NPX=385 -export NPY=385 -export IMO=1536 -export JMO=768 -export OUTPUT_GRID="'gaussian_grid'" - -export OCNRES=025 -export ICERES=0.25 -export NX_GLB=1440 -export NY_GLB=1080 -export CICE_NPROC=$ICE_tasks -export np2=`expr $CICE_NPROC / 2` -export CICE_BLCKX=`expr $NX_GLB / $np2` -export CICE_BLCKY=`expr $NY_GLB / 2` -export WW3_DOMAIN=gwes_30m -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.${WW3_DOMAIN} - -# set component and coupling timesteps -export DT_ATMOS=300 -export DT_INNER=${DT_ATMOS} -export DT_CICE=${DT_ATMOS} -export DT_DYNAM_MOM6=900 -export DT_THERM_MOM6=1800 - -# ufs.configure -export coupling_interval_slow_sec=${DT_THERM_MOM6} -export coupling_interval_fast_sec=${DT_ATMOS} - -# resolution dependent files -export MOM6_INPUT=MOM_input_${OCNRES}.IN -export MESH_ICE=mesh.mx${OCNRES}.nc -export MESH_OCN=mesh.mx${OCNRES}.nc -export CICE_GRID=grid_cice_NEMS_mx${OCNRES}.nc -export CICE_MASK=kmtu_cice_NEMS_mx${OCNRES}.nc -export MOM6_CHLCLIM=seawifs-clim-1997-2010.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_FRUNOFF=runoff.daitren.clim.${NX_GLB}x${NY_GLB}.v20180328.nc -export MOM6_RIVER_RUNOFF=True -export MOM6_RESTART_SETTING=r -export MOM6_GUST_CONST=0.0 - -export FNALBC="'C384.snowfree_albedo.tileX.nc'" -export FNALBC2="'C384.facsf.tileX.nc'" -export FNTG3C="'C384.substrate_temperature.tileX.nc'" -export FNVEGC="'C384.vegetation_greenness.tileX.nc'" -export FNVETC="'C384.vegetation_type.tileX.nc'" -export FNSOTC="'C384.soil_type.tileX.nc'" -export FNSOCC="'C384.soil_color.tileX.nc'" -export FNVMNC="'C384.vegetation_greenness.tileX.nc'" -export FNVMXC="'C384.vegetation_greenness.tileX.nc'" -export FNSLPC="'C384.slope_type.tileX.nc'" -export FNABSC="'C384.maximum_snow_albedo.tileX.nc'" - -#BMICs do not contain NSST spinup -export NSTF_NAME=2,1,0,0,0 - -export CDMBGWD=${CDMBGWD_c384} - -export FV3_RUN=cpld_control_run.IN - -# HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true. diff --git a/tests/tests/cpld_control_gfsv17 b/tests/tests/cpld_control_gfsv17 index d935c6dd4e..ee79ea2a15 100644 --- a/tests/tests/cpld_control_gfsv17 +++ b/tests/tests/cpld_control_gfsv17 @@ -130,3 +130,8 @@ export DO_GSL_DRAG_SS=.false. # for nccmp of cice history files export nccmp_exclude_attr="--globalex=date_created" + +# GNU-Release is slow on Ursa; fill out the node +if [[ $MACHINE_ID = ursa ]] && [[ $RT_COMPILER = gnu ]]; then + WAV_tasks="$(($WAV_tasks_cpl_unstr + 100))" +fi diff --git a/tests/tests/cpld_control_noaero_p8 b/tests/tests/cpld_control_noaero_p8 deleted file mode 100644 index c200236c5c..0000000000 --- a/tests/tests/cpld_control_noaero_p8 +++ /dev/null @@ -1,97 +0,0 @@ -# -# cpld_control noaero P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100" - -export CNTL_DIR=cpld_control_noaero_p8 - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3 " - -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=2 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. diff --git a/tests/tests/cpld_control_nowave_noaero_p8 b/tests/tests/cpld_control_nowave_noaero_p8 deleted file mode 100644 index e47821aae5..0000000000 --- a/tests/tests/cpld_control_nowave_noaero_p8 +++ /dev/null @@ -1,117 +0,0 @@ -# -# cpld_control C96 noaero P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS system - C96MX100" - -export CNTL_DIR=cpld_control_c96_noaero_p8 - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" - -#TODO: add comparison of CA restart files? -export DT_ATMOS=720 - -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' -export MED_history_n=1 - -export INPES=$INPES_cpl_dflt -export JNPES=$JNPES_cpl_dflt -export atm_omp_num_threads=$THRD_cpl_dflt -export WRTTASK_PER_GROUP=$WPG_cpl_dflt - -OCN_tasks=$OCN_tasks_cpl_dflt -ICE_tasks=$ICE_tasks_cpl_dflt -export WAV_tasks=0 - -export CICE_NPROC=$ICE_tasks -export np2=`expr $CICE_NPROC / 2` -export CICE_BLCKX=`expr $NX_GLB / $np2` -export CICE_BLCKY=`expr $NY_GLB / 2` - -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False -export eps_imesh=2.5e-1 - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True - -export UFS_CONFIGURE=ufs.configure.s2s.IN - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -export histaux_enabled=.true. diff --git a/tests/tests/cpld_control_p8_lnd b/tests/tests/cpld_control_p8_lnd index 48c91b246a..0243de0d24 100644 --- a/tests/tests/cpld_control_p8_lnd +++ b/tests/tests/cpld_control_p8_lnd @@ -4,7 +4,7 @@ source tests/cpld_control_p8 -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3-NOAHMP system - C96MX100" +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3-NOAHMP system - C96MX100" export CNTL_DIR=cpld_control_p8_lnd @@ -32,7 +32,6 @@ export LIST_FILES="sfcf021.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ RESTART/20210323.060000.coupler.res \ RESTART/20210323.060000.fv_core.res.nc \ RESTART/20210323.060000.fv_core.res.tile1.nc \ @@ -80,7 +79,8 @@ export LIST_FILES="sfcf021.tile1.nc \ export CPLLND=.true. export CPLLND2ATM=.true. -export UFS_CONFIGURE=ufs.configure.s2swal_fast.IN +export CPLCHM=.false. +export UFS_CONFIGURE=ufs.configure.s2swl_fast.IN export lnd_model=noahmp export LND_tasks=144 export lnd_ic_type=sfc diff --git a/tests/tests/cpld_control_p8_mixedmode b/tests/tests/cpld_control_p8_mixedmode deleted file mode 100644 index 84b8c20df0..0000000000 --- a/tests/tests/cpld_control_p8_mixedmode +++ /dev/null @@ -1,98 +0,0 @@ -# -# cpld_control P8 test -# - -export TEST_DESCR="FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system with mixedmode fms - C96MX100" - -export CNTL_DIR=cpld_control_p8_mixedmode - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3 " - -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -if [[ $MACHINE_ID = gaeac6 ]]; then - TPN=96 -fi diff --git a/tests/tests/cpld_control_pdlib_p8 b/tests/tests/cpld_control_pdlib_p8 deleted file mode 100644 index 5923b0b5e3..0000000000 --- a/tests/tests/cpld_control_pdlib_p8 +++ /dev/null @@ -1,127 +0,0 @@ -# -# cpld_control unstr PDLIB P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 unstr WW3 PDLIB" - -export CNTL_DIR=cpld_control_pdlib_p8 - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3.nc " - -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export INPES=$INPES_cpl_unstr -export JNPES=$JNPES_cpl_unstr -export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr * THRD_cpl_unstr )) - -OCN_tasks=$OCN_tasks_cpl_unstr -ICE_tasks=$ICE_tasks_cpl_unstr -WAV_tasks=$WAV_tasks_cpl_unstr - -export atm_omp_num_threads=$THRD_cpl_unstr -export med_omp_num_threads=$atm_omp_num_threads - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export WW3_DOMAIN=global_270k -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} - -export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN - -export FV3_RUN=cpld_control_run.IN - -if [[ $MACHINE_ID = orion ]] || [[ $RT_COMPILER = gnu ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = hercules && $RT_COMPILER = gnu ]]; then - export WW3_PIO_REARR='box' -fi - -if [[ $MACHINE_ID = jet ]]; then - WLCLK=50 -fi - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -#output WW3 history files directly in netcdf format -export WW3_historync='true' diff --git a/tests/tests/cpld_control_qr_p8 b/tests/tests/cpld_control_qr_p8 deleted file mode 100644 index 851900c367..0000000000 --- a/tests/tests/cpld_control_qr_p8 +++ /dev/null @@ -1,98 +0,0 @@ -# -# cpld_control P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 using quilting restart in atm" - -export CNTL_DIR=cpld_control_p8 - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3 " -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export QUILTING_RESTART=.true. -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -if [[ $MACHINE_ID = gaeac6 ]]; then - TPN=96 -fi diff --git a/tests/tests/cpld_debug_pdlib_p8 b/tests/tests/cpld_debug_pdlib_p8 deleted file mode 100644 index 69721418d4..0000000000 --- a/tests/tests/cpld_debug_pdlib_p8 +++ /dev/null @@ -1,130 +0,0 @@ -# -# cpld_debug unstrWW3 PDLIB P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system -C96MX100 unstr WW3 PDLIB - P8 debug" - -export CNTL_DIR=cpld_debug_pdlib_p8 - -export LIST_FILES="sfcf003.tile1.nc \ - sfcf003.tile2.nc \ - sfcf003.tile3.nc \ - sfcf003.tile4.nc \ - sfcf003.tile5.nc \ - sfcf003.tile6.nc \ - atmf003.tile1.nc \ - atmf003.tile2.nc \ - atmf003.tile3.nc \ - atmf003.tile4.nc \ - atmf003.tile5.nc \ - atmf003.tile6.nc \ - RESTART/20210322.090000.coupler.res \ - RESTART/20210322.090000.fv_core.res.nc \ - RESTART/20210322.090000.fv_core.res.tile1.nc \ - RESTART/20210322.090000.fv_core.res.tile2.nc \ - RESTART/20210322.090000.fv_core.res.tile3.nc \ - RESTART/20210322.090000.fv_core.res.tile4.nc \ - RESTART/20210322.090000.fv_core.res.tile5.nc \ - RESTART/20210322.090000.fv_core.res.tile6.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210322.090000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210322.090000.fv_tracer.res.tile1.nc \ - RESTART/20210322.090000.fv_tracer.res.tile2.nc \ - RESTART/20210322.090000.fv_tracer.res.tile3.nc \ - RESTART/20210322.090000.fv_tracer.res.tile4.nc \ - RESTART/20210322.090000.fv_tracer.res.tile5.nc \ - RESTART/20210322.090000.fv_tracer.res.tile6.nc \ - RESTART/20210322.090000.phy_data.tile1.nc \ - RESTART/20210322.090000.phy_data.tile2.nc \ - RESTART/20210322.090000.phy_data.tile3.nc \ - RESTART/20210322.090000.phy_data.tile4.nc \ - RESTART/20210322.090000.phy_data.tile5.nc \ - RESTART/20210322.090000.phy_data.tile6.nc \ - RESTART/20210322.090000.sfc_data.tile1.nc \ - RESTART/20210322.090000.sfc_data.tile2.nc \ - RESTART/20210322.090000.sfc_data.tile3.nc \ - RESTART/20210322.090000.sfc_data.tile4.nc \ - RESTART/20210322.090000.sfc_data.tile5.nc \ - RESTART/20210322.090000.sfc_data.tile6.nc \ - RESTART/20210322.090000.MOM.res.nc \ - RESTART/iced.2021-03-22-32400.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-22-32400.nc \ - ufs.cpld.ww3.r.2021-03-22-32400.nc \ - 20210322.090000.out_pnt.ww3.nc \ - 20210322.090000.out_grd.ww3.nc " - -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export FHMAX=3 -export DAYS=0.125 - -export RESTART_N=${FHMAX} -export OUTPUT_FH="3 -1" - -export INPES=$INPES_cpl_unstr -export JNPES=$JNPES_cpl_unstr -export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr * THRD_cpl_unstr )) - -OCN_tasks=$OCN_tasks_cpl_unstr -ICE_tasks=$ICE_tasks_cpl_unstr -WAV_tasks=$WAV_tasks_cpl_unstr -# bump resources for debug test -WAV_tasks="$(($WAV_tasks_cpl_unstr + 30))" -OCN_tasks="$((OCN_tasks_cpl_unstr + 16))" - -export atm_omp_num_threads=$THRD_cpl_unstr -export med_omp_num_threads=$atm_omp_num_threads - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 -export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` - -export WW3_DOMAIN=global_270k -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} - -export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN - -export FV3_RUN=cpld_control_run.IN - -if [[ $MACHINE_ID = jet || $MACHINE_ID = orion ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = hercules && $RT_COMPILER = intelllvm ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = gaeac5 ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = gaeac6 ]] && [[ $RT_COMPILER = intelllvm ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = wcoss2 ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = derecho ]]; then - WLCLK=50 -fi - -# set component and coupling timesteps due to long -# runtime -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -#output WW3 history files directly in netcdf format -export WW3_historync='true' diff --git a/tests/tests/cpld_mpi_pdlib_p8 b/tests/tests/cpld_mpi_pdlib_p8 deleted file mode 100644 index 5dd26effdd..0000000000 --- a/tests/tests/cpld_mpi_pdlib_p8 +++ /dev/null @@ -1,125 +0,0 @@ -# -# cpld_control unstr PDLIB P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 unstr WW3 PDLIB" - -export CNTL_DIR=cpld_control_pdlib_p8 - -export LIST_FILES="sfcf021.tile1.nc \ - sfcf021.tile2.nc \ - sfcf021.tile3.nc \ - sfcf021.tile4.nc \ - sfcf021.tile5.nc \ - sfcf021.tile6.nc \ - atmf021.tile1.nc \ - atmf021.tile2.nc \ - atmf021.tile3.nc \ - atmf021.tile4.nc \ - atmf021.tile5.nc \ - atmf021.tile6.nc \ - sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3.nc " -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 21 24' - -export INPES=$INPES_cpl_unstr_mpi -export JNPES=$JNPES_cpl_unstr_mpi -export atm_omp_num_threads=$THRD_cpl_unstr_mpi -export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr_mpi * THRD_cpl_unstr_mpi )) - -OCN_tasks=$OCN_tasks_cpl_unstr_mpi -ICE_tasks=$ICE_tasks_cpl_unstr_mpi -WAV_tasks=$WAV_tasks_cpl_unstr_mpi - -export CICE_NPROC=$ICE_tasks -export np2=`expr $CICE_NPROC / 2` -export CICE_BLCKX=`expr $NX_GLB / $np2` -export CICE_BLCKY=`expr $NY_GLB / 2` - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export WW3_DOMAIN=global_270k -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} - -export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -if [[ $MACHINE_ID = hera ]] || [[ $MACHINE_ID = orion ]] || [[ $MACHINE_ID = jet ]]; then - WLCLK=50 -fi -if [[ $MACHINE_ID = wcoss2 ]]; then - WLCLK=50 -fi - -#output WW3 history files directly in netcdf format -export WW3_historync='true' diff --git a/tests/tests/cpld_restart_p8_lnd b/tests/tests/cpld_restart_p8_lnd index 5a70be63c1..916d18a60b 100644 --- a/tests/tests/cpld_restart_p8_lnd +++ b/tests/tests/cpld_restart_p8_lnd @@ -4,7 +4,7 @@ source tests/cpld_restart_p8 -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3-NOAHMP system - C96MX100" +export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3-NOAHMP system - C96MX100" export CNTL_DIR=cpld_control_p8_lnd @@ -20,7 +20,6 @@ export LIST_FILES="sfcf024.tile1.nc \ atmf024.tile4.nc \ atmf024.tile5.nc \ atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ RESTART/20210323.060000.coupler.res \ RESTART/20210323.060000.fv_core.res.nc \ RESTART/20210323.060000.fv_core.res.tile1.nc \ @@ -70,7 +69,8 @@ export LIST_FILES="sfcf024.tile1.nc \ export FV3_RUN="cpld_control_run.IN noahmp_run.IN" export CPLLND=.true. export CPLLND2ATM=.true. -export UFS_CONFIGURE=ufs.configure.s2swal_fast.IN +export CPLCHM=.false. +export UFS_CONFIGURE=ufs.configure.s2swl_fast.IN export lnd_model=noahmp export LND_tasks=144 export lnd_ic_type=sfc diff --git a/tests/tests/cpld_restart_pdlib_p8 b/tests/tests/cpld_restart_pdlib_p8 deleted file mode 100644 index 3abdc6d3a1..0000000000 --- a/tests/tests/cpld_restart_pdlib_p8 +++ /dev/null @@ -1,122 +0,0 @@ -# -# cpld_restart unstrWW3 PDLIB P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-MOM6-CICE-CMEPS-WW3 system - C96MX100 unstr WW3 PDLIB" - -export CNTL_DIR=cpld_control_pdlib_p8 - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3.nc " -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export FHROT=12 -export RESTART_N=$((FHMAX-$FHROT)) - -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" -export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" - -# ATM warm start -export WARM_START=.true. -export MAKE_NH=.false. -export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. - -# ICE warm start -export CICE_RUNTYPE=continue -export RUNTYPE=continue -export CICE_USE_RESTART_TIME=.true. - -# MOM6 warm start -export MOM6_RESTART_SETTING=r - -export INPES=$INPES_cpl_unstr -export JNPES=$JNPES_cpl_unstr -export WRTTASK_PER_GROUP=$(( WPG_cpl_unstr * THRD_cpl_unstr )) - -OCN_tasks=$OCN_tasks_cpl_unstr -ICE_tasks=$ICE_tasks_cpl_unstr -WAV_tasks=$WAV_tasks_cpl_unstr - -export atm_omp_num_threads=$THRD_cpl_unstr -export med_omp_num_threads=$atm_omp_num_threads - -export CPLCHM=.false. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 -export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` - -export WW3_DOMAIN=global_270k -export MESH_WAV=mesh.${WW3_DOMAIN}.nc -export WW3_MODDEF=mod_def.exp.${WW3_DOMAIN} - -export FIELD_TABLE=field_table_thompson_noaero_tke -export UFS_CONFIGURE=ufs.configure.s2sw_fast.IN - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -#output WW3 history files directly in netcdf format -export WW3_historync='true' diff --git a/tests/tests/cpld_restart_qr_p8 b/tests/tests/cpld_restart_qr_p8 deleted file mode 100644 index f015724cb9..0000000000 --- a/tests/tests/cpld_restart_qr_p8 +++ /dev/null @@ -1,106 +0,0 @@ -# -# cpld_restart P8 test -# - -export TEST_DESCR="Fully coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS-WW3 system - C96MX100 using quilting restart in atm" - -export CNTL_DIR=cpld_control_p8 - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc \ - ufs.cpld.ww3.r.2021-03-23-21600.nc \ - 20210323.060000.out_pnt.ww3.nc \ - 20210323.060000.out_grd.ww3 " - -export DT_ATMOS=720 -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export QUILTING_RESTART=.true. -export FHROT=12 -export RESTART_N=$((FHMAX-$FHROT)) - -export RESTART_FILE_PREFIX="${SYEAR}${SMONTH}${SDAY}.$(printf "%02d" $(( ${FHROT} + ${SHOUR} )))0000" -export RESTART_FILE_SUFFIX_SECS="${SYEAR}-${SMONTH}-${SDAY}-$(printf "%05d" $(( (${FHROT}+ ${SHOUR})*3600 )))" - -# ATM warm start -export WARM_START=.true. -export MAKE_NH=.false. -export NA_INIT=0 -export EXTERNAL_IC=.false. -export NGGPS_IC=.false. -export MOUNTAIN=.true. - -# ICE warm start -export CICE_RUNTYPE=continue -export RUNTYPE=continue -export CICE_USE_RESTART_TIME=.true. - -# MOM6 warm start -export MOM6_RESTART_SETTING=r - -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 -export CICE_DIAGFREQ=`expr $((FHMAX-$FHROT)) \* 3600 / $DT_CICE` - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. - -if [[ $MACHINE_ID = gaeac6 ]]; then - TPN=96 -fi diff --git a/tests/tests/cpld_s2sa_p8 b/tests/tests/cpld_s2sa_p8 deleted file mode 100644 index 4c7b4ad7c6..0000000000 --- a/tests/tests/cpld_s2sa_p8 +++ /dev/null @@ -1,90 +0,0 @@ -# -# S2SA companion to cpld_control_p8 test -# - -export TEST_DESCR="Coupled FV3-CCPP-GOCART-MOM6-CICE-CMEPS system - C96MX100" - -export CNTL_DIR="cpld_s2sa_p8" - -export LIST_FILES="sfcf024.tile1.nc \ - sfcf024.tile2.nc \ - sfcf024.tile3.nc \ - sfcf024.tile4.nc \ - sfcf024.tile5.nc \ - sfcf024.tile6.nc \ - atmf024.tile1.nc \ - atmf024.tile2.nc \ - atmf024.tile3.nc \ - atmf024.tile4.nc \ - atmf024.tile5.nc \ - atmf024.tile6.nc \ - gocart.inst_aod.20210323_0600z.nc4 \ - RESTART/20210323.060000.coupler.res \ - RESTART/20210323.060000.fv_core.res.nc \ - RESTART/20210323.060000.fv_core.res.tile1.nc \ - RESTART/20210323.060000.fv_core.res.tile2.nc \ - RESTART/20210323.060000.fv_core.res.tile3.nc \ - RESTART/20210323.060000.fv_core.res.tile4.nc \ - RESTART/20210323.060000.fv_core.res.tile5.nc \ - RESTART/20210323.060000.fv_core.res.tile6.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile1.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile2.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile3.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile4.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile5.nc \ - RESTART/20210323.060000.fv_srf_wnd.res.tile6.nc \ - RESTART/20210323.060000.fv_tracer.res.tile1.nc \ - RESTART/20210323.060000.fv_tracer.res.tile2.nc \ - RESTART/20210323.060000.fv_tracer.res.tile3.nc \ - RESTART/20210323.060000.fv_tracer.res.tile4.nc \ - RESTART/20210323.060000.fv_tracer.res.tile5.nc \ - RESTART/20210323.060000.fv_tracer.res.tile6.nc \ - RESTART/20210323.060000.phy_data.tile1.nc \ - RESTART/20210323.060000.phy_data.tile2.nc \ - RESTART/20210323.060000.phy_data.tile3.nc \ - RESTART/20210323.060000.phy_data.tile4.nc \ - RESTART/20210323.060000.phy_data.tile5.nc \ - RESTART/20210323.060000.phy_data.tile6.nc \ - RESTART/20210323.060000.sfc_data.tile1.nc \ - RESTART/20210323.060000.sfc_data.tile2.nc \ - RESTART/20210323.060000.sfc_data.tile3.nc \ - RESTART/20210323.060000.sfc_data.tile4.nc \ - RESTART/20210323.060000.sfc_data.tile5.nc \ - RESTART/20210323.060000.sfc_data.tile6.nc \ - RESTART/20210323.060000.MOM.res.nc \ - RESTART/iced.2021-03-23-21600.nc \ - RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc" - -export_fv3 -export_ugwpv1 -export_cpl -export CCPP_SUITE=FV3_GFS_v17_coupled_p8_ugwpv1 - -export RESTART_N=12 -export RESTART_INTERVAL="${RESTART_N} -1" -export OUTPUT_FH='0 24' - -export WAV_tasks=0 -export CPLWAV=.false. -export CPLWAV2ATM=.false. -export MOM6_USE_WAVES=False -export CPLCHM=.true. -export DNATS=0 -export MOM6_TOPOEDITS=ufs.topo_edits_011818.nc -export MOM6_ALLOW_LANDMASK_CHANGES=True -export eps_imesh=2.5e-1 - -export UFS_CONFIGURE=ufs.configure.s2sa.IN - -export FV3_RUN=cpld_control_run.IN - -export K_SPLIT=4 -export N_SPLIT=5 - -# HR4 GFSv17 GWD update -export DO_UGWP_V0=.false. -export DO_UGWP_V1=.true. -export DO_GSL_DRAG_LS_BL=.true. -export DO_GWD_OPT_PSL=.true. -export DO_GSL_DRAG_SS=.false. -export DO_GSL_DRAG_TOFD=.true.