diff --git a/CICE-interface/CICE b/CICE-interface/CICE index 620e48fe75..7d4e5defc1 160000 --- a/CICE-interface/CICE +++ b/CICE-interface/CICE @@ -1 +1 @@ -Subproject commit 620e48fe75d92aa607af7e21f2d8691baddd2851 +Subproject commit 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 diff --git a/CMEPS-interface/CMEPS b/CMEPS-interface/CMEPS index 624920ddbd..758491ed66 160000 --- a/CMEPS-interface/CMEPS +++ b/CMEPS-interface/CMEPS @@ -1 +1 @@ -Subproject commit 624920ddbd819c76ec37591c24e872308201810e +Subproject commit 758491ed6681dd6054b1ff877027e6da381e86f8 diff --git a/FV3 b/FV3 index 0307bdc8d0..480d18839e 160000 --- a/FV3 +++ b/FV3 @@ -1 +1 @@ -Subproject commit 0307bdc8d0d75b811c6d64fac2071c84a322c4e0 +Subproject commit 480d18839ec6e258b7d79839382e3517f5555e39 diff --git a/MOM6-interface/MOM6 b/MOM6-interface/MOM6 index c8a7325c04..10521a921d 160000 --- a/MOM6-interface/MOM6 +++ b/MOM6-interface/MOM6 @@ -1 +1 @@ -Subproject commit c8a7325c040b4cb1327c55c8248e8e66972239a5 +Subproject commit 10521a921d2f442de19a0cda240d912fd918c40c diff --git a/MOM6-interface/mom6_files.cmake b/MOM6-interface/mom6_files.cmake index 31c4dbb968..fbe95fdce7 100644 --- a/MOM6-interface/mom6_files.cmake +++ b/MOM6-interface/mom6_files.cmake @@ -165,6 +165,7 @@ list(APPEND mom6_src_files MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90 MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90 MOM6/src/parameterizations/lateral/MOM_Zanna_Bolton.F90 + MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90 MOM6/src/parameterizations/vertical/MOM_ALE_sponge.F90 MOM6/src/parameterizations/vertical/MOM_CVMix_KPP.F90 @@ -305,7 +306,11 @@ list(APPEND mom6_nuopc_src_files MOM6/config_src/drivers/nuopc_cap/mom_cap_time.F90 MOM6/config_src/drivers/nuopc_cap/mom_ocean_model_nuopc.F90 MOM6/config_src/drivers/nuopc_cap/mom_surface_forcing_nuopc.F90 - MOM6/config_src/drivers/unit_tests/MOM_unit_test_driver.F90 + MOM6/config_src/drivers/unit_tests/test_MOM_file_parser.F90 + MOM6/config_src/drivers/unit_tests/test_MOM_mixedlayer_restrat.F90 + MOM6/config_src/drivers/unit_tests/test_MOM_string_functions.F90 + MOM6/config_src/drivers/unit_tests/test_MOM_EOS.F90 + MOM6/config_src/drivers/timing_tests/time_MOM_EOS.F90 ) list(APPEND mom6_solo_src_files diff --git a/cmake/GNU.cmake b/cmake/GNU.cmake index a427e8f053..5f59acfcc9 100644 --- a/cmake/GNU.cmake +++ b/cmake/GNU.cmake @@ -1,3 +1,8 @@ +# https://github.com/ufs-community/ufs-weather-model/issues/2159 +if(MOVING_NEST) + message(FATAL_ERROR "Option MOVING_NEST not compatible with ${CMAKE_Fortran_COMPILER_ID}}") +endif() + set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ggdb -fbacktrace -cpp -fcray-pointer -ffree-line-length-none -fno-range-check") if(${CMAKE_Fortran_COMPILER_VERSION} VERSION_GREATER_EQUAL 10) @@ -11,8 +16,11 @@ endif() if(DEBUG) add_definitions(-DDEBUG) set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -fno-unsafe-math-optimizations -frounding-math -fsignaling-nans -ffpe-trap=invalid,zero,overflow -fbounds-check") - if(CMAKE_Platform STREQUAL "hercules.gnu") - set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=medium") + # https://github.com/ufs-community/ufs-weather-model/issues/2155 + if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND ${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "arm64") + set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=small" ) + else() + set( CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -mcmodel=medium" ) endif() set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0") else() diff --git a/modulefiles/ufs_gaea.intel.lua b/modulefiles/ufs_gaea.intel.lua index b6f7ae2f67..c40c1a056d 100644 --- a/modulefiles/ufs_gaea.intel.lua +++ b/modulefiles/ufs_gaea.intel.lua @@ -3,7 +3,7 @@ help([[ on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0. ]]) -whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5 ]===]) +whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea ]===]) load("PrgEnv-intel/8.3.3") load("intel-classic/2023.1.0") diff --git a/modulefiles/ufs_jet.intel.lua b/modulefiles/ufs_jet.intel.lua index 7cd0e39465..e7c76783f1 100644 --- a/modulefiles/ufs_jet.intel.lua +++ b/modulefiles/ufs_jet.intel.lua @@ -2,7 +2,7 @@ help([[ loads UFS Model prerequisites for Jet/Intel ]]) -prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/unified-env-rocky8/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/modulefiles/ufs_noaacloud.intel.lua b/modulefiles/ufs_noaacloud.intel.lua index b2f1d6b759..64ef71a38c 100644 --- a/modulefiles/ufs_noaacloud.intel.lua +++ b/modulefiles/ufs_noaacloud.intel.lua @@ -3,7 +3,7 @@ loads UFS Model prerequisites for NOAA Parallelworks/Intel ]]) -prepend_path("MODULEPATH", "/contrib/EPIC/spack-stack/spack-stack-1.5.0/envs/unified-env/install/modulefiles/Core") +prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.5.1/envs/unified-env/install/modulefiles/Core") stack_intel_ver=os.getenv("stack_intel_ver") or "2021.3.0" load(pathJoin("stack-intel", stack_intel_ver)) diff --git a/tests/bl_date.conf b/tests/bl_date.conf index 4462101f2c..3aa4f1969a 100644 --- a/tests/bl_date.conf +++ b/tests/bl_date.conf @@ -1 +1 @@ -export BL_DATE=20240227 +export BL_DATE=20240312 diff --git a/tests/ci/Jenkinsfile.combined b/tests/ci/Jenkinsfile.combined new file mode 100644 index 0000000000..38c9efc589 --- /dev/null +++ b/tests/ci/Jenkinsfile.combined @@ -0,0 +1,301 @@ +matchedNode = [] +generateBaselineNode = [] +for (label in pullRequest.labels) { + listOfLabelNodeNames = jenkins.model.Jenkins.instance.nodes.collect { + node -> node.getLabelString().contains(label) ? node.name : null + + if ((label.matches(node.getLabelString()+"-(.*)"))) { + matchedNode += node.getLabelString() + } + + if ((label.matches(node.getLabelString()+"(.*)-BL"))) { + generateBaselineNode += node.getLabelString() + } + + } +} + +modifiedLabels = matchedNode.collect{"'" + it + "'"} +baselineLabels = generateBaselineNode.collect{"'" + it + "'"} +def generateStage(nodeLabel) { + return { + stage("Running on ${nodeLabel}") { + node(nodeLabel) { + cleanWs() + checkout scm + script { + try { + echo "Running on ${nodeLabel}" + if (baselineLabels.contains(nodeLabel)) { + sh ''' + git submodule update --init --recursive + cd tests + pwd + export BL_DATE=$(cat bl_date.conf | cut -d '=' -f2) + export machine=${NODE_NAME} + export PATH=$PATH:~/bin + echo $CHANGE_ID + 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') + + if [[ $machine =~ "Jet" ]] + then + echo "Creating baselines on $machine" + export dprefix=/lfs1/NAGAPE/$ACCNR/$USER + ./rt.sh -a ${ACCNR} -c -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hercules" ]] + then + echo "Creating baselines on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/work/noaa/epic/hercules/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /work2/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + ./adjust_permissions.sh hercules develop-${BL_DATE} + chgrp noaa-hpc develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Orion" ]] + then + echo "Creating baselines on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed -i 's|/work/noaa/stmp/${USER}|/work/noaa/epic/stmp/role-epic/|g' rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/work/noaa/epic/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/ + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + ./adjust_permissions.sh orion develop-${BL_DATE} + chgrp noaa-hpc develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Gaea" ]] + then + echo "Creating baselines on $machine" + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + unset LD_LIBRARY_PATH + export DISKNM=/lustre/f2/pdata/ncep/role.epic/C5/RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /lustre/f2/scratch/role.epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd ${DISKNM}/NEMSfv3gfs/ + chgrp ncep develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hera" ]] + then + echo "Creating baselines on $machine" + export ACCNR=nems + ./rt.sh -a ${ACCNR} -c -r -l rt.conf + export DISKNM=/scratch2/NAGAPE/epic/UFS-WM_RT + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /scratch1/NCEPDEV/stmp4/role.epic/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Derecho" ]] + then + echo "Creating baselines on $machine" + export ACCNR=nral0032 + ./rt.sh -a ${ACCNR} -c -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + export DISKNM=/glade/derecho/scratch/epicufsrt/ufs-weather-model/RT/ + cd ${DISKNM}/NEMSfv3gfs/ + mkdir develop-${BL_DATE} + cd /glade/derecho/scratch/epicufsrt/FV3_RT + rsync -a REGRESSION_TEST/ ${DISKNM}/NEMSfv3gfs/develop-${BL_DATE} + cd $WORKSPACE/tests + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + else + echo "Creating baselines on $machine" + ./rt.sh -a ${ACCNR} -c -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + fi + git config user.email "ecc.platform@noaa.gov" + git config user.name "epic-cicd-jenkins" + echo "Testing concluded...removing labels for $machine from $GIT_URL" + + 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/RegressionTests_$machine_name_logs.log + git commit -m "[AutoRT] $machine Job Completed.\n\n\n on-behalf-of @ufs-community " + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) + GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) + + curl --silent -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/${GIT_OWNER}/${GIT_REPO_NAME}/issues/${CHANGE_ID}/labels/$machine-BL + ''' + s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] + + } + else { + sh ''' + git submodule update --init --recursive + pwd + cd tests + export machine=${NODE_NAME} + export PATH=$PATH:~/bin + echo $CHANGE_ID + 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') + + if [[ $machine =~ "Jet" ]] + then + echo "Running regression tests on $machine" + export dprefix=/lfs1/NAGAPE/$ACCNR/$USER + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Hercules" ]] + then + echo "Running regression tests on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + export ACCNR=epic + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Orion" ]] + then + echo "Running regression tests on $machine" + export dprefix=/work2/noaa/$ACCNR/$USER + sed "s|/noaa/stmp/|/noaa/$ACCNR/stmp/|g" -i rt.sh + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Gaea" ]] + then + echo "Running regression tests on $machine" + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + unset LD_LIBRARY_PATH + elif [[ $machine =~ "Hera" ]] + then + echo "Running regression tests on $machine" + export ACCNR=nems + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + elif [[ $machine =~ "Derecho" ]] + then + echo "Running regression tests on $machine" + export ACCNR=nral0032 + ./rt.sh -a ${ACCNR} -e -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + else + echo "Running regression tests on $machine" + ./rt.sh -a ${ACCNR} -r -l rt.conf | tee $WORKSPACE/tests/logs/RT-run-$machine.log + fi + + 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) }') + echo "Testing concluded...removing labels for $machine from $GIT_URL" + 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/RegressionTests_$machine_name_logs.log + git commit -m "[AutoRT] $machine Job Completed.\n\n\n on-behalf-of @ufs-community " + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) + GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) + + curl --silent -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/${GIT_OWNER}/${GIT_REPO_NAME}/issues/${CHANGE_ID}/labels/$machine-RT + + ''' + s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] + } + } + catch(err) { + sh ''' + export machine=${NODE_NAME} + export CHANGE_ID=${CHANGE_ID} + 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') + 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) }') + echo "Testing concluded...removing labels for $machine from $GIT_URL" + 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 + + if [[ -f $WORKSPACE/tests/logs/RT-run-$machine.log ]] ; then + git add $WORKSPACE/tests/logs/RT-run-$machine.log + fi + git commit --allow-empty -m "[AutoRT] $machine Job Failed!\n\n\n on-behalf-of @ufs-community " + + git pull sshorigin $FORK_BRANCH + git push sshorigin HEAD:$FORK_BRANCH + + tar --create --gzip --verbose --dereference --file "${machine_name_logs}.tgz" ${WORKSPACE}/tests/logs/*.log + + GIT_OWNER=$(echo $GIT_URL | cut -d '/' -f4) + GIT_REPO_NAME=$(echo $GIT_URL | cut -d '/' -f5 | cut -d '.' -f1) + + curl --silent -X DELETE -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer ${GITHUB_TOKEN}" https://api.github.com/repos/${GIT_OWNER}/${GIT_REPO_NAME}/issues/${CHANGE_ID}/labels -d '{"labels":["$machine-.*RT|$machine-.*BL"]}' + ''' + s3Upload consoleLogLevel: 'INFO', dontSetBuildResultOnFailure: false, dontWaitForConcurrentBuildCompletion: false, entries: [[bucket: 'noaa-epic-prod-jenkins-artifacts', excludedFile: '', flatten: true, gzipFiles: false, keepForever: false, managedArtifacts: true, noUploadOnFailure: false, selectedRegion: 'us-east-1', showDirectlyInBrowser: false, sourceFile: "**/*tgz*", storageClass: 'STANDARD', uploadFromSlave: false, useServerSideEncryption: false]], pluginFailureResultConstraint: 'FAILURE', profileName: 'main', userMetadata: [] + currentBuild.result = 'FAILURE' + } + } + } + } + } +} + +def parallelStagesMap = modifiedLabels.collectEntries { + ["${it}" : generateStage(it)] +} + +pipeline { + agent none + environment { + ACCNR = 'epic' + GITHUB_TOKEN = credentials('GithubJenkinsNew') + GIT_URL = 'https://github.com/ufs-community/ufs-weather-model.git' + } + stages { + stage('Run SonarQube Testing') { + steps { + script { + build job: '/ufs-weather-model/ufs-wm-sonarqube', parameters: [ + string(name: 'BRANCH_NAME', value: env.CHANGE_BRANCH ?: 'develop'), + string(name: 'FORK_NAME', value: env.CHANGE_FORK ?: '') + ], wait: false + } + } + } + stage('Run Regression Tests in Parallel') { + steps { + script { + parallel parallelStagesMap + } + } + } + } + post { + success { + node('built-in') { + echo 'This will run only if successful.' + sh ''' + aws sns publish --topic-arn "arn:aws:sns:us-east-1:211527314271:Jenkins-CICD-Notifications" --region us-east-1 --message '{"version":"1.0","source":"custom","content":{"description":":sunny: Jenkins build *'"$JOB_NAME"' '"$BUILD_NUMBER"'* with *PR-'"$CHANGE_ID"'* *succeeded*"}}' + ''' + } + } + failure { + node('built-in') { + echo 'This will run only if the run was marked as unstable.' + sh ''' + aws sns publish --topic-arn "arn:aws:sns:us-east-1:211527314271:Jenkins-CICD-Notifications" --region us-east-1 --message '{"version":"1.0","source":"custom","content":{"description":":warning: Jenkins build *'"$JOB_NAME"' '"$BUILD_NUMBER"'* with *PR-'"$CHANGE_ID"'* *failed!*"}}' + ''' + } + } + } +} diff --git a/tests/ci/repo_check.sh b/tests/ci/repo_check.sh index b8d0487e61..fe42ac0403 100755 --- a/tests/ci/repo_check.sh +++ b/tests/ci/repo_check.sh @@ -13,8 +13,8 @@ result() { } # Declare variables -declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake -submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake" +declare -A base fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere +submodules="fv3 mom6 cice ww3 stoch gocart cmeps cdeps hycom cmake ccpp-framework ccpp-physics upp atmos_cubed_sphere" comment='' ownerID=$1 @@ -39,12 +39,12 @@ ww3[repo]='https://github.com/NOAA-EMC/WW3' ww3[branch]='dev/ufs-weather-model' ww3[dir]='WW3' -stoch[repo]='https://github.com/noaa-psd/stochastic_physics' +stoch[repo]='https://github.com/noaa-psl/stochastic_physics' stoch[branch]='master' stoch[dir]='stochastic_physics' gocart[repo]='https://github.com/GEOS-ESM/GOCART' -gocart[branch]='develop' +gocart[branch]='main' gocart[dir]='GOCART' cmeps[repo]='https://github.com/NOAA-EMC/CMEPS' @@ -63,6 +63,22 @@ cmake[repo]='https://github.com/NOAA-EMC/CMakeModules' cmake[branch]='develop' cmake[dir]='CMakeModules' +ccpp-framework[repo]='https://github.com/NCAR/ccpp-framework' +ccpp-framework[branch]='main' +ccpp-framework[dir]='ccpp/framework' + +ccpp-physics[repo]='https://github.com/ufs-community/ccpp-physics' +ccpp-physics[branch]='ufs/dev' +ccpp-physics[dir]='ccpp/physics' + +upp[repo]='https://github.com/NOAA-EMC/UPP' +upp[branch]='develop' +upp[dir]='upp' + +atmos_cubed_sphere[repo]='https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere' +atmos_cubed_sphere[branch]='main' +atmos_cubed_sphere[dir]='atmos_cubed_sphere' + # Get sha-1's of the top of develop of ufs-weather-model app="Accept: application/vnd.github.v3+json" url="https://api.github.com/repos/ufs-community/ufs-weather-model/branches/develop" diff --git a/tests/default_vars.sh b/tests/default_vars.sh index e712fd7a90..78733a678d 100755 --- a/tests/default_vars.sh +++ b/tests/default_vars.sh @@ -308,7 +308,7 @@ export DumpFields="false" export_fv3 () { # ufs.configure defaults -export UFS_CONFIGURE=ufs.configure.atm.IN +export UFS_CONFIGURE=ufs.configure.atm_esmf.IN export MODEL_CONFIGURE=model_configure.IN export atm_model=fv3 diff --git a/tests/logs/OpnReqTests_control_p8_hera.log b/tests/logs/OpnReqTests_control_p8_hera.log index 3fc2ff7201..3fc707bec8 100644 --- a/tests/logs/OpnReqTests_control_p8_hera.log +++ b/tests/logs/OpnReqTests_control_p8_hera.log @@ -1,9 +1,9 @@ -Wed Feb 28 15:14:11 UTC 2024 +Wed Mar 13 16:00:32 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_bit_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/bit_base_bit_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 281.461889 - 0: The maximum resident set size (KB) = 1300600 + 0: The total amount of wall time = 330.604077 + 0: The maximum resident set size (KB) = 1306700 Test bit_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 901.527002 - 0: The maximum resident set size (KB) = 1282896 + 0: The total amount of wall time = 929.248031 + 0: The maximum resident set size (KB) = 1291568 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 249.770627 - 0: The maximum resident set size (KB) = 1280800 + 0: The total amount of wall time = 250.255270 + 0: The maximum resident set size (KB) = 1278404 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/mpi_mpi +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 252.183005 - 0: The maximum resident set size (KB) = 1280256 + 0: The total amount of wall time = 252.275080 + 0: The maximum resident set size (KB) = 1281536 Test mpi PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 249.439187 - 0: The maximum resident set size (KB) = 1279912 + 0: The total amount of wall time = 257.921526 + 0: The maximum resident set size (KB) = 1278656 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 255.032590 - 0: The maximum resident set size (KB) = 1278480 + 0: The total amount of wall time = 248.830644 + 0: The maximum resident set size (KB) = 1281968 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/control_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_165959/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_226640/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 = 251.992809 - 0: The maximum resident set size (KB) = 1280792 + 0: The total amount of wall time = 250.246300 + 0: The maximum resident set size (KB) = 1282284 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Feb 28 16:27:22 UTC 2024 -Elapsed time: 01h:13m:11s. Have a nice day! +Wed Mar 13 17:40:13 UTC 2024 +Elapsed time: 01h:39m:42s. Have a nice day! diff --git a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log index 27ff848110..b33f69d226 100644 --- a/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log +++ b/tests/logs/OpnReqTests_cpld_control_nowave_noaero_p8_hera.log @@ -1,9 +1,9 @@ -Wed Feb 28 18:25:43 UTC 2024 +Wed Mar 13 18:29:02 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_dbg_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/dbg_base_dbg_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/dbg_base_dbg_base Checking test dbg_base results .... Moving baseline dbg_base files .... Moving sfcf021.tile1.nc .........OK @@ -66,14 +66,14 @@ Moving baseline dbg_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 1260.280333 - 0: The maximum resident set size (KB) = 1412828 + 0: The total amount of wall time = 1390.651720 + 0: The maximum resident set size (KB) = 1411516 Test dbg_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/rst_rst +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/rst_rst Checking test rst results .... Comparing sfcf021.tile1.nc .....USING NCCMP......OK Comparing sfcf021.tile2.nc .....USING NCCMP......OK @@ -135,14 +135,14 @@ Checking test rst results .... Comparing RESTART/iced.2021-03-23-21600.nc .....USING NCCMP......OK Comparing RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .....USING NCCMP......OK - 0: The total amount of wall time = 384.587401 - 0: The maximum resident set size (KB) = 1391428 + 0: The total amount of wall time = 388.568533 + 0: The maximum resident set size (KB) = 1404964 Test rst PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/cpld_control_c96_noaero_p8_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_114547/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_216513/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving sfcf021.tile1.nc .........OK @@ -205,11 +205,11 @@ Moving baseline std_base files .... Moving RESTART/iced.2021-03-23-21600.nc .........OK Moving RESTART/ufs.cpld.cpl.r.2021-03-23-21600.nc .........OK - 0: The total amount of wall time = 383.528966 - 0: The maximum resident set size (KB) = 1394880 + 0: The total amount of wall time = 429.798207 + 0: The maximum resident set size (KB) = 1403184 Test std_base PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Feb 28 21:03:16 UTC 2024 -Elapsed time: 02h:37m:33s. Have a nice day! +Wed Mar 13 19:38:16 UTC 2024 +Elapsed time: 01h:09m:15s. Have a nice day! diff --git a/tests/logs/OpnReqTests_regional_control_hera.log b/tests/logs/OpnReqTests_regional_control_hera.log index b38e4a5e4d..67221b9610 100644 --- a/tests/logs/OpnReqTests_regional_control_hera.log +++ b/tests/logs/OpnReqTests_regional_control_hera.log @@ -1,9 +1,9 @@ -Wed Feb 28 17:31:35 UTC 2024 +Wed Mar 13 19:39:46 UTC 2024 Start Operation Requirement Test baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/dcp_dcp +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/dcp_dcp Checking test dcp results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -14,14 +14,14 @@ Checking test dcp results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 516.796008 - 0: The maximum resident set size (KB) = 590124 + 0: The total amount of wall time = 518.481376 + 0: The maximum resident set size (KB) = 589344 Test dcp PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/std_base_std_base +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/std_base_std_base Checking test std_base results .... Moving baseline std_base files .... Moving dynf000.nc .........OK @@ -33,14 +33,14 @@ Moving baseline std_base files .... Moving NATLEV.GrbF00 .........OK Moving NATLEV.GrbF06 .........OK - 0: The total amount of wall time = 512.332064 - 0: The maximum resident set size (KB) = 590524 + 0: The total amount of wall time = 511.698032 + 0: The maximum resident set size (KB) = 588824 Test std_base PASS baseline dir = /scratch1/NCEPDEV/stmp4/Zachary.Shrader/FV3_OPNREQ_TEST/OPNREQ_TEST/regional_control_std_base_gnu -working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_90229/thr_thr +working dir = /scratch1/NCEPDEV/stmp2/Zachary.Shrader/FV3_OPNREQ_TEST/opnReqTest_294049/thr_thr Checking test thr results .... Comparing dynf000.nc .....USING NCCMP......OK Comparing dynf006.nc .....USING NCCMP......OK @@ -51,11 +51,11 @@ Checking test thr results .... Comparing NATLEV.GrbF00 .....USING CMP......OK Comparing NATLEV.GrbF06 .....USING CMP......OK - 0: The total amount of wall time = 517.910868 - 0: The maximum resident set size (KB) = 586524 + 0: The total amount of wall time = 514.740790 + 0: The maximum resident set size (KB) = 590320 Test thr PASS OPERATION REQUIREMENT TEST WAS SUCCESSFUL -Wed Feb 28 18:13:30 UTC 2024 -Elapsed time: 00h:41m:55s. Have a nice day! +Wed Mar 13 20:34:36 UTC 2024 +Elapsed time: 00h:54m:51s. Have a nice day! diff --git a/tests/logs/RT-run-Orion.log b/tests/logs/RT-run-Orion.log new file mode 100644 index 0000000000..d6bd7eb96b --- /dev/null +++ b/tests/logs/RT-run-Orion.log @@ -0,0 +1,2467 @@ +Orion-login-1.HPC.MsState.Edu +Machine: orion Account: epic +Linking /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_170319 to /work/noaa/epic/role-epic/jenkins/workspace/s-weather-model_pipeline_PR-2172/tests/run_dir +Run regression test in: /work/noaa/epic/stmp/role-epic/stmp/role-epic/FV3_RT/rt_170319 +No update needed to TESTS_FILE +COMPILING s2swa_32bit_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +COMPILING s2swa_32bit_pdlib_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 239 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 239 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 239 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 197 +OCN_petlist_bounds: 198 231 +ICE_petlist_bounds: 232 251 +WAV_petlist_bounds: 252 301 +CHM_petlist_bounds: 0 191 +MED_petlist_bounds: 0 191 +AQM_petlist_bounds: 0 191 +LND_petlist_bounds: +UFS_tasks : 302 +COMPILING s2swa_32bit_pdlib_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 257 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 258 +COMPILING s2swa_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 167 +OCN_petlist_bounds: 168 187 +ICE_petlist_bounds: 188 197 +WAV_petlist_bounds: 198 221 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 222 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 197 +OCN_petlist_bounds: 198 231 +ICE_petlist_bounds: 232 251 +WAV_petlist_bounds: 252 279 +CHM_petlist_bounds: 0 191 +MED_petlist_bounds: 0 191 +AQM_petlist_bounds: 0 191 +LND_petlist_bounds: +UFS_tasks : 280 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 623 +OCN_petlist_bounds: 624 683 +ICE_petlist_bounds: 684 707 +WAV_petlist_bounds: 708 787 +CHM_petlist_bounds: 0 575 +MED_petlist_bounds: 0 575 +AQM_petlist_bounds: 0 575 +LND_petlist_bounds: +UFS_tasks : 788 +ATM_petlist_bounds: 0 599 +OCN_petlist_bounds: 600 659 +ICE_petlist_bounds: 660 683 +WAV_petlist_bounds: 684 763 +CHM_petlist_bounds: 0 575 +MED_petlist_bounds: 0 575 +AQM_petlist_bounds: 0 575 +LND_petlist_bounds: +UFS_tasks : 764 +ATM_petlist_bounds: 0 959 +OCN_petlist_bounds: 960 1079 +ICE_petlist_bounds: 1080 1127 +WAV_petlist_bounds: 1128 1287 +CHM_petlist_bounds: 0 767 +MED_petlist_bounds: 0 767 +AQM_petlist_bounds: 0 767 +LND_petlist_bounds: +UFS_tasks : 1288 +ATM_petlist_bounds: 0 959 +OCN_petlist_bounds: 960 1079 +ICE_petlist_bounds: 1080 1127 +WAV_petlist_bounds: 1128 1287 +CHM_petlist_bounds: 0 767 +MED_petlist_bounds: 0 767 +AQM_petlist_bounds: 0 767 +LND_petlist_bounds: +UFS_tasks : 1288 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 180 +COMPILING s2sw_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 180 +COMPILING s2swa_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +COMPILING s2sw_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +COMPILING s2s_aoflux_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +COMPILING s2s_intel +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 15 +ICE_petlist_bounds: 16 19 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 5 +MED_petlist_bounds: 0 5 +AQM_petlist_bounds: 0 5 +LND_petlist_bounds: +UFS_tasks : 20 +COMPILING s2swa_faster_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 199 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 200 +COMPILING s2sw_pdlib_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 239 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 239 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 197 +OCN_petlist_bounds: 198 231 +ICE_petlist_bounds: 232 251 +WAV_petlist_bounds: 252 301 +CHM_petlist_bounds: 0 191 +MED_petlist_bounds: 0 191 +AQM_petlist_bounds: 0 191 +LND_petlist_bounds: +UFS_tasks : 302 +COMPILING s2sw_pdlib_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: 150 169 +ICE_petlist_bounds: 170 179 +WAV_petlist_bounds: 180 257 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 258 +COMPILING atm_dyn32_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 7 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 5 +MED_petlist_bounds: 0 5 +AQM_petlist_bounds: 0 5 +LND_petlist_bounds: +UFS_tasks : 8 +ATM_petlist_bounds: 0 7 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 5 +MED_petlist_bounds: 0 5 +AQM_petlist_bounds: 0 5 +LND_petlist_bounds: +UFS_tasks : 8 +ATM_petlist_bounds: 0 203 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 191 +MED_petlist_bounds: 0 191 +AQM_petlist_bounds: 0 191 +LND_petlist_bounds: +UFS_tasks : 204 +ATM_petlist_bounds: 0 671 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 575 +MED_petlist_bounds: 0 575 +AQM_petlist_bounds: 0 575 +LND_petlist_bounds: +UFS_tasks : 672 +ATM_petlist_bounds: 0 671 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 575 +MED_petlist_bounds: 0 575 +AQM_petlist_bounds: 0 575 +LND_petlist_bounds: +UFS_tasks : 672 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 155 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 156 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 239 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 219 +MED_petlist_bounds: 0 219 +AQM_petlist_bounds: 0 219 +LND_petlist_bounds: +UFS_tasks : 240 +ATM_petlist_bounds: 0 109 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 110 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +COMPILING ifi_intel +COMPILING rrfs_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 383 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 384 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 155 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 156 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 155 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 156 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING csawmg_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING wam_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING atm_faster_dyn32_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +COMPILING atm_debug_dyn32_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 119 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 109 +MED_petlist_bounds: 0 109 +AQM_petlist_bounds: 0 109 +LND_petlist_bounds: +UFS_tasks : 120 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING wam_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING rrfs_dyn32_phy32_intel +ATM_petlist_bounds: 0 383 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 384 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 155 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 156 +ATM_petlist_bounds: 0 155 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 156 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING rrfs_dyn32_phy32_faster_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 287 +MED_petlist_bounds: 0 287 +AQM_petlist_bounds: 0 287 +LND_petlist_bounds: +UFS_tasks : 300 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING rrfs_dyn64_phy32_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING rrfs_dyn32_phy32_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 287 +MED_petlist_bounds: 0 287 +AQM_petlist_bounds: 0 287 +LND_petlist_bounds: +UFS_tasks : 300 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING rrfs_dyn64_phy32_debug_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING hafsw_intel +ATM_petlist_bounds: 0 599 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 479 +MED_petlist_bounds: 0 479 +AQM_petlist_bounds: 0 479 +LND_petlist_bounds: +UFS_tasks : 600 +ATM_petlist_bounds: 0 599 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 479 +MED_petlist_bounds: 0 479 +AQM_petlist_bounds: 0 479 +LND_petlist_bounds: +UFS_tasks : 600 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: 300 359 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: 300 359 +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: 300 359 +ICE_petlist_bounds: +WAV_petlist_bounds: 360 419 +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 420 +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 480 +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 480 +ATM_petlist_bounds: 0 839 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 719 +MED_petlist_bounds: 0 719 +AQM_petlist_bounds: 0 719 +LND_petlist_bounds: +UFS_tasks : 840 +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: 480 599 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 600 +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 480 +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 359 +MED_petlist_bounds: 0 359 +AQM_petlist_bounds: 0 359 +LND_petlist_bounds: +UFS_tasks : 480 +COMPILING hafsw_debug_intel +ATM_petlist_bounds: 0 479 +OCN_petlist_bounds: 480 599 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 600 +COMPILING hafsw_faster_intel +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: 360 479 +ICE_petlist_bounds: +WAV_petlist_bounds: 480 599 +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 600 +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: 360 479 +ICE_petlist_bounds: +WAV_petlist_bounds: 480 599 +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 600 +COMPILING hafs_mom6w_intel +ATM_petlist_bounds: 0 359 +OCN_petlist_bounds: 360 479 +ICE_petlist_bounds: +WAV_petlist_bounds: 480 599 +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 600 +COMPILING hafs_all_intel +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: 300 359 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 299 +OCN_petlist_bounds: 300 359 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 239 +MED_petlist_bounds: 0 239 +AQM_petlist_bounds: 0 239 +LND_petlist_bounds: +UFS_tasks : 360 +ATM_petlist_bounds: 0 59 +OCN_petlist_bounds: 60 119 +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 59 +MED_petlist_bounds: 0 59 +AQM_petlist_bounds: 0 59 +LND_petlist_bounds: +UFS_tasks : 120 +COMPILING datm_cdeps_intel +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 39 +OCN_petlist_bounds: 40 159 +ICE_petlist_bounds: 160 207 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 39 +MED_petlist_bounds: 0 39 +AQM_petlist_bounds: 0 39 +LND_petlist_bounds: +UFS_tasks : 208 +ATM_petlist_bounds: 0 39 +OCN_petlist_bounds: 40 159 +ICE_petlist_bounds: 160 207 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 39 +MED_petlist_bounds: 0 39 +AQM_petlist_bounds: 0 39 +LND_petlist_bounds: +UFS_tasks : 208 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +COMPILING datm_cdeps_debug_intel +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +COMPILING datm_cdeps_faster_intel +ATM_petlist_bounds: 0 11 +OCN_petlist_bounds: 12 27 +ICE_petlist_bounds: 28 39 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 11 +MED_petlist_bounds: 0 11 +AQM_petlist_bounds: 0 11 +LND_petlist_bounds: +UFS_tasks : 40 +COMPILING datm_cdeps_land_intel +ATM_petlist_bounds: 0 143 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 144 287 +UFS_tasks : 288 +ATM_petlist_bounds: 0 143 +OCN_petlist_bounds: 144 159 +ICE_petlist_bounds: 160 171 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 172 315 +UFS_tasks : 316 +ATM_petlist_bounds: 0 143 +OCN_petlist_bounds: 144 159 +ICE_petlist_bounds: 160 171 +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 172 315 +UFS_tasks : 316 +COMPILING atml_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 150 293 +UFS_tasks : 294 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 150 293 +UFS_tasks : 294 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: 150 293 +UFS_tasks : 294 +COMPILING atmw_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: 150 179 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 180 +COMPILING atmwm_intel +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: 150 179 +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 180 +COMPILING atmaero_intel +ATM_petlist_bounds: 0 197 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 191 +MED_petlist_bounds: 0 191 +AQM_petlist_bounds: 0 191 +LND_petlist_bounds: +UFS_tasks : 198 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +ATM_petlist_bounds: 0 149 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 143 +MED_petlist_bounds: 0 143 +AQM_petlist_bounds: 0 143 +LND_petlist_bounds: +UFS_tasks : 150 +COMPILING atmaq_intel +COMPILING atmaq_debug_intel +ATM_petlist_bounds: 0 271 +OCN_petlist_bounds: +ICE_petlist_bounds: +WAV_petlist_bounds: +CHM_petlist_bounds: 0 263 +MED_petlist_bounds: 0 263 +AQM_petlist_bounds: 0 263 +LND_petlist_bounds: +UFS_tasks : 272 +COMPILING atm_gnu +COMPILING rrfs_gnu +COMPILING atm_dyn32_debug_gnu +COMPILING wam_debug_gnu +COMPILING rrfs_dyn32_phy32_gnu +COMPILING atm_dyn64_phy32_gnu +COMPILING atm_dyn32_phy32_debug_gnu +COMPILING atm_dyn64_phy32_debug_gnu +COMPILING s2swa_gnu +COMPILING s2s_gnu +COMPILING s2swa_debug_gnu +COMPILING s2sw_pdlib_gnu +COMPILING s2sw_pdlib_debug_gnu +COMPILING datm_cdeps_gnu +ping server(Orion-login-1.HPC.MsState.Edu:11198) succeeded in 00:00:00.430490 ~430 milliseconds +ecflow_server is already running on Orion-login-1.HPC.MsState.Edu:11198 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 221 +ecflow tasks remaining: 219 +ecflow tasks remaining: 219 +ecflow tasks remaining: 219 +ecflow tasks remaining: 219 +ecflow tasks remaining: 219 +ecflow tasks remaining: 219 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 218 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 216 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 213 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 212 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 211 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 210 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 208 +ecflow tasks remaining: 207 +ecflow tasks remaining: 207 +ecflow tasks remaining: 207 +ecflow tasks remaining: 207 +ecflow tasks remaining: 207 +ecflow tasks remaining: 206 +ecflow tasks remaining: 206 +ecflow tasks remaining: 206 +ecflow tasks remaining: 206 +ecflow tasks remaining: 206 +ecflow tasks remaining: 206 +ecflow tasks remaining: 205 +ecflow tasks remaining: 205 +ecflow tasks remaining: 205 +ecflow tasks remaining: 205 +ecflow tasks remaining: 205 +ecflow tasks remaining: 205 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 204 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 203 +ecflow tasks remaining: 202 +ecflow tasks remaining: 202 +ecflow tasks remaining: 202 +ecflow tasks remaining: 202 +ecflow tasks remaining: 202 +ecflow tasks remaining: 202 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 201 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 200 +ecflow tasks remaining: 199 +ecflow tasks remaining: 199 +ecflow tasks remaining: 199 +ecflow tasks remaining: 199 +ecflow tasks remaining: 199 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 198 +ecflow tasks remaining: 196 +ecflow tasks remaining: 196 +ecflow tasks remaining: 196 +ecflow tasks remaining: 196 +ecflow tasks remaining: 196 +ecflow tasks remaining: 196 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 195 +ecflow tasks remaining: 194 +ecflow tasks remaining: 194 +ecflow tasks remaining: 194 +ecflow tasks remaining: 194 +ecflow tasks remaining: 194 +ecflow tasks remaining: 194 +ecflow tasks remaining: 191 +ecflow tasks remaining: 191 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 190 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 189 +ecflow tasks remaining: 188 +ecflow tasks remaining: 188 +ecflow tasks remaining: 188 +ecflow tasks remaining: 188 +ecflow tasks remaining: 188 +ecflow tasks remaining: 188 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 187 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 186 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 185 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +ecflow tasks remaining: 182 +rt.sh finished +SUITES=suite regtest_264799 +suite regtest_170319 diff --git a/tests/logs/RegressionTests_gaea.log b/tests/logs/RegressionTests_gaea.log index 77b60b1745..9d9ca9cdaf 100755 --- a/tests/logs/RegressionTests_gaea.log +++ b/tests/logs/RegressionTests_gaea.log @@ -1,18 +1,41 @@ ====START OF GAEA REGRESSION TESTING LOG==== UFSWM hash used in testing: -ee6612850685d9e2b9b0858845eeb3df2dd44e49 +c3745cd3e1ac1ebcc5578002003501f1a674414f Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - c2a0c34db714ddbc0e650913a9835dfa8f05180c FV3 (remotes/origin/bugfix_tisfc_20240213) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -24,277 +47,278 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240227 -COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Jong.Kim/FV3_RT/rt_218944 +BASELINE DIRECTORY: /gpfs/f5/epic/world-shared/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /gpfs/f5/epic/scratch/Zachary.Shrader/FV3_RT/rt_42607 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic +* (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [15:09, 13:10] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [08:02, 05:13](3071 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [22:11, 19:47] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:04, 13:33](1697 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:08, 14:19](1813 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:07, 06:26](950 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [16:58, 14:33](1665 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [10:08, 07:31] -PASS -- TEST 'cpld_debug_gfsv17_intel' [28:05, 25:48](1698 MB) - -PASS -- COMPILE 's2swa_intel' [16:09, 13:24] -PASS -- TEST 'cpld_control_p8_intel' [08:12, 06:00](3097 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [08:20, 06:02](3096 MB) -PASS -- TEST 'cpld_restart_p8_intel' [06:00, 03:34](3155 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:11, 06:04](3123 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [05:55, 03:39](3176 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [08:06, 05:26](3412 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [08:07, 05:53](3097 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [07:13, 05:05](3021 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [08:21, 06:02](3097 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [13:06, 09:50](3270 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:50, 06:49](3599 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [17:25, 12:14](4035 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:53, 08:31](4343 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [08:13, 05:46](3066 MB) - -PASS -- COMPILE 's2sw_intel' [14:09, 12:13] -PASS -- TEST 'cpld_control_noaero_p8_intel' [07:00, 04:29](1682 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [07:03, 04:37](1730 MB) - -PASS -- COMPILE 's2swa_debug_intel' [10:08, 07:22] -PASS -- TEST 'cpld_debug_p8_intel' [11:01, 08:19](3127 MB) - -PASS -- COMPILE 's2sw_debug_intel' [09:08, 07:02] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:59, 05:31](1694 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [13:08, 11:13] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [07:02, 04:37](1731 MB) - -PASS -- COMPILE 's2s_intel' [13:08, 10:55] -PASS -- TEST 'cpld_control_c48_intel' [08:46, 06:55](2662 MB) - -PASS -- COMPILE 's2swa_faster_intel' [18:10, 16:01] -PASS -- TEST 'cpld_control_p8_faster_intel' [08:04, 05:54](3099 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [20:10, 18:07] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:09, 14:30](1703 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [10:09, 07:09](1001 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:10, 16:52](1679 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [09:07, 07:06] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [29:08, 26:50](1711 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [13:08, 11:19] -PASS -- TEST 'control_flake_intel' [05:24, 03:29](673 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:29, 02:20](619 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:30, 02:24](627 MB) -PASS -- TEST 'control_latlon_intel' [04:23, 02:20](622 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:32, 02:21](623 MB) -PASS -- TEST 'control_c48_intel' [07:34, 05:39](727 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:34, 05:36](728 MB) -PASS -- TEST 'control_c192_intel' [10:30, 08:38](738 MB) -PASS -- TEST 'control_c384_intel' [18:48, 16:22](1042 MB) -PASS -- TEST 'control_c384gdas_intel' [17:40, 14:04](1185 MB) -PASS -- TEST 'control_stochy_intel' [03:23, 01:39](629 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:19, 01:00](429 MB) -PASS -- TEST 'control_lndp_intel' [03:23, 01:33](627 MB) -PASS -- TEST 'control_iovr4_intel' [04:25, 02:19](623 MB) -PASS -- TEST 'control_iovr5_intel' [04:25, 02:21](623 MB) -PASS -- TEST 'control_p8_intel' [04:51, 02:42](1606 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [04:57, 02:47](1609 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [04:46, 02:40](1609 MB) -PASS -- TEST 'control_restart_p8_intel' [03:38, 01:34](790 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:42, 02:42](1596 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:39, 01:34](792 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:42, 02:49](1594 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:41, 02:26](1685 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:36, 04:44](1607 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:43, 03:37](1657 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:45, 02:47](1615 MB) -PASS -- TEST 'merra2_thompson_intel' [05:44, 03:17](1615 MB) -PASS -- TEST 'regional_control_intel' [06:31, 04:35](615 MB) -PASS -- TEST 'regional_restart_intel' [04:26, 02:29](789 MB) -PASS -- TEST 'regional_decomp_intel' [06:30, 04:46](615 MB) -PASS -- TEST 'regional_2threads_intel' [04:30, 02:49](758 MB) -PASS -- TEST 'regional_noquilt_intel' [06:33, 04:29](1153 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:37, 04:36](615 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:36](615 MB) -PASS -- TEST 'regional_wofs_intel' [07:29, 05:54](1591 MB) - -PASS -- COMPILE 'rrfs_intel' [12:08, 09:47] -PASS -- TEST 'rap_control_intel' [08:37, 06:35](1010 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:50, 03:57](1183 MB) -PASS -- TEST 'rap_decomp_intel' [08:41, 06:49](1009 MB) -PASS -- TEST 'rap_2threads_intel' [07:40, 06:01](1093 MB) -PASS -- TEST 'rap_restart_intel' [05:36, 03:24](880 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:43, 06:23](1007 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:42, 06:39](1006 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:41, 04:55](879 MB) -PASS -- TEST 'hrrr_control_intel' [05:34, 03:28](1005 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:33](1006 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [04:41, 02:59](1078 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:21, 01:55](837 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:44, 06:25](1002 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:26, 07:53](1967 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:25, 07:32](1948 MB) - -PASS -- COMPILE 'csawmg_intel' [11:08, 09:22] -PASS -- TEST 'control_csawmg_intel' [07:28, 05:34](695 MB) -PASS -- TEST 'control_csawmgt_intel' [07:27, 05:34](693 MB) -PASS -- TEST 'control_ras_intel' [05:21, 03:10](657 MB) - -PASS -- COMPILE 'wam_intel' [11:08, 09:07] -PASS -- TEST 'control_wam_intel' [04:20, 02:08](369 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [14:09, 12:05] -PASS -- TEST 'control_p8_faster_intel' [04:46, 02:36](1607 MB) -PASS -- TEST 'regional_control_faster_intel' [06:30, 04:26](614 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [09:07, 07:02] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:27, 02:46](780 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:29, 02:43](784 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:20, 03:03](788 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:20, 02:46](792 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:28, 04:03](827 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [06:28, 04:07](828 MB) -PASS -- TEST 'control_ras_debug_intel' [04:20, 02:45](798 MB) -PASS -- TEST 'control_diag_debug_intel' [04:25, 02:50](846 MB) -PASS -- TEST 'control_debug_p8_intel' [04:36, 02:48](1622 MB) -PASS -- TEST 'regional_debug_intel' [18:42, 16:14](638 MB) -PASS -- TEST 'rap_control_debug_intel' [06:25, 04:58](1169 MB) -PASS -- TEST 'hrrr_control_debug_intel' [06:24, 04:43](1168 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:25, 04:59](1170 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [06:24, 04:53](1170 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:23, 04:53](1169 MB) -PASS -- TEST 'rap_diag_debug_intel' [07:30, 05:08](1254 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:23, 05:02](1169 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:22, 04:59](1170 MB) -PASS -- TEST 'rap_lndp_debug_intel' [06:24, 04:59](1171 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [06:24, 04:55](1169 MB) -PASS -- TEST 'rap_noah_debug_intel' [07:24, 05:28](1169 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [06:23, 04:55](1168 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:24, 08:01](1169 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [06:23, 04:52](1166 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:22, 05:49](1171 MB) -PASS -- TEST 'rap_flake_debug_intel' [06:21, 04:55](1169 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:40, 08:23](1174 MB) - -PASS -- COMPILE 'wam_debug_intel' [07:07, 05:22] -PASS -- TEST 'control_wam_debug_intel' [06:19, 04:53](396 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [11:08, 09:07] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:49, 03:48](1053 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:35, 05:27](888 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:38, 03:01](884 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [06:39, 05:04](948 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:40, 02:38](936 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [05:36, 03:08](886 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:39, 04:06](782 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:21, 01:42](764 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [13:08, 11:27] -PASS -- TEST 'conus13km_control_intel' [03:41, 01:57](1094 MB) -PASS -- TEST 'conus13km_2threads_intel' [04:32, 01:03](1074 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [03:28, 01:16](974 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [11:08, 09:18] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:42, 03:53](904 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [07:07, 05:33] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:22, 04:53](1048 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:21, 04:39](1048 MB) -PASS -- TEST 'conus13km_debug_intel' [15:43, 13:37](1129 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [15:42, 13:56](803 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [09:36, 08:02](1110 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:39, 13:57](1196 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [07:07, 05:30] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [07:24, 05:21](1067 MB) - -PASS -- COMPILE 'hafsw_intel' [13:08, 11:15] -PASS -- TEST 'hafs_regional_atm_intel' [08:06, 05:18](708 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:25, 04:26](1056 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:17, 07:31](752 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [14:08, 11:43](784 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [15:18, 12:48](791 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:58, 05:16](473 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:19, 06:43](500 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:51, 02:55](373 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [12:06, 08:00](435 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:47, 03:44](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:54, 03:30](509 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [06:51, 04:41](573 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:29, 01:45](401 MB) -PASS -- TEST 'gnv1_nested_intel' [05:55, 03:59](762 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [09:08, 06:34] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [14:54, 13:06](585 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [16:09, 14:24] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [09:56, 07:41](613 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [09:58, 07:44](784 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [14:09, 12:02] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [07:55, 06:01](787 MB) - -PASS -- COMPILE 'hafs_all_intel' [13:09, 11:08] -PASS -- TEST 'hafs_regional_docn_intel' [08:09, 05:58](746 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [08:07, 06:02](730 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [22:04, 20:06](893 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [12:08, 10:07] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:19, 02:33](745 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:18, 01:33](747 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:18, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:18, 02:24](639 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:18, 02:26](635 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:18, 02:31](758 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:18, 02:32](759 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:18, 02:23](639 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [07:43, 05:55](692 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:42, 05:51](675 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:16, 02:33](758 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:20, 04:33](2014 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [06:20, 04:33](2013 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [07:07, 05:18] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:19, 05:17](741 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [12:08, 10:05] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:18, 02:31](758 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [04:06, 02:03] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [03:38, 01:22](309 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:32, 01:09](456 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:31, 00:56](456 MB) - -PASS -- COMPILE 'atml_intel' [13:09, 11:22] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:05, 06:17](1640 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [09:02, 06:15](1640 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:33, 03:24](835 MB) - -PASS -- COMPILE 'atmw_intel' [12:09, 10:26] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:43, 01:45](1647 MB) - -PASS -- COMPILE 'atmwm_intel' [12:09, 10:26] -PASS -- TEST 'control_atmwav_intel' [03:35, 01:39](640 MB) - -PASS -- COMPILE 'atmaero_intel' [11:08, 09:47] -PASS -- TEST 'atmaero_control_p8_intel' [05:47, 04:02](2946 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:48, 04:35](3012 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:41, 04:52](3019 MB) - -PASS -- COMPILE 'atmaq_intel' [11:08, 09:48] - -PASS -- COMPILE 'atmaq_debug_intel' [08:08, 06:07] -PASS -- TEST 'regional_atmaq_debug_intel' [20:16, 18:11](4485 MB) +PASS -- COMPILE 's2swa_32bit_intel' [22:11, 20:44] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [14:16, 11:07](3071 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [36:25, 34:46] +PASS -- TEST 'cpld_control_gfsv17_intel' [17:41, 13:41](1700 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [19:41, 14:26](1812 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [10:17, 06:47](949 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [19:23, 14:52](1668 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [15:13, 14:00] +PASS -- TEST 'cpld_debug_gfsv17_intel' [27:59, 24:41](1700 MB) + +PASS -- COMPILE 's2swa_intel' [21:10, 19:45] +PASS -- TEST 'cpld_control_p8_intel' [17:10, 11:50](3097 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [16:51, 11:42](3096 MB) +PASS -- TEST 'cpld_restart_p8_intel' [08:37, 05:55](3155 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [16:37, 11:58](3123 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [08:50, 05:27](3176 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [14:03, 06:37](3414 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [15:52, 12:06](3097 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [15:52, 11:14](3019 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [17:21, 11:41](3097 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [18:48, 14:01](3271 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [14:01, 07:17](3600 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [21:00, 13:08](4036 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [17:33, 09:16](4345 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [12:25, 08:18](3066 MB) + +PASS -- COMPILE 's2sw_intel' [19:09, 17:47] +PASS -- TEST 'cpld_control_noaero_p8_intel' [07:45, 05:01](1682 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [08:48, 05:26](1730 MB) + +PASS -- COMPILE 's2swa_debug_intel' [16:09, 14:33] +PASS -- TEST 'cpld_debug_p8_intel' [12:51, 10:04](3131 MB) + +PASS -- COMPILE 's2sw_debug_intel' [16:09, 14:20] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [09:40, 06:07](1698 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [18:13, 16:03] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [08:50, 05:30](1731 MB) + +PASS -- COMPILE 's2s_intel' [18:13, 16:40] +PASS -- TEST 'cpld_control_c48_intel' [09:23, 06:55](2661 MB) + +PASS -- COMPILE 's2swa_faster_intel' [25:15, 23:59] +PASS -- TEST 'cpld_control_p8_faster_intel' [15:01, 11:40](3099 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [24:14, 22:26] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:48, 15:12](1704 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:25, 07:47](1001 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [20:49, 17:27](1680 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [14:13, 12:36] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [30:38, 27:08](1714 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [20:15, 18:06] +PASS -- TEST 'control_flake_intel' [06:14, 03:40](675 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [06:04, 02:37](620 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [05:55, 02:38](627 MB) +PASS -- TEST 'control_latlon_intel' [05:51, 02:33](622 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [05:51, 02:34](623 MB) +PASS -- TEST 'control_c48_intel' [08:27, 05:38](727 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [08:38, 05:42](727 MB) +PASS -- TEST 'control_c192_intel' [11:16, 08:55](739 MB) +PASS -- TEST 'control_c384_intel' [20:02, 16:21](1042 MB) +PASS -- TEST 'control_c384gdas_intel' [20:02, 14:17](1184 MB) +PASS -- TEST 'control_stochy_intel' [04:02, 01:59](626 MB) +PASS -- TEST 'control_stochy_restart_intel' [03:58, 01:01](430 MB) +PASS -- TEST 'control_lndp_intel' [04:03, 01:51](628 MB) +PASS -- TEST 'control_iovr4_intel' [05:52, 02:34](623 MB) +PASS -- TEST 'control_iovr5_intel' [05:52, 02:38](622 MB) +PASS -- TEST 'control_p8_intel' [08:10, 04:11](1605 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [07:24, 04:02](1608 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [06:40, 03:58](1609 MB) +PASS -- TEST 'control_restart_p8_intel' [05:11, 02:07](790 MB) +PASS -- TEST 'control_noqr_p8_intel' [06:32, 03:48](1595 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [04:15, 01:44](792 MB) +PASS -- TEST 'control_decomp_p8_intel' [06:13, 03:24](1594 MB) +PASS -- TEST 'control_2threads_p8_intel' [05:12, 02:44](1685 MB) +PASS -- TEST 'control_p8_lndp_intel' [09:24, 05:43](1606 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:28, 04:13](1657 MB) +PASS -- TEST 'control_p8_mynn_intel' [06:23, 03:19](1615 MB) +PASS -- TEST 'merra2_thompson_intel' [06:21, 03:57](1616 MB) +PASS -- TEST 'regional_control_intel' [06:59, 04:40](615 MB) +PASS -- TEST 'regional_restart_intel' [04:40, 02:52](785 MB) +PASS -- TEST 'regional_decomp_intel' [06:57, 04:50](615 MB) +PASS -- TEST 'regional_2threads_intel' [04:50, 02:54](758 MB) +PASS -- TEST 'regional_noquilt_intel' [06:49, 04:35](1153 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:55, 04:56](615 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:45, 04:43](614 MB) +PASS -- TEST 'regional_wofs_intel' [08:50, 06:09](1591 MB) + +PASS -- COMPILE 'rrfs_intel' [16:16, 14:22] +PASS -- TEST 'rap_control_intel' [10:08, 07:02](1009 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [06:09, 03:56](1187 MB) +PASS -- TEST 'rap_decomp_intel' [09:57, 07:21](1009 MB) +PASS -- TEST 'rap_2threads_intel' [09:51, 06:12](1098 MB) +PASS -- TEST 'rap_restart_intel' [06:05, 03:26](880 MB) +PASS -- TEST 'rap_sfcdiff_intel' [09:45, 06:40](1007 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [09:45, 07:03](1005 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [08:04, 05:11](880 MB) +PASS -- TEST 'hrrr_control_intel' [06:08, 03:49](1005 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [06:04, 03:57](1006 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:58, 03:06](1087 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:30, 01:58](837 MB) +PASS -- TEST 'rrfs_v1beta_intel' [09:08, 06:42](1003 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [10:53, 08:15](1967 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:50, 08:05](1950 MB) + +PASS -- COMPILE 'csawmg_intel' [18:13, 16:06] +PASS -- TEST 'control_csawmg_intel' [08:49, 06:41](695 MB) +PASS -- TEST 'control_csawmgt_intel' [08:44, 06:30](694 MB) +PASS -- TEST 'control_ras_intel' [05:33, 03:25](656 MB) + +PASS -- COMPILE 'wam_intel' [17:15, 15:08] +PASS -- TEST 'control_wam_intel' [04:32, 02:12](369 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [23:15, 20:55] +PASS -- TEST 'control_p8_faster_intel' [07:34, 03:16](1607 MB) +PASS -- TEST 'regional_control_faster_intel' [06:48, 04:26](614 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [18:09, 15:47] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:30, 02:48](779 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:09, 02:50](782 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:30, 03:13](786 MB) +PASS -- TEST 'control_lndp_debug_intel' [04:22, 02:50](790 MB) +PASS -- TEST 'control_csawmg_debug_intel' [06:47, 04:35](825 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [07:01, 04:26](825 MB) +PASS -- TEST 'control_ras_debug_intel' [05:27, 03:02](796 MB) +PASS -- TEST 'control_diag_debug_intel' [05:44, 03:16](844 MB) +PASS -- TEST 'control_debug_p8_intel' [05:37, 03:50](1622 MB) +PASS -- TEST 'regional_debug_intel' [18:55, 16:41](635 MB) +PASS -- TEST 'rap_control_debug_intel' [07:28, 05:33](1167 MB) +PASS -- TEST 'hrrr_control_debug_intel' [07:32, 05:43](1165 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [07:31, 05:25](1168 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [07:31, 05:33](1167 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [07:34, 05:30](1167 MB) +PASS -- TEST 'rap_diag_debug_intel' [09:03, 05:34](1253 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [07:54, 05:06](1167 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [07:44, 05:13](1168 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:38, 05:03](1169 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [07:39, 05:10](1167 MB) +PASS -- TEST 'rap_noah_debug_intel' [06:28, 05:01](1167 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:34, 05:03](1166 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [09:32, 07:51](1166 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [06:33, 04:56](1163 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [08:41, 06:15](1169 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:39, 05:03](1167 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [11:14, 08:23](1172 MB) + +PASS -- COMPILE 'wam_debug_intel' [15:09, 13:16] +PASS -- TEST 'control_wam_debug_intel' [06:40, 04:55](397 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [15:15, 13:56] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [06:08, 03:49](1054 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [09:17, 06:20](888 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [06:06, 03:28](884 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:58, 05:27](945 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:00, 02:48](941 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:08, 03:43](887 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [07:03, 04:10](784 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:33, 01:43](764 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [14:11, 12:33] +PASS -- TEST 'conus13km_control_intel' [05:00, 02:02](1095 MB) +PASS -- TEST 'conus13km_2threads_intel' [04:22, 01:18](1075 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [03:54, 01:21](974 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [15:15, 13:16] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [07:07, 04:22](904 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [11:13, 09:15] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:32, 05:00](1048 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:32, 04:59](1048 MB) +PASS -- TEST 'conus13km_debug_intel' [16:55, 14:09](1130 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [16:53, 14:30](805 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [10:40, 08:17](1112 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [15:42, 14:03](1196 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [11:13, 09:19] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [06:35, 04:56](1066 MB) + +PASS -- COMPILE 'hafsw_intel' [19:14, 17:54] +PASS -- TEST 'hafs_regional_atm_intel' [08:46, 05:17](707 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [07:01, 04:28](1055 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [10:37, 07:53](752 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [14:21, 11:46](788 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [16:17, 12:57](796 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [08:23, 05:26](473 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:37, 06:41](499 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [06:04, 02:54](373 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [14:03, 08:07](443 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [06:00, 03:50](509 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [06:14, 03:39](507 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:24, 04:42](575 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [04:45, 02:49](401 MB) +PASS -- TEST 'gnv1_nested_intel' [07:24, 04:21](764 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [15:13, 13:22] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [17:58, 12:50](584 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [21:19, 19:29] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [11:50, 07:58](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [11:59, 07:54](786 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [20:15, 18:33] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [09:44, 06:03](786 MB) + +PASS -- COMPILE 'hafs_all_intel' [19:13, 17:07] +PASS -- TEST 'hafs_regional_docn_intel' [11:02, 06:10](747 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [09:58, 06:12](730 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [24:24, 21:56](893 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [13:16, 11:29] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:24, 02:36](759 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:25, 01:34](747 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [04:23, 02:25](637 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:21, 02:36](635 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [04:21, 02:38](635 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:22, 02:36](758 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:22, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [04:30, 02:26](637 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [09:00, 06:18](693 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [08:01, 06:10](675 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:20, 02:35](758 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [06:35, 04:36](2013 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [06:32, 04:42](2013 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [11:13, 09:40] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:24, 05:39](740 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [16:13, 13:46] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:25, 02:34](756 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [07:17, 04:50] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [05:21, 02:30](310 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [03:52, 01:37](456 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:29, 01:02](456 MB) + +PASS -- COMPILE 'atml_intel' [18:21, 16:21] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [16:20, 11:27](1640 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [12:03, 08:49](1640 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:51, 03:56](835 MB) + +PASS -- COMPILE 'atmw_intel' [18:12, 16:35] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [05:02, 02:23](1647 MB) + +PASS -- COMPILE 'atmwm_intel' [16:10, 14:45] +PASS -- TEST 'control_atmwav_intel' [04:00, 01:56](640 MB) + +PASS -- COMPILE 'atmaero_intel' [17:10, 14:51] +PASS -- TEST 'atmaero_control_p8_intel' [12:18, 09:05](2944 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [13:54, 09:06](3012 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [13:23, 09:08](3019 MB) + +PASS -- COMPILE 'atmaq_intel' [17:14, 15:16] + +PASS -- COMPILE 'atmaq_debug_intel' [13:18, 11:05] +PASS -- TEST 'regional_atmaq_debug_intel' [22:59, 19:38](4485 MB) SYNOPSIS: -Starting Date/Time: 20240229 11:15:07 -Ending Date/Time: 20240229 12:38:47 -Total Time: 01h:24m:02s +Starting Date/Time: 20240314 08:29:02 +Ending Date/Time: 20240314 10:21:41 +Total Time: 01h:53m:35s Compiles Completed: 39/39 Tests Completed: 182/182 diff --git a/tests/logs/RegressionTests_hercules.log b/tests/logs/RegressionTests_hercules.log index 98d94e2a3e..0c7977b8c3 100644 --- a/tests/logs/RegressionTests_hercules.log +++ b/tests/logs/RegressionTests_hercules.log @@ -1,18 +1,41 @@ ====START OF HERCULES REGRESSION TESTING LOG==== UFSWM hash used in testing: -3951b805f6c6071a13b4686f8fd00e93840f5040 +19159d93d74d6f3c37fdf74fb3475e000435f07e Submodule hashes used in testing: 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + be5d28fd1b60522e6fc98aefeead20e6aac3530b AQM/src/model/CMAQ (CMAQv5.2.1_07Feb2018-198-gbe5d28fd1) 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) - 620e48fe75d92aa607af7e21f2d8691baddd2851 CICE-interface/CICE (CICE6.0.0-445-g620e48f) - 624920ddbd819c76ec37591c24e872308201810e CMEPS-interface/CMEPS (cmeps_v0.4.1-2304-g624920d) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + f6ff8f7c4d4cb6feabe3651b13204cf43fc948e3 CICE-interface/CICE/icepack (Icepack1.1.0-182-gf6ff8f7) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) - c2a0c34db714ddbc0e650913a9835dfa8f05180c FV3 (remotes/origin/bugfix_tisfc_20240213) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) + 6663459e58a04e3bda2157d5891d227e3abc3c7a FV3/atmos_cubed_sphere (201912_public_release-386-g6663459) + 221788f4e2539af797eb02efe42465b153533201 FV3/ccpp/framework (ccpp_transition_to_vlab_master_20190705-613-g221788f) + bbdec2ffceeb0cda70aaaa4f44e619a5468e7be3 FV3/ccpp/physics (master-tag-before-replacing-with-ipd-setup-step-fast-5134-gbbdec2ff) + 74a0e098b2163425e4b5466c2dfcf8ae26d560a5 FV3/ccpp/physics/physics/Radiation/RRTMGP/rte-rrtmgp (v1.6) + 945cb2cef5e8bd5949afd4f0fc35c4fb6e95a1bf FV3/upp (upp_v10.2.0-159-g945cb2c) +-1ba8270870947b583cd51bc72ff8960f4c1fb36e FV3/upp/sorc/libIFI.fd +-a9828705b587c451fc2a7267d1c374d737be425b FV3/upp/sorc/ncep_post.fd/post_gtg.fd 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) - c8a7325c040b4cb1327c55c8248e8e66972239a5 MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-9878-gc8a7325c0) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) + 9423197f894112edfcb1502245f7d7b873d551f9 MOM6-interface/MOM6/pkg/CVMix-src (9423197) + 29e64d652786e1d076a05128c920f394202bfe10 MOM6-interface/MOM6/pkg/GSW-Fortran (29e64d6) + 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) + 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) + a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) + 37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d) + 3d7067a523b8557058755289e4275f5f5c985daf CDEPS-interface/CDEPS (cdeps0.4.17-40-g3d7067a) + 7d4e5defc1c5ff6d67cd74470e8fdbce5de84be1 CICE-interface/CICE (CICE6.0.0-446-g7d4e5de) + 758491ed6681dd6054b1ff877027e6da381e86f8 CMEPS-interface/CMEPS (cmeps_v0.4.1-2305-g758491e) + cabd7753ae17f7bfcc6dad56daf10868aa51c3f4 CMakeModules (v1.0.0-28-gcabd775) + 2bafb6fa982fdd7b2cd9fc7801a4bbadcc230fc6 FV3 (remotes/origin/csawv2_gjf) + 041422934cae1570f2f0e67239d5d89f11c6e1b7 GOCART (sdr_v2.1.2.6-119-g0414229) + 35789c757766e07f688b4c0c7c5229816f224b09 HYCOM-interface/HYCOM (2.3.00-121-g35789c7) + 10521a921d2f442de19a0cda240d912fd918c40c MOM6-interface/MOM6 (dev/master/repository_split_2014.10.10-10030-g10521a921) 0cd3e23ae5d35ef93e205e4d0c3b13ccc0d851f5 NOAHMP-interface/noahmp (v3.7.1-423-g0cd3e23) 4ffc47e10e3d3f3bbee50251aacb28b7e0165b92 WW3 (6.07.1-344-g4ffc47e1) a5561802021d89a9a1e2b52cb69393efcdc6f71c stochastic_physics (ufs-v2.0.0-199-ga556180) @@ -24,360 +47,368 @@ The first time is for the full script (prep+run+finalize). The second time is specifically for the run phase. Times/Memory will be empty for failed tests. -BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240227 -COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_4072729 +BASELINE DIRECTORY: /work/noaa/epic/hercules/UFS-WM_RT/NEMSfv3gfs/develop-20240312 +COMPARISON DIRECTORY: /work2/noaa/stmp/zshrader/stmp/zshrader/FV3_RT/rt_941138 RT.SH OPTIONS USED: * (-a) - HPC PROJECT ACCOUNT: epic * (-l) - USE CONFIG FILE: rt.conf * (-e) - USE ECFLOW -PASS -- COMPILE 's2swa_32bit_intel' [13:07, 11:21] -PASS -- TEST 'cpld_control_p8_mixedmode_intel' [10:08, 07:37](1904 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_intel' [17:07, 15:11] -PASS -- TEST 'cpld_control_gfsv17_intel' [16:02, 13:49](1777 MB) -PASS -- TEST 'cpld_control_gfsv17_iau_intel' [16:25, 14:05](2193 MB) -PASS -- TEST 'cpld_restart_gfsv17_intel' [09:22, 06:38](1175 MB) -PASS -- TEST 'cpld_mpi_gfsv17_intel' [18:03, 15:12](1693 MB) - -PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:06, 04:54] -PASS -- TEST 'cpld_debug_gfsv17_intel' [23:09, 20:29](1734 MB) - -PASS -- COMPILE 's2swa_intel' [13:06, 11:12] -PASS -- TEST 'cpld_control_p8_intel' [09:58, 07:38](2079 MB) -PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [10:10, 07:28](2076 MB) -PASS -- TEST 'cpld_restart_p8_intel' [07:12, 04:15](1972 MB) -PASS -- TEST 'cpld_control_qr_p8_intel' [09:57, 07:32](1974 MB) -PASS -- TEST 'cpld_restart_qr_p8_intel' [07:14, 04:21](1733 MB) -PASS -- TEST 'cpld_2threads_p8_intel' [10:51, 08:46](2487 MB) -PASS -- TEST 'cpld_decomp_p8_intel' [09:51, 07:38](2059 MB) -PASS -- TEST 'cpld_mpi_p8_intel' [09:01, 06:24](1894 MB) -PASS -- TEST 'cpld_control_ciceC_p8_intel' [10:04, 07:40](2076 MB) -PASS -- TEST 'cpld_control_c192_p8_intel' [18:50, 15:17](2808 MB) -PASS -- TEST 'cpld_restart_c192_p8_intel' [09:04, 05:38](2921 MB) -PASS -- TEST 'cpld_bmark_p8_intel' [15:34, 08:59](3632 MB) -PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:58, 05:45](3615 MB) -PASS -- TEST 'cpld_s2sa_p8_intel' [06:56, 04:57](2060 MB) - -PASS -- COMPILE 's2sw_intel' [13:08, 11:17] -PASS -- TEST 'cpld_control_noaero_p8_intel' [09:54, 07:06](1771 MB) -PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [06:03, 03:58](1819 MB) - -PASS -- COMPILE 's2swa_debug_intel' [06:06, 04:52] -PASS -- TEST 'cpld_debug_p8_intel' [09:10, 06:57](2147 MB) - -PASS -- COMPILE 's2sw_debug_intel' [06:06, 04:25] -PASS -- TEST 'cpld_debug_noaero_p8_intel' [07:20, 04:40](1793 MB) - -PASS -- COMPILE 's2s_aoflux_intel' [11:06, 09:18] -PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [06:01, 03:57](1835 MB) - -PASS -- COMPILE 's2s_intel' [10:06, 08:28] -PASS -- TEST 'cpld_control_c48_intel' [09:38, 07:12](2820 MB) - -PASS -- COMPILE 's2swa_faster_intel' [14:06, 12:55] -PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:16](2088 MB) - -PASS -- COMPILE 's2sw_pdlib_intel' [18:06, 16:37] -PASS -- TEST 'cpld_control_pdlib_p8_intel' [17:02, 14:06](1807 MB) -PASS -- TEST 'cpld_restart_pdlib_p8_intel' [09:01, 06:37](1278 MB) -PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [17:47, 15:16](1732 MB) - -PASS -- COMPILE 's2sw_pdlib_debug_intel' [06:05, 04:27] -PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:56, 21:48](1786 MB) - -PASS -- COMPILE 'atm_dyn32_intel' [10:05, 08:56] -PASS -- TEST 'control_flake_intel' [04:15, 02:52](712 MB) -PASS -- TEST 'control_CubedSphereGrid_intel' [04:17, 02:04](666 MB) -PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [04:21, 02:08](680 MB) -PASS -- TEST 'control_latlon_intel' [04:15, 02:06](677 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [04:21, 02:09](666 MB) -PASS -- TEST 'control_c48_intel' [07:22, 05:44](856 MB) -PASS -- TEST 'control_c48.v2.sfc_intel' [07:22, 05:42](863 MB) -PASS -- TEST 'control_c192_intel' [09:28, 07:47](957 MB) -PASS -- TEST 'control_c384_intel' [10:17, 08:01](1454 MB) -PASS -- TEST 'control_c384gdas_intel' [09:57, 07:03](1504 MB) -PASS -- TEST 'control_stochy_intel' [03:15, 01:28](670 MB) -PASS -- TEST 'control_stochy_restart_intel' [02:23, 00:49](545 MB) -PASS -- TEST 'control_lndp_intel' [03:15, 01:23](666 MB) -PASS -- TEST 'control_iovr4_intel' [03:25, 02:04](673 MB) -PASS -- TEST 'control_iovr5_intel' [03:16, 02:02](671 MB) -PASS -- TEST 'control_p8_intel' [04:52, 02:33](1633 MB) -PASS -- TEST 'control_p8.v2.sfc_intel' [05:02, 02:32](1629 MB) -PASS -- TEST 'control_p8_ugwpv1_intel' [05:06, 02:22](1639 MB) -PASS -- TEST 'control_restart_p8_intel' [03:50, 01:25](908 MB) -PASS -- TEST 'control_noqr_p8_intel' [04:52, 02:24](1620 MB) -PASS -- TEST 'control_restart_noqr_p8_intel' [03:48, 01:24](983 MB) -PASS -- TEST 'control_decomp_p8_intel' [04:48, 02:30](1626 MB) -PASS -- TEST 'control_2threads_p8_intel' [04:48, 02:16](1721 MB) -PASS -- TEST 'control_p8_lndp_intel' [06:40, 04:20](1643 MB) -PASS -- TEST 'control_p8_rrtmgp_intel' [05:54, 03:22](1708 MB) -PASS -- TEST 'control_p8_mynn_intel' [04:58, 02:29](1648 MB) -PASS -- TEST 'merra2_thompson_intel' [04:57, 02:59](1648 MB) -PASS -- TEST 'regional_control_intel' [06:27, 04:33](959 MB) -PASS -- TEST 'regional_restart_intel' [04:37, 02:27](1109 MB) -PASS -- TEST 'regional_decomp_intel' [06:29, 04:43](945 MB) -PASS -- TEST 'regional_2threads_intel' [04:29, 02:48](907 MB) -PASS -- TEST 'regional_noquilt_intel' [06:26, 04:21](1488 MB) -PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:27](956 MB) -PASS -- TEST 'regional_2dwrtdecomp_intel' [06:28, 04:33](962 MB) -PASS -- TEST 'regional_wofs_intel' [07:26, 05:51](2076 MB) - -PASS -- COMPILE 'rrfs_intel' [09:05, 07:26] -PASS -- TEST 'rap_control_intel' [08:51, 06:36](1189 MB) -PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:52, 03:23](1412 MB) -PASS -- TEST 'rap_decomp_intel' [08:35, 06:50](1129 MB) -PASS -- TEST 'rap_2threads_intel' [08:32, 06:16](1367 MB) -PASS -- TEST 'rap_restart_intel' [05:50, 03:25](1148 MB) -PASS -- TEST 'rap_sfcdiff_intel' [08:41, 06:33](1182 MB) -PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:35, 06:54](1139 MB) -PASS -- TEST 'rap_sfcdiff_restart_intel' [06:52, 04:57](1176 MB) -PASS -- TEST 'hrrr_control_intel' [05:53, 03:22](1083 MB) -PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:26](1044 MB) -PASS -- TEST 'hrrr_control_2threads_intel' [05:32, 03:07](1134 MB) -PASS -- TEST 'hrrr_control_restart_intel' [03:16, 01:50](1028 MB) -PASS -- TEST 'rrfs_v1beta_intel' [08:49, 06:15](1186 MB) -PASS -- TEST 'rrfs_v1nssl_intel' [09:22, 07:35](2009 MB) -PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 07:24](2168 MB) - -PASS -- COMPILE 'csawmg_intel' [09:06, 07:29] -PASS -- TEST 'control_csawmg_intel' [07:25, 05:09](837 MB) -PASS -- TEST 'control_csawmgt_intel' [06:24, 04:59](793 MB) -PASS -- TEST 'control_ras_intel' [04:16, 02:50](825 MB) - -PASS -- COMPILE 'wam_intel' [09:06, 07:52] -PASS -- TEST 'control_wam_intel' [03:23, 01:49](775 MB) - -PASS -- COMPILE 'atm_faster_dyn32_intel' [12:09, 10:12] -PASS -- TEST 'control_p8_faster_intel' [04:53, 02:22](1627 MB) -PASS -- TEST 'regional_control_faster_intel' [05:32, 04:02](955 MB) - -PASS -- COMPILE 'atm_debug_dyn32_intel' [06:06, 04:08] -PASS -- TEST 'control_CubedSphereGrid_debug_intel' [04:22, 02:20](825 MB) -PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [04:21, 02:11](822 MB) -PASS -- TEST 'control_stochy_debug_intel' [04:14, 02:32](826 MB) -PASS -- TEST 'control_lndp_debug_intel' [04:13, 02:20](824 MB) -PASS -- TEST 'control_csawmg_debug_intel' [05:29, 03:20](865 MB) -PASS -- TEST 'control_csawmgt_debug_intel' [05:31, 03:20](869 MB) -PASS -- TEST 'control_ras_debug_intel' [04:12, 02:16](842 MB) -PASS -- TEST 'control_diag_debug_intel' [04:22, 02:17](885 MB) -PASS -- TEST 'control_debug_p8_intel' [04:28, 02:18](1658 MB) -PASS -- TEST 'regional_debug_intel' [16:25, 14:13](893 MB) -PASS -- TEST 'rap_control_debug_intel' [05:15, 03:58](1218 MB) -PASS -- TEST 'hrrr_control_debug_intel' [05:14, 03:55](1210 MB) -PASS -- TEST 'hrrr_gf_debug_intel' [06:14, 04:05](1217 MB) -PASS -- TEST 'hrrr_c3_debug_intel' [05:17, 04:03](1217 MB) -PASS -- TEST 'rap_unified_drag_suite_debug_intel' [06:16, 04:04](1211 MB) -PASS -- TEST 'rap_diag_debug_intel' [06:25, 04:15](1301 MB) -PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:19, 04:05](1217 MB) -PASS -- TEST 'rap_unified_ugwp_debug_intel' [05:16, 04:01](1217 MB) -PASS -- TEST 'rap_lndp_debug_intel' [05:21, 04:04](1214 MB) -PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:16, 03:59](1211 MB) -PASS -- TEST 'rap_noah_debug_intel' [05:16, 04:01](1213 MB) -PASS -- TEST 'rap_sfcdiff_debug_intel' [05:16, 04:03](1207 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:23, 06:24](1213 MB) -PASS -- TEST 'rrfs_v1beta_debug_intel' [05:16, 03:55](1206 MB) -PASS -- TEST 'rap_clm_lake_debug_intel' [07:16, 05:10](1220 MB) -PASS -- TEST 'rap_flake_debug_intel' [05:19, 03:59](1222 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [08:55, 06:53](1225 MB) - -PASS -- COMPILE 'wam_debug_intel' [05:13, 03:12] - -PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [08:06, 06:40] -PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [05:44, 03:12](1281 MB) -PASS -- TEST 'rap_control_dyn32_phy32_intel' [07:40, 05:22](1133 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [04:56, 02:56](1014 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [07:31, 05:09](1287 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [04:32, 02:42](1042 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [04:51, 03:00](976 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_intel' [06:52, 04:07](1092 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [03:19, 01:34](966 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [11:11, 09:35] -PASS -- TEST 'conus13km_control_intel' [03:36, 01:46](1289 MB) -PASS -- TEST 'conus13km_2threads_intel' [02:32, 00:42](1197 MB) -PASS -- TEST 'conus13km_restart_mismatch_intel' [02:25, 01:02](1154 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [08:05, 06:39] -PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:32, 03:40](1065 MB) - -PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [04:05, 02:38] -PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [05:18, 03:56](1095 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [05:15, 03:50](1088 MB) -PASS -- TEST 'conus13km_debug_intel' [13:39, 11:42](1326 MB) -PASS -- TEST 'conus13km_debug_qr_intel' [13:30, 11:49](993 MB) -PASS -- TEST 'conus13km_debug_2threads_intel' [08:26, 06:37](1243 MB) -PASS -- TEST 'conus13km_radar_tten_debug_intel' [13:32, 11:42](1412 MB) - -PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:05, 02:35] -PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [05:17, 03:58](1150 MB) - -PASS -- COMPILE 'hafsw_intel' [11:11, 09:47] -PASS -- TEST 'hafs_regional_atm_intel' [08:03, 05:26](878 MB) -PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [06:16, 05:02](1270 MB) -PASS -- TEST 'hafs_regional_atm_ocn_intel' [09:08, 06:18](949 MB) -PASS -- TEST 'hafs_regional_atm_wav_intel' [16:01, 13:37](978 MB) -PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [18:09, 15:13](990 MB) -PASS -- TEST 'hafs_regional_1nest_atm_intel' [07:49, 05:39](608 MB) -PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [09:17, 06:55](621 MB) -PASS -- TEST 'hafs_global_1nest_atm_intel' [04:41, 02:53](438 MB) -PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [10:59, 07:40](544 MB) -PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [05:41, 03:54](611 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [05:38, 03:36](622 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [07:44, 05:56](683 MB) -PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [03:23, 01:19](450 MB) - -PASS -- COMPILE 'hafsw_debug_intel' [04:05, 02:53] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [13:41, 11:16](637 MB) - -PASS -- COMPILE 'hafsw_faster_intel' [12:06, 10:56] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [18:51, 16:07](740 MB) -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [18:49, 17:02](841 MB) - -PASS -- COMPILE 'hafs_mom6w_intel' [11:07, 09:55] -PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [11:52, 10:01](829 MB) - -PASS -- COMPILE 'hafs_all_intel' [11:08, 09:08] -PASS -- TEST 'hafs_regional_docn_intel' [08:00, 05:18](958 MB) -PASS -- TEST 'hafs_regional_docn_oisst_intel' [07:58, 05:23](943 MB) -PASS -- TEST 'hafs_regional_datm_cdeps_intel' [18:39, 16:26](1342 MB) - -PASS -- COMPILE 'datm_cdeps_intel' [08:05, 06:48] -PASS -- TEST 'datm_cdeps_control_cfsr_intel' [04:10, 02:07](1154 MB) -PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [03:10, 01:20](1093 MB) -PASS -- TEST 'datm_cdeps_control_gefs_intel' [03:09, 02:02](1018 MB) -PASS -- TEST 'datm_cdeps_iau_gefs_intel' [04:12, 02:05](1012 MB) -PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [03:09, 02:05](1022 MB) -PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [04:09, 02:08](1156 MB) -PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [04:10, 02:07](1154 MB) -PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [03:10, 02:01](1003 MB) -PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:48, 04:56](1163 MB) -PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [06:46, 04:44](1149 MB) -PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [04:08, 02:07](1132 MB) -PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [04:11, 02:59](2436 MB) -PASS -- TEST 'datm_cdeps_gfs_intel' [04:16, 03:02](2437 MB) - -PASS -- COMPILE 'datm_cdeps_debug_intel' [04:06, 02:56] -PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [07:10, 05:10](1079 MB) - -PASS -- COMPILE 'datm_cdeps_faster_intel' [06:06, 04:49] -PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [04:11, 02:07](1147 MB) - -PASS -- COMPILE 'datm_cdeps_land_intel' [02:05, 00:56] -PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [02:23, 00:53](332 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_intel' [02:21, 00:50](561 MB) -PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [02:18, 00:31](561 MB) - -PASS -- COMPILE 'atml_intel' [09:06, 07:51] -PASS -- TEST 'control_p8_atmlnd_sbs_intel' [08:57, 06:34](1657 MB) -PASS -- TEST 'control_p8_atmlnd_intel' [08:53, 06:13](1645 MB) -PASS -- TEST 'control_restart_p8_atmlnd_intel' [05:35, 03:05](952 MB) - -PASS -- COMPILE 'atmw_intel' [11:05, 09:30] -PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:46, 01:30](1692 MB) - -PASS -- COMPILE 'atmwm_intel' [10:05, 09:03] -PASS -- TEST 'control_atmwav_intel' [03:39, 01:29](691 MB) - -PASS -- COMPILE 'atmaero_intel' [09:06, 07:14] -PASS -- TEST 'atmaero_control_p8_intel' [05:47, 03:35](1803 MB) -PASS -- TEST 'atmaero_control_p8_rad_intel' [06:45, 04:20](1806 MB) -PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [06:36, 04:35](1812 MB) - -PASS -- COMPILE 'atmaq_intel' [08:05, 06:56] - -PASS -- COMPILE 'atmaq_debug_intel' [04:07, 02:35] -PASS -- TEST 'regional_atmaq_debug_intel' [19:29, 16:49](4598 MB) - -PASS -- COMPILE 'atm_gnu' [05:05, 03:59] -PASS -- TEST 'control_c48_gnu' [11:24, 09:25](867 MB) -PASS -- TEST 'control_stochy_gnu' [04:18, 02:19](731 MB) -PASS -- TEST 'control_ras_gnu' [05:13, 03:41](733 MB) -PASS -- TEST 'control_p8_gnu' [05:47, 03:35](1515 MB) -PASS -- TEST 'control_p8_ugwpv1_gnu' [05:39, 03:29](1515 MB) -PASS -- TEST 'control_flake_gnu' [06:14, 04:17](809 MB) - -PASS -- COMPILE 'rrfs_gnu' [05:05, 04:02] -PASS -- TEST 'rap_control_gnu' [09:49, 07:43](1089 MB) -PASS -- TEST 'rap_decomp_gnu' [09:37, 07:47](1088 MB) -PASS -- TEST 'rap_2threads_gnu' [09:37, 07:08](1154 MB) -PASS -- TEST 'rap_restart_gnu' [06:38, 04:05](885 MB) -PASS -- TEST 'rap_sfcdiff_gnu' [09:48, 07:39](1088 MB) -PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:35, 07:51](1085 MB) -PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:41, 05:50](883 MB) -PASS -- TEST 'hrrr_control_gnu' [05:39, 03:53](1072 MB) -PASS -- TEST 'hrrr_control_noqr_gnu' [05:30, 04:02](1137 MB) -PASS -- TEST 'hrrr_control_2threads_gnu' [05:30, 03:36](1042 MB) -PASS -- TEST 'hrrr_control_decomp_gnu' [05:29, 03:58](1071 MB) -PASS -- TEST 'hrrr_control_restart_gnu' [03:13, 02:01](879 MB) -PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:13, 02:00](932 MB) -PASS -- TEST 'rrfs_v1beta_gnu' [09:51, 07:26](1080 MB) - -PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:06, 05:44] -PASS -- TEST 'control_diag_debug_gnu' [03:18, 01:15](776 MB) -PASS -- TEST 'regional_debug_gnu' [08:27, 06:16](925 MB) -PASS -- TEST 'rap_control_debug_gnu' [03:14, 02:00](1107 MB) -PASS -- TEST 'hrrr_control_debug_gnu' [03:13, 01:53](1089 MB) -PASS -- TEST 'hrrr_gf_debug_gnu' [03:12, 01:55](1093 MB) -PASS -- TEST 'hrrr_c3_debug_gnu' [03:14, 01:53](1097 MB) -PASS -- TEST 'rap_diag_debug_gnu' [04:22, 02:06](1268 MB) -PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [04:15, 03:03](1106 MB) -PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:55](1096 MB) -PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:16, 01:54](1092 MB) -PASS -- TEST 'control_ras_debug_gnu' [03:13, 01:08](722 MB) -PASS -- TEST 'control_stochy_debug_gnu' [03:14, 01:17](725 MB) -PASS -- TEST 'control_debug_p8_gnu' [03:28, 01:12](1503 MB) -PASS -- TEST 'rap_flake_debug_gnu' [03:15, 01:59](1099 MB) -PASS -- TEST 'rap_clm_lake_debug_gnu' [04:17, 02:06](1100 MB) -PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:46, 03:12](1104 MB) - -PASS -- COMPILE 'wam_debug_gnu' [04:06, 02:30] - -PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [05:06, 03:50] -PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:29, 07:11](963 MB) -PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:47, 03:56](950 MB) -PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:45, 06:43](970 MB) -PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:33, 03:44](872 MB) -PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:33, 03:50](948 MB) -PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:56, 05:34](862 MB) -PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [03:16, 01:58](856 MB) -PASS -- TEST 'conus13km_control_gnu' [04:38, 02:30](1266 MB) -PASS -- TEST 'conus13km_2threads_gnu' [03:25, 01:07](1174 MB) -PASS -- TEST 'conus13km_restart_mismatch_gnu' [03:25, 01:40](942 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_gnu' [09:07, 08:00] -PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:30, 04:22](993 MB) - -PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [07:05, 05:38] -PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [04:16, 02:07](976 MB) -PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:17, 01:58](975 MB) -PASS -- TEST 'conus13km_debug_gnu' [07:31, 05:26](1283 MB) -PASS -- TEST 'conus13km_debug_qr_gnu' [07:30, 05:38](954 MB) -PASS -- TEST 'conus13km_debug_2threads_gnu' [05:30, 03:12](1193 MB) -PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:29, 05:28](1350 MB) - -PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [07:10, 05:52] -PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:18, 01:58](1001 MB) - -PASS -- COMPILE 's2swa_gnu' [18:07, 16:26] - -PASS -- COMPILE 's2s_gnu' [17:06, 15:44] - -PASS -- COMPILE 's2swa_debug_gnu' [05:05, 03:07] - -PASS -- COMPILE 's2sw_pdlib_gnu' [15:06, 14:01] - -PASS -- COMPILE 's2sw_pdlib_debug_gnu' [04:08, 03:01] - -PASS -- COMPILE 'datm_cdeps_gnu' [17:07, 15:17] +PASS -- COMPILE 's2swa_32bit_intel' [13:06, 11:07] +PASS -- TEST 'cpld_control_p8_mixedmode_intel' [09:56, 07:44](1889 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_intel' [20:06, 18:08] +PASS -- TEST 'cpld_control_gfsv17_intel' [21:02, 13:18](1769 MB) +PASS -- TEST 'cpld_control_gfsv17_iau_intel' [17:15, 14:04](2183 MB) +PASS -- TEST 'cpld_restart_gfsv17_intel' [11:19, 06:33](1189 MB) +PASS -- TEST 'cpld_mpi_gfsv17_intel' [22:08, 14:54](1692 MB) + +PASS -- COMPILE 's2swa_32bit_pdlib_debug_intel' [06:06, 04:43] +PASS -- TEST 'cpld_debug_gfsv17_intel' [23:11, 20:23](1739 MB) + +PASS -- COMPILE 's2swa_intel' [13:06, 12:00] +PASS -- TEST 'cpld_control_p8_intel' [09:46, 07:40](2088 MB) +PASS -- TEST 'cpld_control_p8.v2.sfc_intel' [09:57, 07:36](2063 MB) +PASS -- TEST 'cpld_restart_p8_intel' [11:08, 04:17](1960 MB) +PASS -- TEST 'cpld_control_qr_p8_intel' [09:45, 07:45](1977 MB) +PASS -- TEST 'cpld_restart_qr_p8_intel' [11:10, 04:18](1731 MB) +PASS -- TEST 'cpld_2threads_p8_intel' [10:44, 08:52](2499 MB) +PASS -- TEST 'cpld_decomp_p8_intel' [09:43, 07:43](2064 MB) +PASS -- TEST 'cpld_mpi_p8_intel' [08:50, 06:28](1906 MB) +PASS -- TEST 'cpld_control_ciceC_p8_intel' [09:58, 07:35](2063 MB) +PASS -- TEST 'cpld_control_c192_p8_intel' [25:31, 15:20](2810 MB) +PASS -- TEST 'cpld_restart_c192_p8_intel' [09:01, 05:51](2926 MB) +PASS -- TEST 'cpld_bmark_p8_intel' [20:33, 08:57](3635 MB) +PASS -- TEST 'cpld_restart_bmark_p8_intel' [13:45, 05:12](3617 MB) +PASS -- TEST 'cpld_s2sa_p8_intel' [06:45, 05:00](2033 MB) + +PASS -- COMPILE 's2sw_intel' [13:06, 11:09] +PASS -- TEST 'cpld_control_noaero_p8_intel' [09:47, 07:10](1772 MB) +PASS -- TEST 'cpld_control_nowave_noaero_p8_intel' [05:47, 03:59](1816 MB) + +PASS -- COMPILE 's2swa_debug_intel' [07:06, 05:19] +PASS -- TEST 'cpld_debug_p8_intel' [08:47, 06:56](2052 MB) + +PASS -- COMPILE 's2sw_debug_intel' [07:06, 05:17] +PASS -- TEST 'cpld_debug_noaero_p8_intel' [06:47, 04:47](1799 MB) + +PASS -- COMPILE 's2s_aoflux_intel' [11:06, 09:13] +PASS -- TEST 'cpld_control_noaero_p8_agrid_intel' [05:44, 04:04](1817 MB) + +PASS -- COMPILE 's2s_intel' [10:06, 08:12] +PASS -- TEST 'cpld_control_c48_intel' [09:34, 07:17](2838 MB) + +PASS -- COMPILE 's2swa_faster_intel' [13:06, 11:39] +PASS -- TEST 'cpld_control_p8_faster_intel' [09:59, 07:14](2065 MB) + +PASS -- COMPILE 's2sw_pdlib_intel' [17:06, 15:48] +PASS -- TEST 'cpld_control_pdlib_p8_intel' [19:47, 13:49](1808 MB) +PASS -- TEST 'cpld_restart_pdlib_p8_intel' [11:11, 06:47](1285 MB) +PASS -- TEST 'cpld_mpi_pdlib_p8_intel' [19:51, 15:26](1729 MB) + +PASS -- COMPILE 's2sw_pdlib_debug_intel' [05:05, 04:03] +PASS -- TEST 'cpld_debug_pdlib_p8_intel' [23:43, 21:41](1761 MB) + +PASS -- COMPILE 'atm_dyn32_intel' [09:05, 07:54] +PASS -- TEST 'control_flake_intel' [15:20, 02:50](713 MB) +PASS -- TEST 'control_CubedSphereGrid_intel' [14:20, 02:09](659 MB) +PASS -- TEST 'control_CubedSphereGrid_parallel_intel' [11:24, 02:11](671 MB) +PASS -- TEST 'control_latlon_intel' [13:17, 02:07](661 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_intel' [14:24, 02:10](665 MB) +PASS -- TEST 'control_c48_intel' [10:22, 05:41](860 MB) +PASS -- TEST 'control_c48.v2.sfc_intel' [18:38, 05:45](855 MB) +PASS -- TEST 'control_c192_intel' [15:27, 08:12](982 MB) +PASS -- TEST 'control_c384_intel' [15:13, 08:15](1442 MB) +PASS -- TEST 'control_c384gdas_intel' [14:51, 07:19](1520 MB) +PASS -- TEST 'control_stochy_intel' [09:16, 01:27](680 MB) +PASS -- TEST 'control_stochy_restart_intel' [05:19, 00:52](532 MB) +PASS -- TEST 'control_lndp_intel' [11:18, 01:23](665 MB) +PASS -- TEST 'control_iovr4_intel' [14:18, 02:08](658 MB) +PASS -- TEST 'control_iovr5_intel' [11:15, 02:07](655 MB) +PASS -- TEST 'control_p8_intel' [11:49, 02:32](1643 MB) +PASS -- TEST 'control_p8.v2.sfc_intel' [11:48, 02:34](1626 MB) +PASS -- TEST 'control_p8_ugwpv1_intel' [09:49, 02:28](1658 MB) +PASS -- TEST 'control_restart_p8_intel' [03:45, 01:25](922 MB) +PASS -- TEST 'control_noqr_p8_intel' [09:46, 02:33](1625 MB) +PASS -- TEST 'control_restart_noqr_p8_intel' [03:42, 01:26](973 MB) +PASS -- TEST 'control_decomp_p8_intel' [09:42, 02:40](1618 MB) +PASS -- TEST 'control_2threads_p8_intel' [09:41, 02:22](1730 MB) +PASS -- TEST 'control_p8_lndp_intel' [11:36, 04:31](1644 MB) +PASS -- TEST 'control_p8_rrtmgp_intel' [07:52, 03:36](1717 MB) +PASS -- TEST 'control_p8_mynn_intel' [05:47, 02:31](1644 MB) +PASS -- TEST 'merra2_thompson_intel' [06:55, 02:59](1658 MB) +PASS -- TEST 'regional_control_intel' [06:23, 04:33](957 MB) +PASS -- TEST 'regional_restart_intel' [04:28, 02:29](1105 MB) +PASS -- TEST 'regional_decomp_intel' [06:22, 04:46](945 MB) +PASS -- TEST 'regional_2threads_intel' [04:26, 03:00](915 MB) +PASS -- TEST 'regional_noquilt_intel' [06:25, 04:29](1488 MB) +PASS -- TEST 'regional_netcdf_parallel_intel' [06:27, 04:39](955 MB) +PASS -- TEST 'regional_2dwrtdecomp_intel' [06:22, 04:30](959 MB) +PASS -- TEST 'regional_wofs_intel' [07:23, 05:36](2089 MB) + +PASS -- COMPILE 'rrfs_intel' [08:05, 07:03] +PASS -- TEST 'rap_control_intel' [08:47, 06:46](1207 MB) +PASS -- TEST 'regional_spp_sppt_shum_skeb_intel' [05:38, 03:47](1439 MB) +PASS -- TEST 'rap_decomp_intel' [08:28, 06:51](1163 MB) +PASS -- TEST 'rap_2threads_intel' [08:31, 06:12](1368 MB) +PASS -- TEST 'rap_restart_intel' [05:52, 03:27](1147 MB) +PASS -- TEST 'rap_sfcdiff_intel' [08:47, 06:39](1203 MB) +PASS -- TEST 'rap_sfcdiff_decomp_intel' [08:30, 06:50](1151 MB) +PASS -- TEST 'rap_sfcdiff_restart_intel' [07:50, 05:06](1187 MB) +PASS -- TEST 'hrrr_control_intel' [05:35, 03:21](1081 MB) +PASS -- TEST 'hrrr_control_decomp_intel' [05:35, 03:26](1035 MB) +PASS -- TEST 'hrrr_control_2threads_intel' [05:28, 03:03](1125 MB) +PASS -- TEST 'hrrr_control_restart_intel' [03:17, 01:56](1035 MB) +PASS -- TEST 'rrfs_v1beta_intel' [08:48, 06:19](1184 MB) +PASS -- TEST 'rrfs_v1nssl_intel' [09:18, 07:38](2006 MB) +PASS -- TEST 'rrfs_v1nssl_nohailnoccn_intel' [09:20, 07:30](2156 MB) + +PASS -- COMPILE 'csawmg_intel' [08:05, 06:35] +PASS -- TEST 'control_csawmg_intel' [07:25, 05:21](833 MB) +PASS -- TEST 'control_csawmgt_intel' [07:23, 05:14](848 MB) +PASS -- TEST 'control_ras_intel' [04:13, 02:53](806 MB) + +PASS -- COMPILE 'csawmg_gnu' [06:05, 04:08] +PASS -- TEST 'control_csawmg_gnu' [08:26, 06:27](811 MB) +PASS -- TEST 'control_csawmgt_gnu' [08:25, 06:18](811 MB) + +PASS -- COMPILE 'wam_intel' [08:05, 06:33] +PASS -- TEST 'control_wam_intel' [03:17, 01:48](796 MB) + +PASS -- COMPILE 'atm_faster_dyn32_intel' [11:06, 09:30] +PASS -- TEST 'control_p8_faster_intel' [04:46, 02:15](1641 MB) +PASS -- TEST 'regional_control_faster_intel' [06:21, 04:02](961 MB) + +PASS -- COMPILE 'atm_debug_dyn32_intel' [05:05, 03:43] +PASS -- TEST 'control_CubedSphereGrid_debug_intel' [05:16, 02:16](819 MB) +PASS -- TEST 'control_wrtGauss_netcdf_parallel_debug_intel' [05:18, 02:12](825 MB) +PASS -- TEST 'control_stochy_debug_intel' [05:12, 02:26](823 MB) +PASS -- TEST 'control_lndp_debug_intel' [05:12, 02:20](821 MB) +PASS -- TEST 'control_csawmg_debug_intel' [05:24, 03:24](882 MB) +PASS -- TEST 'control_csawmgt_debug_intel' [05:22, 03:20](879 MB) +PASS -- TEST 'control_ras_debug_intel' [04:11, 02:19](834 MB) +PASS -- TEST 'control_diag_debug_intel' [04:20, 02:20](880 MB) +PASS -- TEST 'control_debug_p8_intel' [04:27, 02:22](1657 MB) +PASS -- TEST 'regional_debug_intel' [16:30, 14:13](891 MB) +PASS -- TEST 'rap_control_debug_intel' [05:18, 03:59](1218 MB) +PASS -- TEST 'hrrr_control_debug_intel' [05:15, 03:57](1218 MB) +PASS -- TEST 'hrrr_gf_debug_intel' [05:12, 03:59](1220 MB) +PASS -- TEST 'hrrr_c3_debug_intel' [06:13, 04:05](1218 MB) +PASS -- TEST 'rap_unified_drag_suite_debug_intel' [05:13, 03:58](1221 MB) +PASS -- TEST 'rap_diag_debug_intel' [06:22, 04:13](1299 MB) +PASS -- TEST 'rap_cires_ugwp_debug_intel' [06:17, 04:08](1218 MB) +PASS -- TEST 'rap_unified_ugwp_debug_intel' [06:16, 04:09](1212 MB) +PASS -- TEST 'rap_lndp_debug_intel' [06:15, 04:04](1218 MB) +PASS -- TEST 'rap_progcld_thompson_debug_intel' [05:14, 04:03](1222 MB) +PASS -- TEST 'rap_noah_debug_intel' [05:15, 03:57](1213 MB) +PASS -- TEST 'rap_sfcdiff_debug_intel' [06:15, 04:05](1227 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_intel' [08:17, 06:31](1223 MB) +PASS -- TEST 'rrfs_v1beta_debug_intel' [05:15, 04:00](1209 MB) +PASS -- TEST 'rap_clm_lake_debug_intel' [06:15, 04:51](1211 MB) +PASS -- TEST 'rap_flake_debug_intel' [06:15, 04:03](1222 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_intel' [10:45, 06:56](1220 MB) + +PASS -- COMPILE 'atm_debug_dyn32_gnu' [05:05, 03:19] +PASS -- TEST 'control_csawmg_debug_gnu' [05:26, 01:45](788 MB) +PASS -- TEST 'control_csawmgt_debug_gnu' [05:27, 01:45](786 MB) + +PASS -- COMPILE 'wam_debug_intel' [07:06, 02:46] + +PASS -- COMPILE 'rrfs_dyn32_phy32_intel' [09:06, 06:52] +PASS -- TEST 'regional_spp_sppt_shum_skeb_dyn32_phy32_intel' [07:45, 03:38](1273 MB) +PASS -- TEST 'rap_control_dyn32_phy32_intel' [08:49, 05:28](1146 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_intel' [05:53, 02:52](1034 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_intel' [08:32, 05:11](1274 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_intel' [05:33, 02:42](1039 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_intel' [06:31, 03:03](1001 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_intel' [11:46, 04:12](1104 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_intel' [08:20, 01:39](960 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_faster_intel' [12:06, 09:19] +PASS -- TEST 'conus13km_control_intel' [03:34, 01:44](1285 MB) +PASS -- TEST 'conus13km_2threads_intel' [07:24, 00:53](1209 MB) +PASS -- TEST 'conus13km_restart_mismatch_intel' [07:25, 01:04](1156 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_intel' [09:06, 06:58] +PASS -- TEST 'rap_control_dyn64_phy32_intel' [05:29, 03:45](1070 MB) + +PASS -- COMPILE 'rrfs_dyn32_phy32_debug_intel' [05:06, 02:56] +PASS -- TEST 'rap_control_debug_dyn32_phy32_intel' [06:20, 03:56](1108 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_intel' [06:13, 03:52](1085 MB) +PASS -- TEST 'conus13km_debug_intel' [18:28, 11:50](1346 MB) +PASS -- TEST 'conus13km_debug_qr_intel' [19:27, 12:09](999 MB) +PASS -- TEST 'conus13km_debug_2threads_intel' [14:26, 06:50](1246 MB) +PASS -- TEST 'conus13km_radar_tten_debug_intel' [19:31, 11:56](1400 MB) + +PASS -- COMPILE 'rrfs_dyn64_phy32_debug_intel' [04:06, 02:52] +PASS -- TEST 'rap_control_dyn64_phy32_debug_intel' [11:16, 03:58](1148 MB) + +PASS -- COMPILE 'hafsw_intel' [15:06, 09:36] +PASS -- TEST 'hafs_regional_atm_intel' [08:59, 05:30](878 MB) +PASS -- TEST 'hafs_regional_atm_thompson_gfdlsf_intel' [10:16, 05:24](1265 MB) +PASS -- TEST 'hafs_regional_atm_ocn_intel' [15:09, 06:34](956 MB) +PASS -- TEST 'hafs_regional_atm_wav_intel' [22:01, 14:00](989 MB) +PASS -- TEST 'hafs_regional_atm_ocn_wav_intel' [21:07, 15:27](991 MB) +PASS -- TEST 'hafs_regional_1nest_atm_intel' [13:47, 05:36](607 MB) +PASS -- TEST 'hafs_regional_telescopic_2nests_atm_intel' [13:13, 07:11](619 MB) +PASS -- TEST 'hafs_global_1nest_atm_intel' [10:34, 02:54](438 MB) +PASS -- TEST 'hafs_global_multiple_4nests_atm_intel' [11:54, 08:02](543 MB) +PASS -- TEST 'hafs_regional_specified_moving_1nest_atm_intel' [09:36, 03:58](616 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_intel' [11:38, 03:47](621 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_intel' [10:43, 04:54](675 MB) +PASS -- TEST 'hafs_global_storm_following_1nest_atm_intel' [07:21, 01:21](447 MB) + +PASS -- COMPILE 'hafsw_debug_intel' [07:06, 02:57] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_debug_intel' [16:43, 11:20](636 MB) + +PASS -- COMPILE 'hafsw_faster_intel' [13:05, 10:14] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_intel' [23:54, 17:50](731 MB) +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_inline_intel' [23:51, 16:02](845 MB) + +PASS -- COMPILE 'hafs_mom6w_intel' [11:05, 09:03] +PASS -- TEST 'hafs_regional_storm_following_1nest_atm_ocn_wav_mom6_intel' [17:53, 10:01](814 MB) + +PASS -- COMPILE 'hafs_all_intel' [12:05, 09:24] +PASS -- TEST 'hafs_regional_docn_intel' [13:04, 05:34](948 MB) +PASS -- TEST 'hafs_regional_docn_oisst_intel' [11:59, 05:41](920 MB) +PASS -- TEST 'hafs_regional_datm_cdeps_intel' [21:39, 16:31](1342 MB) + +PASS -- COMPILE 'datm_cdeps_intel' [08:06, 05:43] +PASS -- TEST 'datm_cdeps_control_cfsr_intel' [08:11, 02:08](1150 MB) +PASS -- TEST 'datm_cdeps_restart_cfsr_intel' [05:11, 01:21](1094 MB) +PASS -- TEST 'datm_cdeps_control_gefs_intel' [08:10, 02:04](1010 MB) +PASS -- TEST 'datm_cdeps_iau_gefs_intel' [07:10, 02:05](1011 MB) +PASS -- TEST 'datm_cdeps_stochy_gefs_intel' [07:11, 02:08](1010 MB) +PASS -- TEST 'datm_cdeps_ciceC_cfsr_intel' [07:10, 02:10](1147 MB) +PASS -- TEST 'datm_cdeps_bulk_cfsr_intel' [08:10, 02:08](1143 MB) +PASS -- TEST 'datm_cdeps_bulk_gefs_intel' [08:09, 02:06](1008 MB) +PASS -- TEST 'datm_cdeps_mx025_cfsr_intel' [06:46, 04:51](1168 MB) +PASS -- TEST 'datm_cdeps_mx025_gefs_intel' [07:46, 04:56](1142 MB) +PASS -- TEST 'datm_cdeps_multiple_files_cfsr_intel' [08:13, 02:10](1143 MB) +PASS -- TEST 'datm_cdeps_3072x1536_cfsr_intel' [08:14, 03:01](2441 MB) +PASS -- TEST 'datm_cdeps_gfs_intel' [09:10, 03:04](2388 MB) + +PASS -- COMPILE 'datm_cdeps_debug_intel' [05:05, 03:36] +PASS -- TEST 'datm_cdeps_debug_cfsr_intel' [11:11, 05:02](1083 MB) + +PASS -- COMPILE 'datm_cdeps_faster_intel' [08:05, 05:03] +PASS -- TEST 'datm_cdeps_control_cfsr_faster_intel' [09:12, 02:10](1147 MB) + +PASS -- COMPILE 'datm_cdeps_land_intel' [03:05, 00:43] +PASS -- TEST 'datm_cdeps_lnd_gswp3_intel' [04:21, 00:52](336 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_intel' [04:17, 00:51](560 MB) +PASS -- TEST 'datm_cdeps_lnd_era5_rst_intel' [03:15, 00:36](560 MB) + +PASS -- COMPILE 'atml_intel' [10:05, 07:27] +PASS -- TEST 'control_p8_atmlnd_sbs_intel' [09:54, 06:07](1644 MB) +PASS -- TEST 'control_p8_atmlnd_intel' [08:56, 06:06](1653 MB) +PASS -- TEST 'control_restart_p8_atmlnd_intel' [04:36, 02:58](956 MB) + +PASS -- COMPILE 'atmw_intel' [10:05, 08:56] +PASS -- TEST 'atmwav_control_noaero_p8_intel' [03:49, 01:36](1688 MB) + +PASS -- COMPILE 'atmwm_intel' [12:06, 10:06] +PASS -- TEST 'control_atmwav_intel' [03:39, 01:29](700 MB) + +PASS -- COMPILE 'atmaero_intel' [10:06, 08:34] +PASS -- TEST 'atmaero_control_p8_intel' [06:48, 03:36](1801 MB) +PASS -- TEST 'atmaero_control_p8_rad_intel' [06:46, 04:16](1807 MB) +PASS -- TEST 'atmaero_control_p8_rad_micro_intel' [07:38, 04:29](1818 MB) + +PASS -- COMPILE 'atmaq_intel' [08:05, 07:02] + +PASS -- COMPILE 'atmaq_debug_intel' [04:05, 02:34] +PASS -- TEST 'regional_atmaq_debug_intel' [20:18, 16:36](4591 MB) + +PASS -- COMPILE 'atm_gnu' [06:06, 03:53] +PASS -- TEST 'control_c48_gnu' [13:23, 09:28](882 MB) +PASS -- TEST 'control_stochy_gnu' [05:13, 02:20](729 MB) +PASS -- TEST 'control_ras_gnu' [07:13, 03:50](732 MB) +PASS -- TEST 'control_p8_gnu' [07:53, 03:39](1515 MB) +PASS -- TEST 'control_p8_ugwpv1_gnu' [06:37, 03:29](1517 MB) +PASS -- TEST 'control_flake_gnu' [07:13, 04:25](808 MB) + +PASS -- COMPILE 'rrfs_gnu' [05:06, 03:49] +PASS -- TEST 'rap_control_gnu' [10:47, 07:44](1084 MB) +PASS -- TEST 'rap_decomp_gnu' [10:32, 07:53](1085 MB) +PASS -- TEST 'rap_2threads_gnu' [09:31, 07:16](1124 MB) +PASS -- TEST 'rap_restart_gnu' [05:37, 03:55](885 MB) +PASS -- TEST 'rap_sfcdiff_gnu' [09:47, 07:39](1086 MB) +PASS -- TEST 'rap_sfcdiff_decomp_gnu' [09:32, 07:54](1086 MB) +PASS -- TEST 'rap_sfcdiff_restart_gnu' [07:38, 05:47](884 MB) +PASS -- TEST 'hrrr_control_gnu' [06:29, 04:07](1072 MB) +PASS -- TEST 'hrrr_control_noqr_gnu' [05:34, 04:01](1139 MB) +PASS -- TEST 'hrrr_control_2threads_gnu' [05:32, 03:39](1038 MB) +PASS -- TEST 'hrrr_control_decomp_gnu' [05:35, 04:04](1072 MB) +PASS -- TEST 'hrrr_control_restart_gnu' [04:15, 02:07](881 MB) +PASS -- TEST 'hrrr_control_restart_noqr_gnu' [03:14, 02:03](934 MB) +PASS -- TEST 'rrfs_v1beta_gnu' [09:47, 07:37](1081 MB) + +PASS -- COMPILE 'atm_dyn32_debug_gnu' [07:06, 04:58] +PASS -- TEST 'control_diag_debug_gnu' [03:22, 01:11](774 MB) +PASS -- TEST 'regional_debug_gnu' [08:24, 06:27](921 MB) +PASS -- TEST 'rap_control_debug_gnu' [03:14, 01:58](1097 MB) +PASS -- TEST 'hrrr_control_debug_gnu' [03:12, 02:00](1088 MB) +PASS -- TEST 'hrrr_gf_debug_gnu' [04:14, 02:03](1094 MB) +PASS -- TEST 'hrrr_c3_debug_gnu' [03:14, 02:00](1093 MB) +PASS -- TEST 'rap_diag_debug_gnu' [04:24, 02:03](1268 MB) +PASS -- TEST 'rap_noah_sfcdiff_cires_ugwp_debug_gnu' [05:15, 03:07](1094 MB) +PASS -- TEST 'rap_progcld_thompson_debug_gnu' [03:15, 01:58](1097 MB) +PASS -- TEST 'rrfs_v1beta_debug_gnu' [03:15, 01:56](1092 MB) +PASS -- TEST 'control_ras_debug_gnu' [03:12, 01:13](722 MB) +PASS -- TEST 'control_stochy_debug_gnu' [03:13, 01:15](721 MB) +PASS -- TEST 'control_debug_p8_gnu' [03:26, 01:16](1502 MB) +PASS -- TEST 'rap_flake_debug_gnu' [03:16, 01:58](1096 MB) +PASS -- TEST 'rap_clm_lake_debug_gnu' [04:17, 02:10](1097 MB) +PASS -- TEST 'gnv1_c96_no_nest_debug_gnu' [05:44, 03:17](1101 MB) + +PASS -- COMPILE 'wam_debug_gnu' [05:05, 02:17] + +PASS -- COMPILE 'rrfs_dyn32_phy32_gnu' [06:05, 04:35] +PASS -- TEST 'rap_control_dyn32_phy32_gnu' [09:32, 07:21](965 MB) +PASS -- TEST 'hrrr_control_dyn32_phy32_gnu' [05:49, 03:50](952 MB) +PASS -- TEST 'rap_2threads_dyn32_phy32_gnu' [08:45, 06:46](975 MB) +PASS -- TEST 'hrrr_control_2threads_dyn32_phy32_gnu' [05:31, 03:27](873 MB) +PASS -- TEST 'hrrr_control_decomp_dyn32_phy32_gnu' [05:32, 03:49](953 MB) +PASS -- TEST 'rap_restart_dyn32_phy32_gnu' [07:39, 05:31](858 MB) +PASS -- TEST 'hrrr_control_restart_dyn32_phy32_gnu' [06:22, 02:06](857 MB) +PASS -- TEST 'conus13km_control_gnu' [04:38, 02:31](1266 MB) +PASS -- TEST 'conus13km_2threads_gnu' [04:23, 01:12](1175 MB) +PASS -- TEST 'conus13km_restart_mismatch_gnu' [05:24, 01:33](926 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_gnu' [10:05, 08:53] +PASS -- TEST 'rap_control_dyn64_phy32_gnu' [06:31, 04:21](987 MB) + +PASS -- COMPILE 'atm_dyn32_phy32_debug_gnu' [06:05, 04:26] +PASS -- TEST 'rap_control_debug_dyn32_phy32_gnu' [03:15, 02:01](976 MB) +PASS -- TEST 'hrrr_control_debug_dyn32_phy32_gnu' [03:14, 01:56](968 MB) +PASS -- TEST 'conus13km_debug_gnu' [07:27, 05:28](1281 MB) +PASS -- TEST 'conus13km_debug_qr_gnu' [07:27, 05:37](970 MB) +PASS -- TEST 'conus13km_debug_2threads_gnu' [05:26, 03:15](1192 MB) +PASS -- TEST 'conus13km_radar_tten_debug_gnu' [07:26, 05:20](1348 MB) + +PASS -- COMPILE 'atm_dyn64_phy32_debug_gnu' [06:05, 04:43] +PASS -- TEST 'rap_control_dyn64_phy32_debug_gnu' [03:15, 01:59](1005 MB) + +PASS -- COMPILE 's2swa_gnu' [16:06, 14:49] + +PASS -- COMPILE 's2s_gnu' [16:06, 14:39] + +PASS -- COMPILE 's2swa_debug_gnu' [07:05, 05:54] + +PASS -- COMPILE 's2sw_pdlib_gnu' [16:07, 15:02] + +PASS -- COMPILE 's2sw_pdlib_debug_gnu' [05:05, 03:47] + +PASS -- COMPILE 'datm_cdeps_gnu' [16:06, 14:52] SYNOPSIS: -Starting Date/Time: 20240229 07:55:18 -Ending Date/Time: 20240229 09:15:49 -Total Time: 01h:20m:52s -Compiles Completed: 53/53 -Tests Completed: 234/234 +Starting Date/Time: 20240314 07:27:36 +Ending Date/Time: 20240314 09:02:12 +Total Time: 01h:35m:02s +Compiles Completed: 55/55 +Tests Completed: 238/238 NOTES: A file 'test_changes.list' was generated but is empty. diff --git a/tests/parm/MOM_input_025.IN b/tests/parm/MOM_input_025.IN index 47c95c8f42..58ad534ab3 100644 --- a/tests/parm/MOM_input_025.IN +++ b/tests/parm/MOM_input_025.IN @@ -91,8 +91,8 @@ BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0 BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1 ! The value of SST below which a bad value message is triggered, if ! CHECK_BAD_SURFACE_VALS is true. -DEFAULT_2018_ANSWERS = True ! [Boolean] default = True - ! This sets the default value for the various _2018_ANSWERS parameters. +DEFAULT_ANSWER_DATE = 20181231 ! default = 99991231 + ! This sets the default value for the various _ANSWER_DATE parameters. WRITE_GEOM = 2 ! default = 1 ! If =0, never write the geometry and vertical grid files. If =1, write the ! geometry and vertical grid files only for a new simulation. If =2, always diff --git a/tests/parm/MOM_input_050.IN b/tests/parm/MOM_input_050.IN index 6e088a7474..ece8b95416 100644 --- a/tests/parm/MOM_input_050.IN +++ b/tests/parm/MOM_input_050.IN @@ -91,8 +91,8 @@ BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0 BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1 ! The value of SST below which a bad value message is triggered, if ! CHECK_BAD_SURFACE_VALS is true. -DEFAULT_2018_ANSWERS = True ! [Boolean] default = True - ! This sets the default value for the various _2018_ANSWERS parameters. +DEFAULT_ANSWER_DATE = 20181231 ! default = 99991231 + ! This sets the default value for the various _ANSWER_DATE parameters. WRITE_GEOM = 2 ! default = 1 ! If =0, never write the geometry and vertical grid files. If =1, write the ! geometry and vertical grid files only for a new simulation. If =2, always diff --git a/tests/parm/MOM_input_100.IN b/tests/parm/MOM_input_100.IN index eb0bbac7be..3c58b0cdf5 100644 --- a/tests/parm/MOM_input_100.IN +++ b/tests/parm/MOM_input_100.IN @@ -65,8 +65,8 @@ BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0 BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1 ! The value of SST below which a bad value message is triggered, if ! CHECK_BAD_SURFACE_VALS is true. -DEFAULT_2018_ANSWERS = True ! [Boolean] default = False - ! This sets the default value for the various _2018_ANSWERS parameters. +DEFAULT_ANSWER_DATE = 20181231 ! default = 99991231 + ! This sets the default value for the various _ANSWER_DATE parameters. WRITE_GEOM = 2 ! default = 1 ! If =0, never write the geometry and vertical grid files. If =1, write the ! geometry and vertical grid files only for a new simulation. If =2, always diff --git a/tests/parm/MOM_input_hafs b/tests/parm/MOM_input_hafs index 1eddf0054f..b7fd7e72bc 100644 --- a/tests/parm/MOM_input_hafs +++ b/tests/parm/MOM_input_hafs @@ -93,8 +93,8 @@ BAD_VAL_SST_MAX = 55.0 ! [deg C] default = 45.0 BAD_VAL_SST_MIN = -3.0 ! [deg C] default = -2.1 ! The value of SST below which a bad value message is triggered, if ! CHECK_BAD_SURFACE_VALS is true. -DEFAULT_2018_ANSWERS = False !True ! [Boolean] default = True - ! This sets the default value for the various _2018_ANSWERS parameters. +DEFAULT_ANSWER_DATE = 20181231 ! default = 99991231 + ! This sets the default value for the various _ANSWER_DATE parameters. WRITE_GEOM = 0 ! default = 1 ! If =0, never write the geometry and vertical grid files. If =1, write the ! geometry and vertical grid files only for a new simulation. If =2, always diff --git a/tests/parm/control_csawmg.nml.IN b/tests/parm/control_csawmg.nml.IN index 373c25683d..6729ed1031 100644 --- a/tests/parm/control_csawmg.nml.IN +++ b/tests/parm/control_csawmg.nml.IN @@ -69,11 +69,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. do_sat_adj = .false. diff --git a/tests/parm/csawmg3shoc127.nml.IN b/tests/parm/csawmg3shoc127.nml.IN index a2b5b0b71b..b01ba5f205 100644 --- a/tests/parm/csawmg3shoc127.nml.IN +++ b/tests/parm/csawmg3shoc127.nml.IN @@ -73,11 +73,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. consv_am = .false. diff --git a/tests/parm/csawmgshoc.nml.IN b/tests/parm/csawmgshoc.nml.IN index 75927577b9..3f77e6fd0f 100644 --- a/tests/parm/csawmgshoc.nml.IN +++ b/tests/parm/csawmgshoc.nml.IN @@ -73,11 +73,11 @@ mountain = @[MOUNTAIN] ncep_ic = .false. d_con = 1. - hord_mt = 6 - hord_vt = 6 - hord_tm = 6 - hord_dp = 6 - hord_tr = 13 + hord_mt = 5 + hord_vt = 5 + hord_tm = 5 + hord_dp = -5 + hord_tr = 8 adjust_dry_mass = .false. consv_te = 1. consv_am = .false. diff --git a/tests/parm/ufs.configure.atm.IN b/tests/parm/ufs.configure.atm.IN index 8eb7b94dc7..3b6a305247 100644 --- a/tests/parm/ufs.configure.atm.IN +++ b/tests/parm/ufs.configure.atm.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: true +globalResourceControl: false # EARTH # EARTH_component_list: ATM @@ -15,7 +15,6 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 Diagnostic = 0 diff --git a/tests/parm/ufs.configure.atm_esmf.IN b/tests/parm/ufs.configure.atm_esmf.IN new file mode 100644 index 0000000000..8eb7b94dc7 --- /dev/null +++ b/tests/parm/ufs.configure.atm_esmf.IN @@ -0,0 +1,27 @@ +############################################# +#### UFS Run-Time Configuration File ###### +############################################# + +# ESMF # +logKindFlag: @[esmf_logkind] +globalResourceControl: true + +# EARTH # +EARTH_component_list: ATM +EARTH_attributes:: + Verbosity = 0 +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] +ATM_attributes:: + Verbosity = 0 + Diagnostic = 0 +:: + +# Run Sequence # +runSeq:: + ATM +:: diff --git a/tests/parm/ufs.configure.atmaero.IN b/tests/parm/ufs.configure.atmaero.IN index 0c20f20905..6c60333e07 100644 --- a/tests/parm/ufs.configure.atmaero.IN +++ b/tests/parm/ufs.configure.atmaero.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: true +globalResourceControl: false # EARTH # EARTH_component_list: ATM CHM @@ -15,7 +15,6 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 :: @@ -23,7 +22,6 @@ ATM_attributes:: # CHM # CHM_model: @[chm_model] CHM_petlist_bounds: @[chm_petlist_bounds] -CHM_omp_num_threads: @[chm_omp_num_threads] CHM_attributes:: Verbosity = 0 :: diff --git a/tests/parm/ufs.configure.atmaero_esmf.IN b/tests/parm/ufs.configure.atmaero_esmf.IN new file mode 100644 index 0000000000..0c20f20905 --- /dev/null +++ b/tests/parm/ufs.configure.atmaero_esmf.IN @@ -0,0 +1,40 @@ +############################################# +#### UFS Run-Time Configuration File ###### +############################################# + +# ESMF # +logKindFlag: @[esmf_logkind] +globalResourceControl: true + +# EARTH # +EARTH_component_list: ATM CHM +EARTH_attributes:: + Verbosity = 0 +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] +ATM_attributes:: + Verbosity = 0 +:: + +# CHM # +CHM_model: @[chm_model] +CHM_petlist_bounds: @[chm_petlist_bounds] +CHM_omp_num_threads: @[chm_omp_num_threads] +CHM_attributes:: + Verbosity = 0 +:: + +# Run Sequence # +runSeq:: + @@[coupling_interval_sec] + ATM phase1 + ATM -> CHM + CHM + CHM -> ATM + ATM phase2 + @ +:: diff --git a/tests/parm/ufs.configure.leapfrog_atm_wav.IN b/tests/parm/ufs.configure.leapfrog_atm_wav.IN index c4b6055fd1..fe33f5da9f 100644 --- a/tests/parm/ufs.configure.leapfrog_atm_wav.IN +++ b/tests/parm/ufs.configure.leapfrog_atm_wav.IN @@ -4,7 +4,7 @@ # ESMF # logKindFlag: @[esmf_logkind] -globalResourceControl: true +globalResourceControl: false # EARTH # EARTH_component_list: ATM WAV @@ -15,7 +15,6 @@ EARTH_attributes:: # ATM # ATM_model: @[atm_model] ATM_petlist_bounds: @[atm_petlist_bounds] -ATM_omp_num_threads: @[atm_omp_num_threads] ATM_attributes:: Verbosity = 0 DumpFields = @[DumpFields] @@ -24,7 +23,6 @@ ATM_attributes:: # WAV # WAV_model: @[wav_model] WAV_petlist_bounds: @[wav_petlist_bounds] -WAV_omp_num_threads: @[wav_omp_num_threads] WAV_attributes:: Verbosity = 0 :: diff --git a/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN b/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN new file mode 100644 index 0000000000..c4b6055fd1 --- /dev/null +++ b/tests/parm/ufs.configure.leapfrog_atm_wav_esmf.IN @@ -0,0 +1,41 @@ +############################################# +#### UFS Run-Time Configuration File ###### +############################################# + +# ESMF # +logKindFlag: @[esmf_logkind] +globalResourceControl: true + +# EARTH # +EARTH_component_list: ATM WAV +EARTH_attributes:: + Verbosity = 0 +:: + +# ATM # +ATM_model: @[atm_model] +ATM_petlist_bounds: @[atm_petlist_bounds] +ATM_omp_num_threads: @[atm_omp_num_threads] +ATM_attributes:: + Verbosity = 0 + DumpFields = @[DumpFields] +:: + +# WAV # +WAV_model: @[wav_model] +WAV_petlist_bounds: @[wav_petlist_bounds] +WAV_omp_num_threads: @[wav_omp_num_threads] +WAV_attributes:: + Verbosity = 0 +:: + + + +# Run Sequence # +runSeq:: + @@[coupling_interval_sec] + ATM + ATM -> WAV + WAV + @ +:: diff --git a/tests/rt.conf b/tests/rt.conf index 854c935c7a..df432cff3d 100644 --- a/tests/rt.conf +++ b/tests/rt.conf @@ -148,6 +148,10 @@ RUN | control_csawmg | - noaacloud RUN | control_csawmgt | - noaacloud | baseline | RUN | control_ras | - noaacloud acorn | baseline | +COMPILE | csawmg | gnu | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_csawmg,FV3_GFS_v16_ras | + hera hercules | fv3 | +RUN | control_csawmg | + hera hercules | baseline | +RUN | control_csawmgt | + hera hercules | baseline | + # Run WAM test in REPRO mode to avoid numerical instability in the deep atmosphere COMPILE | wam | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON | - noaacloud | fv3 | RUN | control_wam | - noaacloud | baseline | @@ -185,6 +189,11 @@ RUN | rrfs_v1beta_debug | - noaacloud RUN | rap_clm_lake_debug | - noaacloud | baseline | RUN | rap_flake_debug | - noaacloud | baseline | RUN | gnv1_c96_no_nest_debug | - noaacloud | baseline | +### DEBUG ATM tests ### +COMPILE | atm_debug_dyn32 | gnu | -DAPP=ATM -DDEBUG=ON -D32BIT=ON -DCCPP_SUITES=FV3_HRRR,FV3_GFS_v16,FV3_GFS_v16_csawmg,FV3_GFS_v16_ras,FV3_GFS_v17_p8,FV3_GFS_v15_thompson_mynn_lam3km,FV3_RAP,FV3_RAP_unified_ugwp,FV3_RAP_cires_ugwp,FV3_RAP_flake,FV3_RAP_clm_lake,FV3_RAP_noah,FV3_RAP_sfcdiff,FV3_RAP_noah_sfcdiff_cires_ugwp,FV3_RRFS_v1beta,FV3_HRRR_c3,FV3_HRRR_gf,FV3_global_nest_v1 | + hera hercules | fv3 | +RUN | control_csawmg_debug | + hera hercules | baseline | +RUN | control_csawmgt_debug | + hera hercules | baseline | + COMPILE | wam_debug | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16_fv3wam -D32BIT=ON -DMULTI_GASES=ON -DDEBUG=ON | - noaacloud | fv3 | RUN | control_wam_debug | - noaacloud hercules | baseline | diff --git a/tests/test_changes.list b/tests/test_changes.list index b5585d8b91..b961de3298 100644 --- a/tests/test_changes.list +++ b/tests/test_changes.list @@ -1,193 +1,8 @@ -cpld_control_p8_mixedmode intel -cpld_control_gfsv17 intel -cpld_control_gfsv17_iau intel -cpld_restart_gfsv17 intel -cpld_mpi_gfsv17 intel -cpld_debug_gfsv17 intel -cpld_control_p8 intel -cpld_control_p8.v2.sfc intel -cpld_restart_p8 intel -cpld_control_qr_p8 intel -cpld_restart_qr_p8 intel -cpld_2threads_p8 intel -cpld_decomp_p8 intel -cpld_mpi_p8 intel -cpld_control_ciceC_p8 intel -cpld_control_c192_p8 intel -cpld_restart_c192_p8 intel -cpld_bmark_p8 intel -cpld_restart_bmark_p8 intel -cpld_s2sa_p8 intel -cpld_control_noaero_p8 intel -cpld_control_nowave_noaero_p8 intel -cpld_debug_p8 intel -cpld_debug_noaero_p8 intel -cpld_control_noaero_p8_agrid intel -cpld_control_c48 intel -cpld_control_p8_faster intel -cpld_control_pdlib_p8 intel -cpld_restart_pdlib_p8 intel -cpld_mpi_pdlib_p8 intel -cpld_debug_pdlib_p8 intel -control_flake intel -control_CubedSphereGrid intel -control_CubedSphereGrid_parallel intel -control_latlon intel -control_wrtGauss_netcdf_parallel intel -control_c48 intel -control_c48.v2.sfc intel -control_c192 intel -control_c384 intel -control_c384gdas intel -control_stochy intel -control_stochy_restart intel -control_lndp intel -control_iovr4 intel -control_iovr5 intel -control_p8 intel -control_p8.v2.sfc intel -control_p8_ugwpv1 intel -control_restart_p8 intel -control_noqr_p8 intel -control_restart_noqr_p8 intel -control_decomp_p8 intel -control_2threads_p8 intel -control_p8_lndp intel -control_p8_rrtmgp intel -control_p8_mynn intel -merra2_thompson intel -rap_control intel -rap_decomp intel -rap_2threads intel -rap_restart intel -rap_sfcdiff intel -rap_sfcdiff_decomp intel -rap_sfcdiff_restart intel -hrrr_control intel -hrrr_control_decomp intel -hrrr_control_2threads intel -hrrr_control_restart intel -rrfs_v1beta intel -rrfs_v1nssl intel -rrfs_v1nssl_nohailnoccn intel control_csawmg intel control_csawmgt intel -control_ras intel -control_wam intel -control_p8_faster intel -control_CubedSphereGrid_debug intel -control_wrtGauss_netcdf_parallel_debug intel -control_stochy_debug intel -control_lndp_debug intel +control_csawmg gnu +control_csawmgt gnu control_csawmg_debug intel control_csawmgt_debug intel -control_ras_debug intel -control_diag_debug intel -control_debug_p8 intel -rap_control_debug intel -hrrr_control_debug intel -hrrr_gf_debug intel -hrrr_c3_debug intel -rap_unified_drag_suite_debug intel -rap_diag_debug intel -rap_cires_ugwp_debug intel -rap_unified_ugwp_debug intel -rap_lndp_debug intel -rap_progcld_thompson_debug intel -rap_noah_debug intel -rap_sfcdiff_debug intel -rap_noah_sfcdiff_cires_ugwp_debug intel -rrfs_v1beta_debug intel -rap_clm_lake_debug intel -rap_flake_debug intel -gnv1_c96_no_nest_debug intel -control_wam_debug intel -rap_control_dyn32_phy32 intel -hrrr_control_dyn32_phy32 intel -rap_2threads_dyn32_phy32 intel -hrrr_control_2threads_dyn32_phy32 intel -hrrr_control_decomp_dyn32_phy32 intel -rap_restart_dyn32_phy32 intel -hrrr_control_restart_dyn32_phy32 intel -conus13km_control intel -conus13km_2threads intel -conus13km_restart_mismatch intel -rap_control_dyn64_phy32 intel -rap_control_debug_dyn32_phy32 intel -hrrr_control_debug_dyn32_phy32 intel -conus13km_debug intel -conus13km_debug_qr intel -conus13km_debug_2threads intel -conus13km_radar_tten_debug intel -rap_control_dyn64_phy32_debug intel -hafs_global_1nest_atm intel -hafs_global_multiple_4nests_atm intel -hafs_global_storm_following_1nest_atm intel -gnv1_nested intel -control_p8_atmlnd_sbs intel -control_p8_atmlnd intel -control_restart_p8_atmlnd intel -atmwav_control_noaero_p8 intel -control_atmwav intel -atmaero_control_p8 intel -atmaero_control_p8_rad intel -atmaero_control_p8_rad_micro intel -control_c48 gnu -control_stochy gnu -control_ras gnu -control_p8 gnu -control_p8_ugwpv1 gnu -control_flake gnu -rap_control gnu -rap_decomp gnu -rap_2threads gnu -rap_restart gnu -rap_sfcdiff gnu -rap_sfcdiff_decomp gnu -rap_sfcdiff_restart gnu -hrrr_control gnu -hrrr_control_noqr gnu -hrrr_control_2threads gnu -hrrr_control_decomp gnu -hrrr_control_restart gnu -hrrr_control_restart_noqr gnu -rrfs_v1beta gnu -control_diag_debug gnu -rap_control_debug gnu -hrrr_control_debug gnu -hrrr_gf_debug gnu -hrrr_c3_debug gnu -rap_diag_debug gnu -rap_noah_sfcdiff_cires_ugwp_debug gnu -rap_progcld_thompson_debug gnu -rrfs_v1beta_debug gnu -control_ras_debug gnu -control_stochy_debug gnu -control_debug_p8 gnu -rap_flake_debug gnu -rap_clm_lake_debug gnu -gnv1_c96_no_nest_debug gnu -control_wam_debug gnu -rap_control_dyn32_phy32 gnu -hrrr_control_dyn32_phy32 gnu -rap_2threads_dyn32_phy32 gnu -hrrr_control_2threads_dyn32_phy32 gnu -hrrr_control_decomp_dyn32_phy32 gnu -rap_restart_dyn32_phy32 gnu -hrrr_control_restart_dyn32_phy32 gnu -conus13km_control gnu -conus13km_2threads gnu -conus13km_restart_mismatch gnu -rap_control_dyn64_phy32 gnu -rap_control_debug_dyn32_phy32 gnu -hrrr_control_debug_dyn32_phy32 gnu -conus13km_debug gnu -conus13km_debug_qr gnu -conus13km_debug_2threads gnu -conus13km_radar_tten_debug gnu -rap_control_dyn64_phy32_debug gnu -cpld_control_p8 gnu -cpld_control_nowave_noaero_p8 gnu -cpld_debug_p8 gnu -cpld_control_pdlib_p8 gnu -cpld_debug_pdlib_p8 gnu +control_csawmg_debug gnu +control_csawmgt_debug gnu diff --git a/tests/tests/atmaero_control_p8 b/tests/tests/atmaero_control_p8 index 3c33bc75f7..f9e0a09b1e 100644 --- a/tests/tests/atmaero_control_p8 +++ b/tests/tests/atmaero_control_p8 @@ -66,7 +66,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero.IN +export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN export atm_model='fv3' export chm_model='gocart' diff --git a/tests/tests/atmaero_control_p8_rad b/tests/tests/atmaero_control_p8_rad index 0c57cc52e0..05ac7156b7 100644 --- a/tests/tests/atmaero_control_p8_rad +++ b/tests/tests/atmaero_control_p8_rad @@ -65,7 +65,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero.IN +export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN export atm_model='fv3' export chm_model='gocart' diff --git a/tests/tests/atmaero_control_p8_rad_micro b/tests/tests/atmaero_control_p8_rad_micro index f3908676ff..c2a4171008 100644 --- a/tests/tests/atmaero_control_p8_rad_micro +++ b/tests/tests/atmaero_control_p8_rad_micro @@ -65,7 +65,7 @@ export WRITE_DOPOST=.true. export CPL=.true. export CPLCHM=.true. -export UFS_CONFIGURE=ufs.configure.atmaero.IN +export UFS_CONFIGURE=ufs.configure.atmaero_esmf.IN export atm_model='fv3' export chm_model='gocart' diff --git a/tests/tests/control_c384gdas_wav b/tests/tests/control_c384gdas_wav index c6f768ae95..3669edccb0 100644 --- a/tests/tests/control_c384gdas_wav +++ b/tests/tests/control_c384gdas_wav @@ -97,7 +97,7 @@ export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb'," export CPL=.true. export CPLWAV=.true. -export UFS_CONFIGURE="ufs.configure.leapfrog_atm_wav.IN" +export UFS_CONFIGURE="ufs.configure.leapfrog_atm_wav_esmf.IN" export atm_model='fv3' export wav_model='ww3' export WW3OUTPUTTYPE=' 1'